How to Uninstall One Drive from Windows 10




1. Open a command prompt as administrator.
2. Use the command below.

   taskkill /f /im OneDrive.exe 

3. If you’re using 32-bit Windows 10 use this command next:

   %SystemRoot%\System32\OneDriveSetup.exe /uninstall 

3a. If you’re using 64-bit Windows 10 use this command instead: 

   %SystemRoot%\SysWOW64\OneDriveSetup.exe /uninstall

4. Reboot