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.
PSST, HEY, YOU
(YEAH, YOU!)
Want in on insightful videos, the latest tech developments, and epic exclusive content? Get all this and more as a member of our mailing list.
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"
Important: If your onedrive.exe file is located somewhere else, replace the contents of the last quotation marks with the correct path.