Hide 'OneDrive' folder from navigation pane

File ExplorerMaximum Windows Build: 21999Revertible

Hides the 'OneDrive' folder from the File Explorer navigation pane.

Code to Apply

Hide 'OneDrive' folder from navigation paneRegistry
Windows Registry Editor Version 5.00


[-HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]

"System.IsPinnedToNameSpaceTree"=dword:0

[-HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]

"System.IsPinnedToNameSpaceTree"=dword:0

Code to Revert

Show 'OneDrive' folder from navigation paneRegistry
Windows Registry Editor Version 5.00


[HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]

"System.IsPinnedToNameSpaceTree"=dword:1

[HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]

"System.IsPinnedToNameSpaceTree"=dword:1

Want to combine this with other tweaks?

Open Configurator