Hardware

Windows 10 trick: how to remove onedrive permanently

Anonim

After the launch of Windows 10 we started the first tricks to get the most out of our new operating system. The first trick of the day is how to remove the OneDrive app which by default is not possible. We must run the CMD application as administrator.

And insert line by line the following code:

start / wait “” “% SYSTEMROOT% \ SYSWOW64 \ ONEDRIVESETUP.EXE” / UNINSTALL

rd C: \ OneDriveTemp / Q / S> NUL 2> & 1

rd "% USERPROFILE% \ OneDrive" / Q / S> NUL 2> & 1

rd "% LOCALAPPDATA% \ Microsoft \ OneDrive" / Q / S> NUL 2> & 1

rd "% PROGRAMDATA% \ Microsoft OneDrive" / Q / S> NUL 2> & 1

reg add "HKEY_CLASSES_ROOT \ CLSID {018D5C66-4533-4307-9B53-224DE2ED1FE6} ShellFolder" / f / v Attributes / t REG_DWORD / d 0> NUL 2> & 1

reg add “HKEY_CLASSES_ROOT \ Wow6432Node \ CLSID {018D5C66-4533-4307-9B53-224DE2ED1FE6} ShellFolder” / f / v Attributes / t REG_DWORD / d 0> NUL 2> & 1

start / wait TASKKILL / F / IM explorer.exe

start explorer.exe

After closing the console with exit, OneDrive will no longer appear on our team. If it has been useful to you, we invite you to leave us a like and / or comment below.

Hardware

Editor's choice

Back to top button