
11 September 2015 Of Directors
In previous versions, Microsoft had offered the option to remove OneDrive, but in the retail version of Windows 10, it is not possible to completely remove OneDrive from the system. If you're not using OneDrive, there's no point in letting it consume system memory. With services like Google Drive and Dropbox, there aren't many Oneedrive fans. So, if you really hate OneDrive, here's a script to completely uninstall OneDrive in Windows 10.
How to completely remove OneDrive in Windows 10
Step 1 - Copy and paste the script provided in this link
Step 2 - save it as RemoveOneDrive.bat on your PC anywhere.
3 pass -Right click and choose Run as administrator and voila, OneDrive will disappear from your system.
Delete Onedrive via CMD
- print Tasto Windows + R to open the run box.
- generally cmd and press the Enter key.
- Enter the following to end the OneDrive process: TASKKILL / f / im OneDrive.exe
- To uninstall OneDrive from Windows 10, type the following commands
- If you are using a 32-bit system, type: % systemroot% System32 OneDriveSetup.exe / Uninstall
- If you are using a 64-bit version, type: % systemroot% SysWOW64 OneDriveSetup.exe / Uninstall
What if you just want to get rid of the OneDrive icon from your browser?
Note that using this method, you can only remove the browse icon, which still remains on the system.
Step 1 - Press key Windows + r to access the registry editor.
Step 2 - Find the following path in the registry editor in the left menu.
HKEY_CLASSES_ROOT -> CLSID -> {018D5C66-4533-4307-9B53-224DE2ED1FE6}
3 pass - Double click System.IsPinnedToNameSpaceTree and change the value data from 1 to 0.
The Onedrive icon will be removed from File Explorer. To get it back, go the same way and return it to 1.
Note: - You need to restart your computer for the changes to take effect.
.