Skip to content

Instantly share code, notes, and snippets.

@dogancelik
Created June 10, 2021 21:43
Show Gist options
  • Save dogancelik/8ebde246e31954ddafdd5a97d78d600d to your computer and use it in GitHub Desktop.
Save dogancelik/8ebde246e31954ddafdd5a97d78d600d to your computer and use it in GitHub Desktop.
Remove OneDrive from Explorer Navigation Pane #Windows
Windows Registry Editor Version 5.00
; 32-bit
[HKEY_CLASSES_ROOT\WOW6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
@="OneDrive"
"System.IsPinnedToNameSpaceTree"=dword:00000000
; 64-bit
[HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
@="OneDrive"
"System.IsPinnedToNameSpaceTree"=dword:00000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment