Skip to content

Old Context Menu for Windows 11

Default Old Context Menu

  1. Open Command Prompt or Terminal, you can do so by Right Clicking the start Menu and selecting Terminal (Admin)

b8073a5d9b4043929512525d342d733c.png

  1. Run the following code in Terminal or Command Prompt.
Add Registry Key
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
  1. Restart Computer

Revert to New Context Menu

  1. Open Command Prompt or Terminal, you can do so by Right Clicking the start Menu and selecting Terminal (Admin)

b8073a5d9b4043929512525d342d733c.png

  1. Run the following code in Terminal or Command Prompt.
Delete Registry Key
reg.exe delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
  1. Restart Computer