We’ve heard requests from several customers asking to make it easier to move their user data into OneDrive. To have a single button that they could push that would move content from the Desktop, Docu...
How are others handling the folders that remain in C:\Users\<user>\ ?
Some applications (including popuplar/expensive ones!) are poorly written and will continue to write files directly to the paths (example: C:\Users\<user>\Documents\ ) instead of using system variables.
Users are: (1) Confused because there are 2 "Documents", "Pictures", "Desktop" on their machine, and (2) given a false sense of security that anything in those folders is saved to OneDrive.
In the above screenshot, these folders are the ones that existed prior to turning on KFM. The files within were moved to OneDrive (good!) but nothing prevents users from continuing to save to them.
I have considered "mklink" to hard link them to OneDrive-- but it can present a challenge to maintain.