-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Notebooks
- Notebook Software and How To Questions
- Remove Onedrive

Create an account on the HP Community to personalize your profile and ask a question
04-19-2016 09:01 AM
Recently I have Upgraded to Windows10 from Windows 7 and there are some preinstalled apps which I don't like especially the Onedrive I have another cloud account on another cloud service and I also have installed that but the Onedrive is default now,
I searched it in the control panel but it is not listed there !
I just want to remove that from my home screen and I want to uninstall it ,
Is it possible to uninstall the Onedrive and make my other cloud storage application default ?
Solved! Go to Solution.
Accepted Solutions
04-20-2016 03:51 AM
Follow This to Uninstall Onedrive In Windows 10:
1: Open “Command Prompt Administrative”.
Right Click on Windows icon at right bottom corner and then click on Command Prompt (Admin).
2. Type in taskkill /f /im OneDrive.exe to terminate any OneDrive processes and hit Enter.
3. Then type in either %SystemRoot%\System32\OneDriveSetup.exe /uninstall if you’re using 32-bit Windows 10
or
%SystemRoot%\SysWOW64\OneDriveSetup.exe /uninstall if you’re using 64-bit Windows 10 and hit Enter.
You won’t see a confirmation dialog or progress bar when you do this, but if you try searching for OneDrive, the app will no longer be found. Your OneDrive folder and files, however, will still be available.
Cleaning and Removing OneDrive Remnants:
Run the commands below to clean up those remnants by deleting OneDrive related folders and their contents:
rd "%UserProfile%\OneDrive" /Q /S rd "%LocalAppData%\Microsoft\OneDrive" /Q /S rd "%ProgramData%\Microsoft OneDrive" /Q /S rd "C:\OneDriveTemp" /Q /S
Delete and Remove OneDrive in File Explorer Folder Tree Registry Key:
OneDrive has registry keys which add itself to the Navigation Pane of File Explorer in Windows 10. After uninstalling OneDrive, these registry keys are orphaned, and can be removed.
REG Delete "HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f REG Delete "HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f
I hope, it helps.
For more details, you may like to follow the source: https://techyuga.com/completely-uninstall-or-remove-onedrive-in-windows-10/
04-19-2016 12:06 PM
Hi,
Onedrive is from Microsoft, you can't uninstall it using normal way. Please use the following instructions to turn it off:
http://windows.microsoft.com/en-us/windows-10/turn-off-onedrive-in-windows-10
or
Regards.
***
**Click the KUDOS thumb up on the left to say 'Thanks'**
Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.
04-20-2016 03:51 AM
Follow This to Uninstall Onedrive In Windows 10:
1: Open “Command Prompt Administrative”.
Right Click on Windows icon at right bottom corner and then click on Command Prompt (Admin).
2. Type in taskkill /f /im OneDrive.exe to terminate any OneDrive processes and hit Enter.
3. Then type in either %SystemRoot%\System32\OneDriveSetup.exe /uninstall if you’re using 32-bit Windows 10
or
%SystemRoot%\SysWOW64\OneDriveSetup.exe /uninstall if you’re using 64-bit Windows 10 and hit Enter.
You won’t see a confirmation dialog or progress bar when you do this, but if you try searching for OneDrive, the app will no longer be found. Your OneDrive folder and files, however, will still be available.
Cleaning and Removing OneDrive Remnants:
Run the commands below to clean up those remnants by deleting OneDrive related folders and their contents:
rd "%UserProfile%\OneDrive" /Q /S rd "%LocalAppData%\Microsoft\OneDrive" /Q /S rd "%ProgramData%\Microsoft OneDrive" /Q /S rd "C:\OneDriveTemp" /Q /S
Delete and Remove OneDrive in File Explorer Folder Tree Registry Key:
OneDrive has registry keys which add itself to the Navigation Pane of File Explorer in Windows 10. After uninstalling OneDrive, these registry keys are orphaned, and can be removed.
REG Delete "HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f REG Delete "HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f
I hope, it helps.
For more details, you may like to follow the source: https://techyuga.com/completely-uninstall-or-remove-onedrive-in-windows-10/