Skip to content

Instantly share code, notes, and snippets.

@cloudhan
Created May 5, 2022 02:10
Show Gist options
  • Save cloudhan/0654b06702e06783dab053e8d4880cd9 to your computer and use it in GitHub Desktop.
Save cloudhan/0654b06702e06783dab053e8d4880cd9 to your computer and use it in GitHub Desktop.
Open the full right-click menu by default on Win11

Enable

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

Disable

reg 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