Skip to content

Instantly share code, notes, and snippets.

@x-zvf
Last active March 10, 2023 17:10
Show Gist options
  • Save x-zvf/757ad2af263d63818e591e606a2a9b07 to your computer and use it in GitHub Desktop.
Save x-zvf/757ad2af263d63818e591e606a2a9b07 to your computer and use it in GitHub Desktop.
How to customize Windows 11 explorer

How to customize the navigation panel in Windows 11

Modify CLSID keys in

Computer\HKEY_CURRENT_USER\Software\Classes\CLSID\

for example:

Home folder: {f874310e-b6b7-47dc-bc84-b9e6b38f5903}
Recycle bin: {645FF040-5081-101B-9F08-00AA002F954E}

Values

There are two important values:

  • SortOrderIndex: Where in the sidebar it will appear, the smaller the number the higher the entry. (<=64 top, next to home; >64 bottom)
  • System.IsPinnedToNameSpaceTree: Show/Hide entry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment