windows:client_os:win10od

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


windows:client_os:win10od [2019/10/31 09:06] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Remove OneDrive from Windows 10 ======
 +And once again, there's something in Windows 10 you simply must remove. OneDrive. Personally, I am more of a DropBox user myself, but I try to avoid cloud storage services as much as possible. Here is how to remove OneDrive from Windows 10 (at least to the extent that you are not messing with the pc too much)
  
 +First off, open **Task Manager**, switch to **Start-up** tab, select Microsoft OneDrive and click **Disable**. That should disable the icon in the system tray.
 +
 +Now, to remove the element in the File Explorer, you will need to modify your registry a bit. Do remember to backup your registry before diong any kind of modifications to it.
 +
 +<code>
 +Windows Registry Editor Version 5.00
 +
 +[HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
 +"System.IsPinnedToNameSpaceTree"=dword:00000000
 +</code>
 +
 +<code>
 +Windows Registry Editor Version 5.00
 +
 +[HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
 +"System.IsPinnedToNameSpaceTree"=dword:00000001
 +</code>
 +
 +<code>
 +Windows Registry Editor Version 5.00
 +
 +[HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
 +"System.IsPinnedToNameSpaceTree"=dword:00000000
 +
 +[HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
 +"System.IsPinnedToNameSpaceTree"=dword:00000000
 +</code>
 +
 +<code>
 +Windows Registry Editor Version 5.00
 +
 +[HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
 +"System.IsPinnedToNameSpaceTree"=dword:00000001
 +
 +[HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
 +"System.IsPinnedToNameSpaceTree"=dword:00000001
 +</code>