Windows 11 old meniu

  1. Open Windows Terminal as Administrator: Right-click the Start button and select Windows Terminal (Admin) or Command Prompt (Admin).
  2. Run the Registry Command: Copy and paste the following command into the terminal and press Enter:cmd reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
  3. Restart Explorer: To apply the changes, restart the explorer.exe process. Run this command in the same terminal window:cmdtaskkill /f /im explorer.exe && start explorer.exe
  4. Check: Now, when you right-click, you should see the classic Windows 10-style menu by default. 

You can watch this video for a full tutorial on how to use the registry to enable the classic right-click menu:

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

Leave a Reply