Skip to content

Instantly share code, notes, and snippets.

@AldoMX
Created December 26, 2016 07:28
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save AldoMX/4aebe117e18da0804b250a00352a61d2 to your computer and use it in GitHub Desktop.
Save AldoMX/4aebe117e18da0804b250a00352a61d2 to your computer and use it in GitHub Desktop.
Remove OneDrive and Dropbox from the Navigation Pane in Windows 10
Windows Registry Editor Version 5.00
; Remove OneDrive
[HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
"System.IsPinnedToNameSpaceTree"=dword:00000000
; Remove Dropbox
[HKEY_CLASSES_ROOT\CLSID\{E31EA727-12ED-4702-820C-4B6445F28E1A}]
"System.IsPinnedToNamespaceTree"=dword:00000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment