Skip to content

Instantly share code, notes, and snippets.

@rgaspary
Created February 28, 2022 14:08
Show Gist options
  • Save rgaspary/d78dd445a00a4fd3e5e6be1f48d342fa to your computer and use it in GitHub Desktop.
Save rgaspary/d78dd445a00a4fd3e5e6be1f48d342fa to your computer and use it in GitHub Desktop.
Windows 11 Classic Right Click Menu

To Enable

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

To Dissable

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

Source

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