How I got the Full Right-click Menu back in Windows 11

Configurare noua (How To)

Situatie

With Windows 10 end of support rapidly approaching, I’ve been upgrading several PCs to windows 11. One thing that I always find frustrating is the new abbreviated context menus. Part of the problem is that I’ve used the classic Windows context menu for a long time, and I’m very comfortable with it. But what really irritates me is regularly needing to click “Show more options,” to drill down to things like 7Zip and other menu items that get hidden.

A screenshot of the Windows 11 context menu on a white background.

I tried to live with it, but I decided it wasn’t worth it. If there are things, even small things, that I can do to improve my productivity, I want to do them, because they add up. The good news here is that there are a few ways to bring back the full context menu. The hack I’m using is simple to enable, and if necessary, disable. So, if you’re annoyed by the Windows 11 context menu like I am, read on.

Solutie

The easiest way to avoid the shortened Windows 11 context menu is to hold down the Shift key when you right-click. This brings up the classic Windows menu without any type of setup or registry change. It’s quick and safe, but you have to do it every time you want the full context menu, which doesn’t seem like much of a solution when I’m trying to avoid additional clicks or steps.

Another option is using a tool like ExplorerPatcher. This open-source utility was designed to bring elements of the Windows 10 UI into Windows 11. Not only does it restore the classic Windows 10-style context menus, it also gives you the option to tweak other parts of the Windows 11 interface, like the taskbar and Start menu.

I’ve written recently about using open-source utilities to take back control of the Start Menu, and I like this type of solution because it is usually something I can set and forget. However, users report that ExplorerPatcher gets caught up in antivirus software, including Defender. Also worth noting, it’s not an official Microsoft product and future Windows updates may break it. That’s why I’m opting for the next method.

Editing the Windows Registry

I’m looking for a permanent fix without third-party software, so I am using a Windows registry hack.. In a few clicks, you can say goodbye to the Windows 11 shortened menu. Any time you right-click, the classic menu appears.

Before making any registry changes, it’s a good idea to create a system restore point. Changing the wrong thing can cause crashes, broken apps, and more. That way, if something breaks, you have a way to roll back your recent changes.

How to Edit the Registry

Installing this change to the registry is straightforward. First, copy this command to your cliboard.

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

In the Windows taskbar Search type command prompt. Next, click on the Command Prompt icon.

A screenshot of the Windows 11 taskbar search results, with command prompt being displayed.

Once the dialog opens, paste the command in and then press Enter. It will let you know the operation was successful.

A screenshot of the Windows 11 command prompt dialog with a command typed in to restore the classic long-form menus.

Next, open the task manager using the shortcut Ctrl+Shift+Esc. In the Processes tab, either scroll down to find Windows Explorer or use the search bar at the top if it’s available.

Once you see Windows Explorer in the list, right-click it and choose Restart. That should do it, but if it doesn’t bring back the classic context menu, then try restarting your computer.

A screenshot of Windows task manager open to the process tab. Windows Explorer and menu item restart are highlighted.

If you decide later that you want to revert to Windows 11 menus, the process is much the same. Begin by copying the following command to your clipboard.

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

Next, type command prompt into the Windows taskbar search box, then click the Command Prompt icon. Once the dialog opens, right-click in the Command Prompt window and paste the command, then click Enter.

A screenshot of the Windows 11 command prompt dialog. In it there is a command that restores Windows 11 shortened context menus.

Tip solutie

Permanent

Voteaza

(0 din 0 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?