Skip to content

Instantly share code, notes, and snippets.

@TommyZG
Created December 12, 2022 11:12
Show Gist options
  • Save TommyZG/ef6b4b237a638b0acbebe3d899e60a74 to your computer and use it in GitHub Desktop.
Save TommyZG/ef6b4b237a638b0acbebe3d899e60a74 to your computer and use it in GitHub Desktop.
Command to revert to old right-click menu (context menu) in Windows 11
Open Command Prompt (cmd.exe)
In the terminal window, type:
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
Restart Windows Explorer or the whole computer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment