Old Context Menu for Windows 11
Default Old Context Menu
- Open Command Prompt or Terminal, you can do so by Right Clicking the start Menu and selecting Terminal (Admin)
- 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
- Restart Computer
Revert to New Context Menu
- Open Command Prompt or Terminal, you can do so by Right Clicking the start Menu and selecting Terminal (Admin)
- 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
- Restart Computer
