Windows 11 is the best version of the OS that Microsoft has rolled out. However, there are some irksome features, and ways to improve them by tweaking Registry settings. It’s a powerful tool that enables you to make various changes to your Windows experience. It’s not a place for casual users or newbies, though. However, if you are experienced and want to manage the crucial power user aspects of Windows, these are the power user tweaks I make to Windows, making it less of a pain to use.

As always, you want to be careful when making changes to the registry. If you modify the wrong key or value, it can lead to an unstable system or an unbootable machine. Ensure that you back up Registry keys before making changes, so you can restore your system if things go awry. If you are inexperienced or on a work computer (if IT hasn't blocked it already), it's best to stay out of it.

6 Disable automatic updates

Update manually to prevent unwanted system changes and restarts

This is one of the more irritating things Windows does by default. While it’s essential to update the OS for bug fixes, security updates, and feature enhancements, I prefer to install updates at my own convenience, which is often essential for power users who have specific configurations and software. So, to disable Windows Update, head to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows.

  1. Create a new key in the Windows folder and name it WindowsUpdate.
  2. Create another new key in the WindowsUpdate folder and name it AU.
  3. Create a new DWORD (32-bit) Value and name it NoAutoUpdate and give it a value of 1.

Restart your PC, and the automatic updates feature for Windows Update will be disabled. Now, you can open the Settings app and manually check for updates whenever you want.

5 Disable the Home page in Settings

It gets in the way

Most of the items from the Control Panel that you need have been moved to the Settings app in Windows 11, which now includes a Home page. It’s a section that displays recent and commonly accessed settings. However, you might find that it gets in the way of what you truly need. I’m not much of a fan of the Settings app, and I still use God Mode and alternative apps, such as Wintoys, to manage settings more easily, especially on fresh installations.

However, I still need Settings, and disabling the home page allows me to get where I need faster. To do it, head to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer and create a new String Value. Name it SettingsPageVisibility, and change the Value data to hide:home. Restart and enjoy quicker access to the settings you need.

4 Clutter-free search

Get rid of Bing results in Search

When you use the Search experience from the Start menu or taskbar, it displays web results powered by Bing. This clogs up your results and makes it more challenging to access your apps, files, and folders. I remove the unnecessary items by modifying the Registry, specifically in the Computer\HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows folder.

  1. Create a new key in the Windows folder and call it Explorer.
  2. Create a new DWORD (32-bit) Value and name it DisableSearchBoxSuggestions, and change the value to 1.
  3. Restart your machine and enjoy an improved search experience without Bing results.
👁 Windows 11 laptop running OneCommander on desktop
I use these 5 free tools to search files on Windows 11, and they are a lot better than Windows Search

Windows Search is a lot less than perfect. Here are some free and more efficient tools that will improve your productivity.

3 Disable Lock Screen

Sign in to Windows faster

When you turn on your PC, you’re greeted with a lock screen that features Bing’s image of the day, along with other news and weather article previews. Next, press a key or click your mouse to see the sign-in screen. The experience is inefficient, and you can disable the lock screen by heading to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows.

  1. Create a new key and name it Personalization.
  2. Create a new DWORD (32-bit) Value and name it Nolockscreen.
  3. Give it a value of 1 and restart your machine; then, sign in faster without the lock screen.

2 Faster shutdowns

Stop waiting for your PC to turn off

Have you ever noticed that sometimes it seems like forever for your Windows PC to shut down? It’s because the WaitToKillServiceTimeout service signals Windows to have apps completely shut down and save data. While this was important in the past, it’s less so now, as most work is saved automatically or through your own due diligence. It is set to five seconds by default; however, you might want to shave some time off that signal so you can get away from your desk and to the bar faster.

You can adjust the time by heading to Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control and changing the WaitToKillService value from 5000 to 3000 or 2000.

While you can set it to zero for virtually instant shutdowns, it isn’t recommended, as Windows has its own processes and services that need to be turned off correctly. Setting it to zero is essentially equivalent to performing a hard shutdown by holding the power button for 10 seconds. However, you should only do that if you have pressing issues with the PC and are troubleshooting it.

👁 Windows laptop with a Shutdown Task Scheduler on the screen
How to set a timer to regularly shut down your Windows computer

Learn to automate shutdown on your Windows PC using the Run Dialog Box, Command Prompt, and Task Scheduler

1 Enable verbose mode

Discover more about what’s happening on your PC

When you are using or troubleshooting your system, Windows is sparse with details about the apps and processes that are running. Verbose mode provides more information about what’s happening behind the scenes, and that's precisely what power users love. For instance, when I’m troubleshooting my system, I get detailed dynamic messages on its status while booting and powering down the system.

To turn on verbose messages from Windows, head to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System. Create a new DWORD (32-bit) Value named verbosestatus and give it a value of 1.

👁 The Verbose mode in Windows 11
How to enable Verbose mode in Windows 11?

Want Windows 11 to display status messages during startup and shutdown? Verbose mode is what you're looking for!

Making Windows your own

While Windows 11 is the best version of the OS in 2025, it’s not perfect, and power users are well aware of its shortcomings. Fortunately, virtually every feature you don't like can be easily disabled via the Registry. I can also add features and functionality through the Registry, which is a plus. Also, remember that it’s possible to revert the tweaks by manually changing the values or restoring your Registry backups.