hands on Windows 11 has a number of puzzling or annoying UI changes from Windows 10 that power users might wish to change. But you can’t make these tweaks from the Settings menu or even the legacy Control Panel. To make these changes, you’ll need to edit the Registry.
For those unfamiliar, the Windows Registry is a set of folders and values that configure certain core functionality of the OS. You can edit and add to it using a built-in tool called Registry Editor (aka Regedit), but be careful, because if you delete or change the wrong entries, you can mess up your entire computer. We should note that these tweaks are for power users who have full admin control over their own personal computers. By and large, if you’re using a managed Windows machine, IT will have locked you out of editing the Registry (for good reason – imagine all the helpdesk calls).
Below, we’ll show you 11 different hacks that will massively improve your Windows 11 experience, but require Registry tweaks to work. These range from bringing back the full Windows 10 context menu to eliminating the time-wasting lock screen and everything in between.
Editing the Registry
To get to the Registry Editor, search for regedit in Windows Search and then click the top result.
Registry Editor – Click to enlarge
You may want to back up your PC before you edit the Registry, because if you do something really bad, you could adversely affect the performance or stability of Windows.
When you’re done editing the Registry, always close the Registry Editor to save. Then restart your computer to see the result of the changes you made.
1. Bring back the full right click context menu
By default, Windows 11 hides all of the available options from its right-click menus. If you want to see each one of them, you need to click “Show more options.” Some options, such as “Print” and “Create shortcut,” are always missing, and links to open a file in a particular program are at the bottom rather than the top of the list of options.
Below, you can see the default context menu you get when right-clicking an image file on the left versus the Windows 10-style complete context menu on the right. The options will vary based on what you right click on and what you have installed, but you always get a more complete list with the full context menu.
Windows 11 context menu (left) vs full classic menu (right) – Click to enlarge
To switch to full context menus, first open Regedit and navigate to HKEY_CURRENT_USERSoftwareClassesCLSID.
Registry key – HKEY_CURRENT_USERSoftwareClassesCLSID – Click to enlarge
Then create a new Registry key (aka a folder) called {86ca1aa0-34aa-4e8b-a509-50c905bae2a2} underneath CLSID. You do that by right clicking on CLSID and selecting New->Key. Then you rename the folder it creates to {86ca1aa0-34aa-4e8b-a509-50c905bae2a2}.
Create registry key – Click to enlarge
Create another new key under {86ca1aa0-34aa-4e8b-a509-50c905bae2a2} and call it InprocServer32. Then open the default value in InprocServer32, set it to blank, and click Ok.
Create a new key called InprocServer32 – Click to enlarge
As always with Registry changes, you’ll need to close the Registry and then restart your computer (or log in / log out) to see the changes.
2. Shut down even when apps don’t want you to
We’ve all been there. You go to shut down or restart your computer and you get an error message like the one below. One or more of your apps claim to have unsaved content and therefore it won’t close and won’t allow Windows to power down.
Shutdown delay – Click to enlarge
Sometimes the apps that prevent a shutdown don’t even have unsaved content in them. In the example above, File Explorer itself was among those holding up the train. Or perhaps you didn’t really want to save that image you already copied and pasted out of Photoshop and onto Facebook, but the image editor is still blocking shutdown.
Fortunately, with a simple Registry change, you can tell Windows to force-close apps that prevent it from shutting down.
First, in Registry Editor, navigate to HKEY_CURRENT_USERControl PanelDesktop.
Navigate to HKEY_CURRENT_USERControl PanelDesktop – Click to enlarge
Then create a string value called AutoEndTasks if one with that name doesn’t already exist. You can create a string value by right clicking in the right pane and selecting New->String Value. Then rename it to AutoEndTasks.
Create a new String value called AutoEndTasks – Click to enlarge
Then set AutoEndTasks to 1. You do that by double clicking on AutoEndTasks and entering 1 in the dialog box that appears.
Set AutoEndTasks to 1 – Click to enlarge
Add another string value called WaitToKillAppTimeout (if it doesn’t exist) and set it to 2000. This controls how many milliseconds Windows waits before killing an open app. Then add HungAppTimeout and set it to 2000.
Navigate to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControl and set the WaitToKillServiceTimeout string value to 2000. Finally, close Regedit and reboot.
3. Hide web results from Windows Search
Windows 11’s built-in search box is more useful than its Start menu. Often, when I want to launch an app such as Photoshop, I’ll just start typing the first few letters of the name into the box and my desired shortcut will pop up almost immediately.
Unfortunately, by default, Windows search also queries Bing for web results. For example, when I asked it to find “cats,” it showed me a bunch of search results about the animals above, where it showed me a JPG file on my computer named cats.jpg. It also made me wait a few seconds so it could download that information from the web.
Bing results in Windows Search – Click to enlarge
You can stop Microsoft from pinging the internet when you just want to find what’s on your computer. To do so, open Regedit and navigate to HKEY_CURRENT_USERSoftwarePoliciesMicrosoftWindows. Then create a new key underneath that folder called Explorer and navigate to it.
Create a new Registry key called Explorer – Click to enlarge
Within Explorer, create a DWORD (32-bit) value by right clicking and selecting New->DWORD (32-bit) Value.
Create a new DWORD (32-bit) value – Click to enlarge
Rename the value to DisableSearchBoxSuggestions and set it to 1.
Rename the value to DisableSearchBoxSuggestions and set it to 1. – Click to enlarge
Close Regedit, restart Windows, and you’ll no longer be seeing Bing slop mixed in with files and apps from your own C drive.












