Skip to content

Instantly share code, notes, and snippets.

@primaryobjects
Created May 24, 2026 17:32
Show Gist options
  • Select an option

  • Save primaryobjects/887bd104506bf9c8c2858ed98a23333b to your computer and use it in GitHub Desktop.

Select an option

Save primaryobjects/887bd104506bf9c8c2858ed98a23333b to your computer and use it in GitHub Desktop.
Windows 11 tweaks to look more like Windows 10
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"TaskbarSmallIcons"=dword:00000001
[HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}]
@=""
[HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32]
@=""
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"TaskbarAl"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{2cc5ca98-6485-489a-920e-b3e88a6ccce3}"=dword:00000001
@primaryobjects
Copy link
Copy Markdown
Author

  • Small taskbar icons.
  • Hide desktop shortcut "Show more about this picture".
  • Move taskbar start menu to the left.
  • Windows 10 style right-click context menu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment