Forum Discussion
questbear
Sep 15, 2025Occasional Reader
One Drive Keeps Coming Back
So I recently updated to a new laptop. I completely resent that MS now defaults to everything going to OneDrive. I should be given a choice. I went through the laborious process of unsyncing, unli...
NikolinoDE
Sep 15, 2025Gold Contributor
Uninstall OneDrive Completely
Open PowerShell as Admin:
# 64-bit Windows
%SystemRoot%\SysWOW64\OneDriveSetup.exe /uninstall
# 32-bit Windows
%SystemRoot%\System32\OneDriveSetup.exe /uninstall
After this, OneDrive should not reinstall unless you manually run setup.
My answers are voluntary and without guarantee!
Hope this will help you.