A Microsoft file hosting and synchronization service.
Unfortunately OneDrive.exe does not exist in that folder on my machine. (I have hidden files shown, so that's not the issue I believe)
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.
Unfortunately OneDrive.exe does not exist in that folder on my machine. (I have hidden files shown, so that's not the issue I believe)
'onedrive.exe' is not recognized as an internal or external command,
operable program or batch file.
I tried using the CMD prompt, but there is no "onedrive.exe /sync" in the OneDrive folder or subfolders. There are no executables in the OneDrive folder/subfolders...
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
Try this:
cd %userprofile%\AppData\Local\Microsoft\OneDrive
OneDrive.exe /shutdown
OneDrive.exe /background
exit