How to restore classic context menus in Windows 11

If you hate having to dig into “Show more options” in your context menu to do something you used to be able to do in Windows 10 a whole lot more conveniently, here’s the trick to fixing Windows 11’s context menus.

1. Open Regedit by hitting the Windows key and typing regedit. Hit Enter to launch it.

2. Navigate to HKEY_CURRENT_USER\Software\Classes\CLSID

3. Right-click > New > Key, and paste in this name: {86ca1aa0-34aa-4e8b-a509-50c905bae2a2}

4. With the new key you just created highlighted, again right-click > New > Key, and paste in this name: InprocServer32

5. Double-click the (Default) registry entry and then hit Enter without typing anything to set its value to blank. Before making this change, you’ll see under the Data column that it says (value not set), but once you hit Enter it’ll show nothing.

6. Close Registry Editor. To see your new (classic) context menu, either restart your computer or open Task Manager, scroll down to the Windows Explorer process, and right-click > End task. Then File > Run new task and type explorer.exe to restart the Windows explorer process. And there you go: context menus changed!

As this Reddit post explains, you can also do the above steps more quickly via the command line if you’re comfortable with it. You can also reverse the process to restore the new Windows 11 menus. If you’re curious how the edit works, the short explanation is that it’s blanking out where Windows looks for the new context menu code, so it’s falling back to the old code instead. It’s not a huge surprise this works: after all, there’s still some pretty old stuff kicking around in Windows 11.

Close Menu