Using the Windows Registry Editor or Regedit, you can make system or UI-level changes in the OS. In this tutorial, you’ll find a big collection of Windows 10 Registry Editor mods, tweaks, and settings that can improve performance, add or remove a feature, and customize your Windows PC to enrich your experience. Many of these Registry hacks also work in Windows 11 as well.
The Registry is a database of sensitive and low-level configurations on Windows PCs. All the settings and options found in the Windows OS and the installed apps are contained in the keys and subkeys, and their values are placed hierarchically under the root keys. As for Windows 10, there are 5 types of root keys in the Registry Editor.
- HKEY_CLASSES_ROOT or HKCR
- HKEY_CURRENT_USER or HKCU
- HKEY_LOCAL_MACHINE or HKLM
- HKEY_USERS or HKU
- HKEY_CURRENT_CONFIG or HKCC
These root keys store the database of keys and subkeys under separate folders arranged in hierarchical order. We can customize our Windows computer by tweaking certain Registry keys or changing their values. Messing with it without proper understanding, an incorrect change in the keys, subkeys, or their values, may have serious consequences. Please back up your current Registry settings so you can restore them if things go south.
- Open the Registry Editor, click File, and select Export.
- Now, assign a name to the backup file, choose a location to save it, and click the Save button.
Anyway, without any further ado, let’s check out the Windows 10 Registry Editor tweaks.
1. Install Windows 11 with Unsupported CPU & TPM
Do you have an old PC that doesn’t meet the minimum hardware requirements to install Windows 11? A simple Registry hack can make the Windows 11 installer skip checking for the required CPU and TPM 2.0.
I used this Registry tweak to install Windows 11 on my 8-year-old Dell All-in-One PC and HP laptop with Intell Core i3 CPU. Just follow the steps given below.
- Open the Registry Editor and go to the following path or paste the following address in the Registry Editor address bar:
HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup
- Now, right-click on MoSetup and select New > DWORD (32-bit) Value from the context menu.
- Rename the newly created entry to AllowUpgradesWithUnsupportedTPMOrCPU.
- Then double-click this file and change the Value data to 1.
- Now, click OK to save it.
You are all set to install Windows 11 on your old laptop or desktop with unsupported hardware. Just open the Windows 11 ISO in File Explorer, double-click the setup.exe, to launch the installer, and follow the on-screen instructions.
If the above trick doesn’t work, head to our exhaustive tutorial describing 5 ways to install Windows 11 on old PCs with unsupported hardware for more details.
2. Add an App to the Desktop Context Menu
There is another cool Registry hack using which you can add an app shortcut to the desktop context menu. The trick works well in Windows 10 and 11. Besides this registry hack, there are more ways to customize the Windows context menu as well.
- Open the Registry Editor and navigate to the following path:
HKEY_CLASSES_ROOT\Directory\Background\shell
- Right-click the shell sub-folder, and choose New > Key.
- Now, assign a name to the newly created Key. The name must correspond to the app name you want to add to the desktop context menu. I want to add Chrome.
- Now, right-click the Chrome key and choose New > Key.
- When the new key is created under Chrome, rename it to ‘command‘.
- Then double-click the (Default) key and paste the full path of the chrome.exe in the Value data field as shown below. To copy the full path of the Chrome executable file, navigate to ‘C:\Program Files (x86)\Google\Application\chrome.exe‘. Select ‘chrome.exe‘, press Shift + Right-Click, and choose the Copy as Path option from the context menu.
- Finally, click OK to save the changes you made. Chrome will be added to your desktop context menu.
3. Secure the Virtual Memory on Your PC
We all know that computers use RAM to perform tasks. When your PC requires more memory, it uses a part of the hard disk as virtual memory. This process is controlled by a system paging file that contains important information sent to it by RAM. The paging file stays in the computer when after it’s shut down. A hacker with access to your PC might access that information and analyze the contents of the paging file.
By configuring the paging file-clearing rule in the Registry Editor, you can enhance the security of the virtual memory on your Windows 10 PC.
- Navigate to the following path in the Registry Editor.
HKEY_CURRENT_USER\System\CurrentControlSet\Control\SessionManager\MemoryManagement
- Click Memory Management and then double-click on ClearPageFileAtShutDown on the right-hand pane.
- Change the Value from ‘0‘ to ‘1‘.
- Click OK to save the changes and restart your computer. From now on, your Windows 10 PC will clear the paging file whenever you shut it down.
4. Enable Verbose Mode
Like other operating systems, Windows too has a Verbose Mode that displays status messages related to the processes of the Windows system. When enabled, the Verbose mode displays the background operations while starting, shutting down, restarting, etc. Below are some examples of Verbose status messages to give you a clear idea of what they are.
- Starting Windows
- Applying custom settings
- Please wait for the User profile to load
- Preparing your Desktop
- Shutting down application
- Shutting Down
- Windows is preparing to shut down the computer
If you want to enable these status messages so that you can learn about system progress while it performs background tasks, you can do that using the following Windows 10 registry hack.
- Launch the Registry Editor and navigate to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft
- Now, right-click on Microsoft and choose New > DWORD (32-bit).
- Assign “VerboseStatus” as a name to this new entry.
- Having renamed it, double-click VerboseStatus and change its value to 32.
Verbose Mode will be enabled after you restart your PC.
5. Boost your Network Connection Speed
The following Registry tweak would help you boost your internet speed.
- Open the Registry Editor and go to the following path:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
- Right-click on Parameters and choose New > DWORD (32-bit)Â from the context menu.
- Name this new entry “IRPStackSize“.
- Now double-click IRPStackSize, change its value to 32. and click OK to save the changes.
- That’s it. Just restart your computer and you will experience a noticeable boost in your network speed.
6. Enable Dark Mode
While it’s easy to turn on the Dark Mode through Windows personalization settings, you can do the same through the Registry Editor. To enable the Dark Mode in Windows, follow the quick steps given below.
- Launch the Registry Editor.
- Navigate to the following location:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize
- Right-click on Personalize and create a New > DWORD (32-bit) 32 key.
- Name this new key “SystemUsesLightTheme“.
- Now double-click this key and set its Value to o (zero).
- Finally, reboot your PC.
7. Disable Action Center in Windows 10 via Registry
Microsoft introduced a dedicated notification center which is known as Action Center. Some people might find this feature useful. However, if you don’t want to be bugged by notification pop-ups, you can disable the Action Center using the Registry hack given below.
- In the Registry Editor, go to the following address:
HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows
- Right-click on Windows and then choose New > Key.
- Rename this new key to “Explorer“.
- Now, right-click Explorer and select New > DWORD (32-bit).
- Name this new DWORD entry “DisableNotificationCenter“.
- Double-click DisableNotificationCenter and change the Value to 1.
Done! Just restart your computer and the notification pop-ups from the Action Center won’t bother you anymore.
8. Make Taskbar Transparent
Windows 10 comes with a host of personalization settings to change the look and feel of the UI. It does offer an option to add color tint and transparency effects to the Windows Explorer and desktop elements. However, there is nothing you can do to make the Windows 10 taskbar transparent. Fortunately, a Windows 10 taskbar registry tweak can make the taskbar more transparent.
- Open the Registry Editor and navigate to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced
- Now, right-click an empty area in the right-hand pane of the window and select New > DWORD (32-bit) Value.
- Assign “UseOLEDTaskbarTransparency” as a name to this new value.
- After that, right-click on UseOLEDTaskbarTransparency, choose Modify from the context menu, and change its Value to ‘1‘.
- Close the Registry Editor window, right-click on the desktop, go to Personalization > Color, and click the toggle button next to Transparency effects to turn transparency off temporarily and then turn it on again. That’s it!
Alternatively, you can also use an app named Translucent TB to make the taskbar transparent in Windows 10 and 11.
9. Hide Default Folders in This PC Window
You must have seen system folders like Desktop, Documents, Downloads, Music, Pictures, and Videos in This PC window. These folders are mostly useless and serve only as clutter. If you want a cleaner File Explorer, there is a way to keep them hidden using a Registry Editor hack.
- Head over to the following path in the Registry Editor.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions
- Since each of these folders in This PC has a unique GUID, you’ll have to either look for the following GUIDs or paste them after FolderDescriptions to find them directly.
- Desktop:Â
{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}
- Documents:Â
{f42ee2d3-909f-4907-8871-4c22fc0bf756}
- Downloads:Â
{7d83ee9b-2244-4e70-b1f5-5393042af1e4}
- Music:Â
{a0c69a99-21c8-4671-8703-7934162fcf1d}
- Pictures:Â
{0ddd015d-b06c-45d5-8c4c-f59713854639}
- Videos:Â
{35286a68-3c57-41a1-bbb1-0eae73d76c95}
- Desktop:Â
- You’ll see a key named PropertyBag under each of these keys. Click it and you will see ThisPCPolicy.
- By default, the value of the ThisPCPolicy for the folder is Show, so it’s visible in This PC.
- Double-click ThisPCPolicy and replace ‘Show‘ with ‘Hide‘.
- Click OK.
You can follow the same steps to hide other folders as well.
10. Disable Windows 10 Lockscreen
Whether it’s a smartphone or computer, the lock screen works like a primary layer of security. One needs to enter a PIN or password to get past the lock screen and access the device. However, if you use your Windows PC in a secured environment where you can do without the lock screen, you can disable it using the Registry Editor hack mentioned below.
- Open the Registry Editor and go to the following path.
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
- Right-click on Windows and choose New > Key from the context menu.
- Name this new key “Personalization” and press the Enter key.
- Now, right-click on Personalization and choose New > DWORD (32-bit) Value.
- Name this DWORD entry “NoLockScreen“.
- Double-click NoLockScreen and change its Value data from ‘0‘ to ‘1‘.
- Finally, click the OK button and reboot your PC.
11. Enable Balloon Notifications
Windows 10 shows toast notifications by default. You can use the following tweak to change toast notifications to balloon ones.
- Open Registry Editor and go to the following location:
HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer
- Right-click a blank space in the right-hand pane, and choose New > DOWRD (32-bit) Value.
- Name the newly-created DWORD “EnableLegacyBalloonNotifications“.
- Now, double-click EnableLegacyBalloonNotifications and change the Value to ‘1‘.
- Click OK and then restart your PC.
12. Disable Network Fly-out UI
Windows 10 comes with a new network fly-out user interface. If you think the network fly-out UI in Windows 7 or Windows 8 sidebar was better, you can get the older UI of your choice in Windows 10 using a little Registry Editor tweak.
- Open the Registry Editor and go to the following location.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Settings\Network
- Right-click the Network directory, select Permissions, and take ownership of the Registry key.
- Having taken ownership of the Network key, right-click on the ReplaceVan DWORD key in the right panel of the window and select Modify.
- Change the Value data to 0, 1, or 2 depending on your choice.
- 0: Default Windows 10 fly-out.
- 1: Open the Network settings window.
- 2: Windows 8-style sidebar.
- Click the OK button and reboot your machine.
13. Enable Jump List
Jump list is a Windows-specific feature. It pops up when a user performs a right-click on a taskbar or Start menu item. The list provides quick links related to a program. It’s a really useful feature and if you don’t have it on your Windows 10 PC, you can enable it with a little Registry Editor tweak.
- Go to the following path in Registry Editor.
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced
- Right-click the Advanced directory and create a new key by choosing New > DWORD (32-bit) Value.
- Rename this new DWORD file to “EnableXamlJumpView“.
- Now, right-click EnableXamlJumpView and set the Value data to ‘1‘.
- Restart your PC for the changes to take effect.
14. Add Command Prompt to Context Menu
Windows 10 build 14791 update replaced the Command Prompt with PowerShell as the default terminal app. If you want to add the good old CMD to the Windows context menu, it can be done using the Registry Editor hack described below. This way, you can always launch the Command Prompt with a file or folder path without manually typing a file’s location.
- Navigate to the following location in the Registry Editor:
HKEY_CLASSES_ROOT\Directory\shell\cmd
- Now, you’ll need to take ownership of the “cmd” key.
- Having taken ownership of “cmd“, right-click “HideBasedOnVelocityId” and choose the Rename option.
- Then rename it to “ShowBasedOnVelocityId“.
- Just restart your Windows PC and you should see the “Open command prompt window here“option in the right-click context menu.
15. Replace Photos App with Windows Photo Viewer
Microsoft replaced the Windows Photo Viewer with the Photos app with the Windows 10 update. The Photos app is a bit slow as you have to wait for a few seconds before it displays an image. The Windows Photo Viewer seems to have been removed from Windows 10 and 11, but it’s still there in the OS as ‘photoviewer.dll’. All you need to do is to make some changes to specific registry keys so that the Photo Viewer app can be associated with all known image formats like BMP, DIB, JFIF, JPE, JPEG, JPG, PNG, TIFF, WEBP, etc.
You can install the Registry mod file below or create it manually and then apply it.
- Download restore_photo_viewer_win_10_11.zip and unzip it using a Zip extractor.
- Open the extracted folder and double-click the ‘.reg‘ file.
- A User Account Control window will pop up. Select Yes to install the Registry mod.
- That’s it. You can now right-click any image file, select the ‘Open with‘Â option, and select Windows Photo Viewer as the default program to open image files.
16. Adjust Windows Menu Animations
The menu animations in Windows add to the better user experience but, at the same time, they make the system slower as they consume more RAM. You can enjoy a faster performance by adjusting the menu animations on your PC. Moreover, there’s also a way to get rid of animations completely. Let’s check out the Registry tweak given below.
- Go to
HKEY_CURRENT_USER\Control Panel\Desktop
in the Registry Editor. - Look for an entry named “MenuShowDelay” in the right-hand side panel.
- Double-click MenuShowDelay. By default, its value is set to 400 (milliseconds). Change this value to 200, 150, or 100 (milliseconds) to reduce the level of animation.
- Finally, restart your computer.
17. Reduce Startup Delay
You must have experienced a delay when your Windows 10 PC starts up. This delay is caused because the OS tries to get the start-up apps and processes ready. The duration of the delay is noticeable especially when you have many start-up apps installed. Fortunately, there’s a Registry Editor hack that you can use to disable the start-up delay to enjoy a faster startup.
- Navigate to the following path in the Registry Editor.
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
- Right-click Explorer and create a new key by selecting New > Key.
- Name this newly-created key “Serialize“.
- Now, right-click the Serialize directory and select New > DWORD (32-bit) Value, and name it “StartupDelayInMSec“.
- Double-click StartupDelayInMSec and ensure its Value data is set to ‘0‘.
- Restart your PC for the changes to take effect and you’ll notice that your Windows PC is booting faster.
With this tip, it’s time to wind up this collection of Windows 10 registry hacks, tweaks, mods, and settings. If you have a tip we can include in the guide, please let us know via comments.
Read Next: How to Enable the God Mode Folder in Windows 10