Skip to content

Instantly share code, notes, and snippets.

@timiles
Created March 1, 2022 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timiles/fdd56e73f845b70c89431946dbf71982 to your computer and use it in GitHub Desktop.
Save timiles/fdd56e73f845b70c89431946dbf71982 to your computer and use it in GitHub Desktop.
Windows 11 registry fixes
; Disable "Show more options" context menu
[HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32]
@=""
; Disable web search from start menu
[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer]
"DisableSearchBoxSuggestions"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment