Forum Discussion
Reporting on Known Folder Move status?
Steve WhitcherIt's a year late, but hopefully this helps folks migrate.
The HKCU registry key for OneDrive should be able to provide enough info to determine status:
HKEY_CURRENT_USER\Software\Microsoft\OneDrive\Accounts\Business1
The REG_SZ value of 'KFMState' should indicate which paths have been redirected successfully.
A major blocker you may have to deal with regarding KFM is any local OneNote 2016 notebooks (even Quick Notes) will stop the folders from being redirected initially. Here's what I did to handle it:
- script a relocation of all local notebooks and their folders from Documents\OneNote Notebooks to OneDrive\Local Notebooks inside a YYYY-MM-DD_HH-mm-SS subfolder (prevents clobber from multiple PCs)
- delete the reg value of KfmIsDoneSilentOptIn (same key as above)
- cleanly exit the OneDrive client (PathToOneDrive.exe /shutdown)
- start the OneDrive client (PathToOneDrive.exe /background)
KFM should become operational on those remaining PCs.