Windows 11 introduced a sleek, minimalist right-click context menu, but it came with a catch: many of our favorite commands are hidden behind the “Show more options” click.
If you’re tired of that extra click slowing down your workflow, you can actually revert to the classic Windows 10-style menu using a simple Registry command. Here is exactly how to do it.
Why Change It?
The new Windows 11 menu looks great, but for power users who frequently use third-party tools (like 7-Zip, Notepad++, or specialized file converters), the extra layer is a constant bottleneck. By running a quick command, you can bring back the full menu by default.
Option 1: Disable “Show More Options” (Restore Classic Menu)
To bring back the classic right-click menu, follow these steps:
- Open the Start Menu, search for Command Prompt, and run it as Administrator.
- Copy and paste the following command:
- Press Enter.
- Restart your computer (or restart Windows Explorer in Task Manager) for the changes to take effect.
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
Option 2: Re-enable the Windows 11 Default Menu
If you decide you prefer the new look or want to revert to the factory settings, use this command:
- Open Command Prompt as Administrator.
- Copy and paste the following command:
- Press Enter and restart your PC.
reg delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f
