How to reset Microsoft OneDrive

In this OneDrive Training video, we’ll guide you through four effective methods to reset or restart OneDrive on both Windows and Mac Operating Systems. Whether you’re facing synchronization issues or looking to optimize performance, these techniques can come in handy.

Resources

Reset command for Run app in Windows:

%localappdata%\Microsoft\OneDrive\onedrive.exe /reset

Reset command for Terminal in Mac:

defaults write com.microsoft.OneDrive ResetOnResume -bool TRUE

PowerShell command to reset OneDrive:

Stop-Process -Name "OneDrive" -Force; Start-Process "$env:LOCALAPPDATA\Microsoft\OneDrive\OneDrive.exe"

info Important: If your onedrive.exe file is located somewhere else, replace the contents of the last quotation marks with the correct path.

John Gleave

John Gleave has been a researcher, content writer, and senior editor at Business Tech Planet since 2022. John was formerly a data analyst and web designer with expertise in several programming languages, such as JavaScript, JQuery, PHP, CSS, SQL, and more! With a passion for writing and technology, he has now focused his skills on crafting tech guides for BTP. You can connect with John on LinkedIn.

Recent Posts