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.
To switch to full context menus, first open Regedit and navigate to HKEY_CURRENT_USER\Software\Classes\CLSID.
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 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.
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.
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_USER\Control Panel\Desktop.
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.
Then set AutoEndTasks to 1. You do that by double clicking on AutoEndTasks and entering 1 in the dialog box that appears.
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_MACHINE\SYSTEM\CurrentControlSet\Control 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.
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_USER\Software\Policies\Microsoft\Windows. Then create a new key underneath that folder called Explorer and navigate to it.
Within Explorer, create a DWORD (32-bit) value by right clicking and selecting New->DWORD (32-bit) Value.
Rename the value to DisableSearchBoxSuggestions and set it to 1.
Close Regedit, restart Windows, and you’ll no longer be seeing Bing slop mixed in with files and apps from your own C drive.