16 Useful Windows Registry Hacks to Optimize Your Experience

Featured Windows Registry Hacks List

Windows Registry Editor holds the capacity to customize your Windows experience and deal with little nuisances that Microsoft wrongly assumes every user will love. From changing the Windows design to unlocking hidden features, there are tweaks for everything. To help you make your Windows even better, here are a bunch of Windows registry hacks worth trying.

Tip: Defragmenting your registry can speed up your Windows PC. Here’s how you can get started with the process.

Warning: messing with the registry could corrupt your Windows. It is recommended that you follow the instructions precisely and don’t mess around if you don’t know what you are doing. Just to be safe, create a backup of your registry before making any changes.

Accessing Windows Registry in Windows

As all the tweaks require a trip to the Registry Editor in Windows, it is important to know how to access it.

  1. Press the Win + R keys and type regedit in the “Run” dialog that pops up.
Registry Hacks Regedit
  1. Click “OK” and the Windows Registry will open.
  2. You can also launch it by typing regedit or “Registry Editor” in the Windows search box.

1. Add Command Prompt to Context Menu

Typing things manually into the Command Prompt all the time can be a pain. It would be much easier if, say, you could just open the Command Prompt by right-clicking on a particular location. Well, you can!

  1. In the Registry Editor, navigate to:
HKEY_CLASSES_ROOT\Directory\shell\cmd
  1. At this point, you’ll need to take ownership of the “cmd” registry key, as it’s protected by default. Right-click the “cmd registry-key” and select “Permissions.”
Windows Registry Hacks Command Prompt Permissions Cmd
  1. Click “Advanced” in the pop-up window that opens. It will lead to a new window where you can edit the registry key owner.
Windows Registry Hacks Permissions For Cmd Advanced
  1. Click “Change” for the Owner of the registry key. It is set as “TrustedInstaller” by default. You can change it to “Administrators” in another pop-up box.
Windows Registry Hacks Security Settings For Cmd Change Owner
  1. After approving the change, go back to the main permission entry window shown below. Give the admin owner “Full control” and “Read” permissions.
Windows Registry Hacks Command Prompt Administrators Full Control
  1. Next, right-click the entry in the right-hand pane called “HideBasedOnVelocityId”, click “Rename” and add a “_” at the start of the name so it doesn’t register it anymore.
Windows Registry Hacks Command Prompt
  1. That’s it. Close the Registry Editor and the “Open command window here” option should appear in the right-click context menu.

2. Revert to Windows 10-style Start Menu

One of the hallmark features of Windows 11 is a new-looking Start menu. It’s a pretty striking look, resembling something you might see in Ubuntu or macOS, but for some, the change is a little too drastic and so they may want to go back to the old Start menu. Well, with this Windows 11 registry hack, it’s possible to do so.

  1. Firstly, go to Taskbar Settings by right-clicking the Taskbar at the bottom.
  2. Here, ensure that the “Taskbar alignment” is left instead of the default center position.
Windows Registry Hacks Taskbar Settings Left Alignment
  1. Next, navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\
  1. Right-click an empty space in the right-hand pane, then select “New -> DWORD 32-bit Value.”
Windows Registry Hacks Windows Current Version Advanced New Dword Value
  1. Name it “Start_ShowClassicMode”.
  2. Once it’s created, double-click it and change the “Value data” to “1” to enable the Windows 10-style Start menu.
Windows Registry Hacks Start Show Classic Mode
  1. Restart your Windows 11 device to be greeted by the old classic Start menu.
Windows Registry Hacks Classic Menu Windows11
  1. To switch back to the latest Start menu, change the “Taskbar alignment” to “center” and delete the “Start_ShowClassicMode” key (or set it back to the “0” value).

3. Increase Network Speeds

Many of the registry tweaks in the list involve design or aesthetic changes that may make Windows feel that much slick and better to you. But there’s also a whole trove of registry hacks designed to improve your Internet speeds. You can find them listed under locations like TCP/IP or Lanman:

Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\
Windows Registry Hacks Internet Speeds Tcpip Values

If you’re having problems or experiencing packet loss, there are various things you can do, like reduce your default time to live (TTL), increase your IRP Stack Size, enable TCP extensions, or increase the maximum number of ports available to various programs trying to connect to your router.

There are enough network speed tweaks in regedit that we have a whole list dedicated to it. If you’re mainly in the Registry Editor to improve your Internet speeds, then click on over.

4. Use Windows Photo Viewer Instead of Photos App

Everyone has, at some point, had problems with the Photos app in Windows 10. It’s no big secret. At the same time, the Windows Photo Viewer that we know from back in the Windows 7 days did the job very well, yet it was removed with a Windows 10 update some years ago.

Best Registry Hacks Windows 10 Windows Photo Viewer

What’s more, Windows Photo Viewer doesn’t work in Windows 11. There’s a small consolation though: the Photos app works rather flawlessly in the newer operating system.

All that being said, the code for Photo Viewer is still there in Windows 10. You just need to create a fairly elaborate registry entry to unlock it. It’s a little different than your typical registry tweak, and we’ve created a guide for how to use the registry to make Windows Photo Viewer your default photo app in Windows 10.

5. Disable Windows Lockscreen

The Lockscreen is a nice added layer of security on your Windows PC, requiring a password or PIN for you to log back in. If you feel like you don’t need that, you can turn the Lockscreen off altogether.

  1. Go down the following path and make a new key called “Personalization.”
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
Windows Registry Hacks Software Policies Windows Personalization 1
  1. Create a new DWORD (32-bit value) called “NoLockScreen.”
Windows Registry Hacks Personalization Nolockscreen
  1. Double-click the newly created key to edit its value to “1” instead of the default “0.”
Windows Registry Hacks Personalization Nolockscreen New Value View

Note: there are other ways you can do this in Windows, such as using third-party apps that disable the Lockscreen. But we wouldn’t recommend that.

6. Show Detailed Information on Startup

If your PC is experiencing slowdowns or inexplicable crashes, then you should make it your priority to diagnose what’s causing those problems. One possible way to do this is to set the Windows startup to “Verbose Mode,” which will give you a much more detailed breakdown of the processes happening on your PC as you boot.

  1. To activate this, go to the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Policies\System
Windows Registry Hacks Wow6432node System
  1. Right-click an empty space in the pane on the right, then select “New -> DWORD (32-bit) Value.”
  2. Name the value “VerboseStatus.”
  3. Double-click on it to change its “Value data” from “0” to “1.”
Windows Registry Hacks Verbosestatus Value Edit 1

Good to know: Dealing with an unresponsive Taskbar in Windows? Learn how to fix it.

7. Open Last Active Window in Taskbar

Ever since Windows 7, open apps on the Taskbar (or Start bar) have had their own icons, with each open window or instance of that app bundled under that one icon, and visible in thumbnails when you hover your mouse over the icon. This is designed to save space in your Taskbar and generally make things neater.

By default, when you click a Taskbar icon for an open app, these thumbnails pop up, but you can make a registry tweak so that when you click a taskbar icon, the last active window of that app opens, which can save some time.

  1. Go to the following path:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced
Windows Registry Hacks Classic Explorer Advanced
  1. On the right side of the key, create a new DWORD (32-bit) value named “LastActiveClick.”
  2. Double-click on it to change its value from “0” to “1.”
Windows Registry Hacks Classic Explorer Advanced Lastactiveclick

8. Disable Shake to Minimize

The “Aero Shake” is a feature introduced in Windows 7 that lets you minimize windows by grabbing the one you want to keep open and “shaking” it. While it may sound cool, the option can sometimes minimize all your windows without you necessarily wanting that. Shake to minimize can also be a problem for people prone to hand tremors due to illness or other causes. But it can be a great help to others.

  1. To enable this feature, go to the following Windows Registry path.
Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  1. Create a new DWORD (32-bit) value called “DisallowShaking.”
Windows Registry Hacks Advanced Disallow Shaking
  1. Change its default value from “0” to “1.”
Windows Registry Hacks Advanced Disallow Shaking New Value

Tip: Get up to speed with the new context menus in Windows 11 and how they differ from the old version.

9. Add Your Own Apps and Options to the Context Menu

The context menu is a fine thing, but to really take control of it, you can create registry keys to add specific apps or Windows features to it. The exact way to do this will depend on what you want to add to the context menu. There is a nice registry hack for adding “Check for Updates” to the context menu, for example.

  1. Navigate to the following path:
HKEY_CLASSES_ROOT\DesktopBackground\Shell
Windows Registry Hacks Key Create Check For Updates
  1. Right-click on the “Shell” folder and create two different keys: “Check for Updates” and “Command.”
  2. Next up, right-click “Check for Updates” and create a new String Value called “SettingsURI” as shown here.
Windows Registry Hacks Check For Updates New String Value
  1. Double-click to reach the “Edit String” window. Enter ms-settings:windowsupdate-action in the “Value data” field
Windows Registry Hacks Check For Updates Ms Settings
  1. Repeat a similar procedure for the “Command” key with a string value “DelegateExecute” and add the value data: {556FF0D6-A1EE-49E5-9FA4-90AE116AD744}.
Windows Registry Hacks Desktopbackground Shell Command Value Data
  1. As soon as you create both keys with the required registry values, you should be able to see an option for checking updates within the right-click context menu.
Windows Registry Hacks Check For Updates Context Menu Windows11

Tip: There are many other things you can do such as adding an “Open with Notepad” option to the context menu, though really you can replace Notepad in this guide with any other app on your PC.

10. Change Windows Apps and Settings to “Dark Mode”

The debate of whether reading white writing on a dark background or dark writing on a light background is healthier rages on, but if you’re in the first camp, then you can use the registry to activate Dark Mode across Windows.

  1. In the Windows Registry selection, go down the following path:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Themes\Personalize
Windows Registry Hacks Appsuselighttheme
  1. You should find a DWORD (32-bit) value named “AppsUseLightTheme.” If it’s not there, create it.
  2. Change its default value from “1” to “0.” All Windows apps and browsers will now assume a dark theme automatically.
Windows Registry Hacks Dark Themed Apps

Good to know: click on through to see our guide on how to manually switch all the most common apps in Windows into Dark Mode.

11. Remove the Windows Action Center Sidebar

The Windows Action Center Sidebar offers handy quick-access buttons and notifications. However, if you find these buttons to be unnecessary and are not comfortable with the sidebar taking up half the screen when you open it, you can simply disable it.

  1. In the Registry Editor window, enter the following path:
HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\
Windows Registry Hacks Software Microsoft Windows
  1. Create a new key under “Windows” called “Explorer” followed by a DWORD (32-bit) value for it as “DisableNotificationCenter.”
  2. Edit the value for the DWORD entry to “1.”
Windows Registry Hacks Disable Notification Center Value Set
  1. You won’t get any new notifications in the right Action Center sidebar.

12. Remove the OneDrive Button from File Explorer

If you don’t use OneDrive or shifted to another cloud storage service after Microsoft decided to downgrade its storage packages, then there is no point in having its icon in File Explorer.

  1. Go to the path shown below:
HKEY_CURRENT_USER\Software\Classes\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}
Windows Registry Hacks Clsid Path
  1. Change the DWORD (32-bit) value for “System.IsPinnedToNameSpaceTree” to “0” from the default “1.”
Windows Registry Hacks System Is Pinned
  1. After that, navigate to the location below and delete the default key entry for “018D5C66-4533-4307-9B53-224DE2ED1FE6.”
Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace
  1. OneDrive will be successfully removed upon key deletion.
Windows Registry Hacks Explorer Namespace Delete

13. Automatically Delete Pagefile.sys at Shutdown

The Pagefile.sys file is pretty handy in Windows, stepping in as virtual RAM to take some load off your physical computer RAM and help speed up the process of retrieving program data, navigating your PC quickly, and managing other vital RAM functions.

The Pagefile does, however, take up quite a bit of storage space on Windows, so here’s a quick solution to automatically delete it when your PC shuts down.

  1. You have to navigate to the path as shown under:
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management
Windows Registry Hacks Memory Management Window
  1. Edit the DWORD (32-bit) value for “ClearPageFileAtShutdown” by changing it from “0” to “1.”
Windows Registry Hacks Memory Management Clearpagefileatshutdown

Note: you can also change the size and location of the Windows pagefile.

You can also adjust menu animations to make them look snappier. If you have a slower PC, then faster animations should make it easier to navigate. This is also smooth for the mouse to scroll through.

  1. Navigate to the following path.
Computer\HKEY_CURRENT_USER\Control Panel\Desktop
  1. Select the “Desktop” key on the left.
  2. Find and edit the string value for “MenuShowDelay” from its default value of 400 milliseconds to approximately 200 milliseconds.
Windows Registry Hacks Menushowdelay Value Data Change

15. Disable Windows Startup Delay

Windows puts a tiny delay on startup to help apps starting up with Windows go through the process smoothly so that you can experience a smooth desktop without lags. However, if you don’t have many startup apps, this delay could be unnecessary, and you can disable it.

  1. Go to the following path.
Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
  1. Create a key named “Serialize” and add a new DWORD (32-bit) value inside it.
Windows Registry Hacks Serialize New Dword
  1. Name it “StartupDelayInMSec” and set its value to “0.” You will see an immediate boost in performance.
Windows Registry Hacks Serialize New Dword New Value

Tip: Don’t Microsoft dictate which browser you use to open links in Windows. Here’s how to use your favorite option.

16. Remove Bing from Start Menu Search

The Windows 11 Start menu comes with a default Bing search engine. If you’re not a big fan of Bing, you may want to remove it from the search box.

  1. Navigate to the path as shown below.
Computer\HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows
  1. Create a new “Explorer” key.
  2. Under the created key, add a new DWORD (32-bit) value called “DisableSearchBoxSuggestions.”
Windows Registry Hacks Disablesearchboxsuggestions
  1. Set its value data to “1.”
Windows Registry Hacks Disablesearchboxsuggestions New Value
  1. After a subsequent PC restart, the Bing search box will be entirely missing from your Windows 11 Start menu.
Windows Registry Hacks Search Box Missing

Frequently Asked Questions

Is it safe to edit the Windows Registry?

Messing with the registry could corrupt your Windows. It is recommended that you follow any registry editing instructions precisely and not mess around if you don’t know what you are doing. Just to be safe, create a backup of your registry before making any changes. The easiest way to do this is by creating a system restore point on your Windows system. In the event of failure, you can use System Restore to go back to an earlier version.

How to edit registry files without Registry Editor?

Registry tweaks aren’t the only way to turbo-charge your Windows experience. You can change them using AutoHotKey Scripts and “reg.exe” commands in the Command Prompt. We have a list of many useful AutoHotKey scripts for you to check out. Say what you will about Windows – its tweakability runs deep, as demonstrated by these custom docks you can install on it.

How to edit registry for another user in Windows 10/11

It is easy to edit registry for another user. This is very helpful to those who don’t want to tinker with their PC configuration and would rather have an expert handle the registry. They will need to access user permissions remotely in the Command Prompt under administrator mode: reg load HKU\<username> C:\Users\<username>\ntuser.dat

Later they can open the registry editor normally and navigate to “Computer\HKEY_USERS” where all registry values can be accessed.

Image credit: Hal Gatewood at Unsplash. All screenshots by Sayak Boral.

Subscribe to our newsletter!

Our latest tutorials delivered straight to your inbox

Sayak Boral
Sayak Boral - Staff Writer

Sayak Boral is a technology writer with over eleven years of experience working in different industries including semiconductors, IoT, enterprise IT, telecommunications OSS/BSS, and network security. He has been writing for MakeTechEasier on a wide range of technical topics including Windows, Android, Internet, Hardware Guides, Browsers, Software Tools, and Product Reviews.