HomeMicrosoftWindows11 Registry Editor tweaks every Windows 11 user needs to know

1.2. 11 Registry Editor tweaks every Windows 11 user needs to know

Summary

  • Enable Verbose mode to get dynamic PC status info during startup and shutdown by tweaking the Registry Editor.
  • Modify the Taskbar alignment to revert to a classic layout by changing a registry key.
  • Improve the Windows 11 UI by removing bloat like Bing suggestions.

The Registry Editor is one of the most complex aspects of recent Windows operating systems. Even for computing maestros with years of experience with Windows, accessing it is akin to walking barefoot across a minefield, as one false step can easily break your OS. That said, it can help you out when you're troubleshooting weird issues on your Windows 11 machine.

Not only that, there are a bunch of modifications you can make inside the Registry Editor to enhance your computing experience. In this article, we’ve compiled a list of the eleven best tricks that you can pull off inside the Registry Editor for a better Windows experience.

Related
The fascinating story of the Windows Registry

Love it or hate it, the Registry is something special

 
 

Be sure to back up your important files and create a Restore Point before you attempt the suggestions mentioned in the article. Although we’ve verified all the methods on the latest version of Windows 11, it’s still possible to mess things up if you’re not careful. We also recommend exercising extreme caution when you navigate the Registry Editor because even a single mistake can brick your OS.

11Enable Verbose mode

You might not be able to read all the outputs on a fast SSD

Designed for those who love tinkering and troubleshooting, the Verbose mode on Windows 11 displays dynamic information on the PC’s status during startup and shutdown. By default, it’s disabled on the OS, though you can enable it via the Registry Editor.

To do so,

  1. Right-click on the Start button and choose Run.
    The procedure to open the Run window from the Start button
  2. Type regedit into the Run bar and hit OK.
    The procedure to open Regedit from Run
  3. Head to the Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System location inside the Registry Editor.
    The directory for the Verbose Mode key in Registry Editor
  4. Right-click on the blank area and create a new DWORD (32-bit) Value called verbosestatus.
    Creating the verbosestatus key in the Registry Editor
  5. Open this integer and change its Value data to 1.
    Setting the value of the verbosestatus integer to 1 in the Registry Editor
 

10Disable the Weather/News icon in the Taskbar

It can get rather distracting at times

Among other utilities, Windows 11 includes the option to check the weather and the news widgets from the taskbar. But if you find it annoying, then it’s possible to disable the icon and its pop-up screen using the Registry Editor.

  1. Head to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft.
    Accessing the directory for the widget key in the Registry Editor
  2. Just like the previous section, create a new key (called Dsh) by right-clicking on the Microsoft variable and choosing Key.
    Creating a new key inside the Microsoft key in the Registry Editor
  3. Inside Dsh, create a new DWORD integer called AllowNewsAndInterests.
    Creating a new integer called AllowNewsAndInterests in the Registry Editor
  4. Assign a value of 0 to it before restarting your system.
 

9Modify the Taskbar alignment

For those who want the classic alignment

Besides changing the layout of the Start menu, Windows 11 brought noticeable changes to the Taskbar, many of which weren’t (and still aren’t) appreciated by the community. So, if you’re someone who dislikes the alignment of the new Taskbar, you can change a registry key in the Registry Editor to make it more bearable.

  1. Once you’ve opened the Registry Editor, navigate to the Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ location.
    Opening the directory to access the Taskbar Alignment option in the Registry Editor
  2. Create a new DWORD (32-bit) Value called TaskbarAl, which lets you change the alignment of the taskbar.
    Changing the Taskbar Alignment in the Registry Editor
    Set the value to 0 to bring the taskbar to the leftmost corner of the screen, similar to older Windows operating systems.
 

8Disable Network Throttling

To remove the shackles on your network speed

Just like power throttling, Windows 11 has another limiter on the network side. While the network throttling parameter in Windows 11 doesn’t typically affect daily usage, it can cause some issues for tasks that require minimal latency and high Internet speeds. So, you can disable it via the Registry Editor to avoid any OS-created bottlenecks to your network's performance.

  1. Navigate to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile inside the registry.
    The SystemProfile directory in the Registry Editor
  2. Set ffffffff as the Value data for NetworkThrottlingIndex.
    Setting the vlaue of the NetworkThrottlingIndex integer in the Registry Editor
 

7Reduce resource allocation to background tasks

To prioritize your games and hardware-intensive apps

Although Windows 11 diverts most resources to resource-intensive tasks, it leaves a small percentage of CPU cores, memory, storage, and other specs available for background tasks. The default value assigned to it is 20%, which shouldn’t be an issue for most users. But if you’re on an exceptionally low-powered system, it might be a good idea to turn this value down a notch to get some extra frames while gaming.

  1. Just like the last time, enter the Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile directory.
    The SystemProfile directory in the Registry Editor
  2. Double-click on the DWORD Value called SystemResponsiveness and reduce its value from 20 to 10.
    The SystemResponsiveness variable in the Registry Editor
 

6Hasten the shutdown process

'Cause nobody wants a PC that takes minutes to shut down

When you click on the shutdown option in Windows 11, the OS sends a request to the pending processes to wrap things up before it forcibly terminates them. This is usually defined by the WaitToKillServiceTimeout inside the Registry Editor. By default, it’s set to five seconds, though you can reduce it to two seconds to decrease the shutdown times.

  1. Once you're inside the Registry Editor, open the Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control location.
    Opening the directory of the WaitToKillServiceTimeout integer in the Registry Editor
  2. Change the value of the WaitToKillServiceTimeout string to 2000 from 5000.
    Changing the value of the WaitToKillServiceTimeout integer in the Registry Editor
 

5Restore Windows 10 context menu

Resurrecting the best context menu in Windows 11

The reworded context menu in Windows 11 was a terrible addition to the OS, as it got rid of many useful options. Sure, the newer menu looks less cluttered, but it’s quite lacking in the functionality department. While Microsoft lets you access the good ol’ context menu from Windows 10, clicking the See more options button or holding Shift when opening the menu can get rather annoying.

Luckily, the Registry Editor can help you permanently replace the new context menu with the old one:

  1. Head to the Computer\HKEY_CURRENT_USER\Software\Classes\CLSID inside the Registry Editor.
    Opening the directory to access Windows 10 context menu options in the Registry Editor
  2. Right-click on the CLSID directory and create a new key named {86ca1aa0-34aa-4e8b-a509-50c905bae2a2}.
    Creating a new key inside the CLSID directory in the Registry Editor
  3. Again, create another key called InprocServer32 inside the previous key.
    Creating a new key called InprocServer32 directory in the Registry Editor
  4. Open the (Default) variable and, without making any modification whatsoever, hit OK.
  5. The old right-click menu will be back when you restart the PC.
 

4Add custom apps to the context menu

I can't be the only person who has benchmarking tools pinned on the context menu, right?

While we’re on the subject of the context menu, you have noticed a couple of apps, including the Display Settings, Terminal, and Visual Studio, appear on the menu by default. Interestingly, you can even pin some of your favorite apps on the menu with the help of the Windows Registry tool.

Since the procedure is a bit complex, we have a dedicated guide on the subject. But here's the short version:

  1. Head to the Computer\HKEY_CLASSES_ROOT\Directory\Background\shell directory and create a new key with the same name as the app you wish to add.
    Creating the app's key in the Registry Editor
  2. Make a new String inside the key and call it Icon before adding the path of the executable file of the app under the Value data field.
    Adding string called Icon in the Registry Editor
  3. Finally, create a new key called Command inside the original key and, once again, set the path of the application's .exe file as the Value data.
    Creating the Command key in the Registry Editor
 

3Disable Power Throttling

Using every tweak possible to increase your FPS

Power throttling is a feature built into Windows that lowers CPU energy consumption. Besides increasing the battery life of your system, it can also lead to a reduction in the idle temps of the processor. Unfortunately, this setting can reduce the performance of your PC in certain scenarios. So, it’s a good idea to disable the feature via the Registry Editor if the performance isn’t to your liking. To do so,

  1. Go to the Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power directory and create a new key called PowerThrottling.
    Creating the PowerThrottling key in the Registry Editor
  2. Make a new DWORD (32-bit) Value called PowerThrottlingOff inside the PowerThrottling key and assign it a value of 1.
    Creating the PowerThrottlingOff DWORD in the Registry Editor
 

2Get rid of Bing suggestions from the Start menu

For those who want an uncluttered Start menu

Despite packing a robust set of features, Bing is still not as popular as Google. Many moons ago, Microsoft integrated Bing into the Search bar of the Start menu to popularize the search engine. However, many users (including myself) aren’t fans of this functionality.

If you want to eradicate Bing from the Start menu,

  1. Open the Computer\HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\ location within the Registry Editor.
    The directory for the Explorer key in the Registry Editor
  2. Create a new key called Explorer within Windows.
    Creating the Explorer key in the Registry Editor
  3. Inside Explorer, make a new DWORD (32-bit) Value element called DisableSearchBoxSuggestions and assign it a value of 1.
    The DWORD to remove the Search suggestions in the Registry Editor

1Disable Windows Copilot

Copilot, going dark!

With Microsoft going all-out in the field of AI, it’s no surprise that the Redmond-based giant has Windows Copilot to Windows 11. Although Microsoft’s AI assistant has its fair share of advantages over competitors, not everyone wants a chatbot built into their operating systems.

So, you can disable this functionality in the Windows Registry by following these steps:

  1. Once again, enter the Computer\HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\ directory.
  2. Right-click on Windows and create a new key called WindowsCopilot.
    The Copilot key in the Registry Editor
  3. Inside WindowsCopilot, create a DWORD Value called TurnOffWindowsCopilot and set 1 as its Value data.
    Turning off Copilot in the Registry Editor

Registry Editor: Highly useful, but just as dangerous for newcomers

Besides these eleven tweaks, there are just as many customization options available in the Registry Editor. However, not all of them are helpful for the average user. For instance, you can disable the Windows Update functionality alongside the Windows Security app. Despite my disdain for Microsoft’s broken updates, I don’t recommend turning them off, as doing so can deprive you of the essential security patches. Likewise, unless you have an industry-grade antivirus that conflicts with Windows Security, it’s a good idea to leave the settings related to the app untouched.

If you’re looking for other modifications to fine-tune Windows 11 to your liking, the OS has a plethora of other utilities. From productivity tweaks to settings that can improve your FPS, you’d be surprised at how much you can customize Microsoft’s flagship OS.

Original page

This page was: Helpful | Not Helpful