Skip to content

Instantly share code, notes, and snippets.

@diogow3
Created December 4, 2025 02:42
Show Gist options
  • Select an option

  • Save diogow3/bc2996cbffebb1faa65b89221a8b6187 to your computer and use it in GitHub Desktop.

Select an option

Save diogow3/bc2996cbffebb1faa65b89221a8b6187 to your computer and use it in GitHub Desktop.
windows 11 context menu fix

restore old context menu

reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve

restore modern context menu

reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f

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