A Microsoft file hosting and synchronization service.
Indeed, and you can do it with just one click using the following batch file:
cd %userprofile%\AppData\Local\Microsoft\OneDrive
OneDrive.exe /shutdown
OneDrive.exe /background
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is there any way of forcing OneDrive to sync? Let's say a user uploads a document on one client, and user 2 wants to access that document immediately on his client, but onedrive haven't synced that folder yet.
Is there a way to force a manual sync? Ideally with like a .bat file or something that i can pin to the taskbar that the user can just click to run just to speed up the process
A Microsoft file hosting and synchronization service.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Indeed, and you can do it with just one click using the following batch file:
cd %userprofile%\AppData\Local\Microsoft\OneDrive
OneDrive.exe /shutdown
OneDrive.exe /background
Simplest solution for me:
Try this:
cd %userprofile%\AppData\Local\Microsoft\OneDrive
OneDrive.exe /shutdown
OneDrive.exe /background
exit
Does not work for me:
C:\Users\willi>cd %userprofile%\OneDrive
C:\Users\willi\OneDrive>onedrive.exe /sync
'onedrive.exe' is not recognized as an internal or external command,
operable program or batch file.
Worked perfectly. It immediately started syncing after following all of the steps and hitting the pause button the second time (seems counter intuitive but worked). No hammer required.