Force sync in OneDrive

Anonymous
2024-02-13T08:24:30+00:00

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

Microsoft 365 and Office | OneDrive | Other | Windows

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.

0 comments No comments

92 answers

Sort by: Newest
  1. Anonymous
    2024-10-10T05:31:00+00:00

    Batch file idea seems good, but implementation is not quite.

    I suggest the following batch file which should work -

    @echo off

    cd %userprofile%\AppData\Local\Microsoft\OneDrive

    OneDrive.exe /background /sync

    exit

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-10-04T16:22:35+00:00

    The whole point of having a backup is to have files ready in an emergency immediately, not when Microsoft decides they will be ready.

    When you move a file from one location to another you expect it to be there.

    What is the point of paying for high speed internet only to be stopped on the server side?

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2024-10-03T02:01:18+00:00

    this worked. but ridiculous MS won't just add a Sync Now button that's easy to find since they won't make it just sync continuously. The only way i found other than this cumbersome hack is to completely log out of windows and log back in. Kubik's solutions is much better than that option. So thank you sir.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2024-09-30T10:13:40+00:00

    I don't know if this has been mentioned, but the easiest way I've found to force sync is to pic I file I know has been recently modified and right-click>version history.

    Cheers!

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2024-09-19T00:40:21+00:00

    Sync button is ok idea, but they don't need it, there is already F5, except it also doesn't do anything. That should force a folder to sync. If there is an authentication error as some mentioned, then they should ask for credentials. This is super simple stuff, it really shows their contempt for us.

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments