


16 Useful Windows Registry Hacks to Optimize Your Experience - Make Tech Easier
May 16, 2025 am 01:02 AMWindows Registry Editor provides the ability to customize your Windows experience and address minor annoyances that Microsoft might assume all users appreciate. From altering the Windows interface to unlocking hidden features, there are numerous adjustments available. To enhance your Windows further, here are several useful Windows registry tweaks to consider.
Tip: Defragmenting your registry can boost your Windows PC's performance. Here’s how to initiate the process.
Table of Contents
- Accessing the Windows Registry in Windows
- Add Command Prompt to Context Menu
- Revert to Windows 10-style Start Menu
- Boost Network Speeds
- Use Windows Photo Viewer Instead of Photos App
- Disable Windows Lockscreen
- Display Detailed Startup Information
- Open Last Active Window in Taskbar
- Disable Shake to Minimize
- Add Custom Apps and Options to the Context Menu
- Switch Windows Apps and Settings to "Dark Mode"
- Eliminate the Windows Action Center Sidebar
- Remove the OneDrive Button from File Explorer
- Automatically Delete Pagefile.sys at Shutdown
- Adjust Menu Animations
- Disable Windows Startup Delay
- Remove Bing from Start Menu Search
- Frequently Asked Questions
Warning: Altering the registry could potentially corrupt your Windows. It is advisable to follow the instructions meticulously and avoid making changes if you're unsure. To be safe, always back up your registry before modifications.
Accessing the Windows Registry in Windows
Since all the tweaks require accessing the Registry Editor in Windows, it's crucial to know how to get there.
- Press the Win R keys and enter "regedit" in the "Run" dialog that appears.
Click "OK" to open the Windows Registry.
Alternatively, you can launch it by searching for "regedit" or "Registry Editor" in the Windows search box.
Add Command Prompt to Context Menu
Typing commands into the Command Prompt manually can be tedious. It would be more convenient to open the Command Prompt directly from a right-click menu. Here’s how:
- In the Registry Editor, navigate to:
<code>HKEY_CLASSES_ROOT\Directory\shell\cmd</code>
- You need to take ownership of the "cmd" registry key, which is protected by default. Right-click the "cmd registry-key" and choose "Permissions."
- Click "Advanced" in the window that opens. This will lead you to another window where you can change the registry key owner.
- Click "Change" for the Owner of the registry key. It's set to "TrustedInstaller" by default. Change it to "Administrators" in the next window.
- After confirming the change, return to the main permissions window. Grant the admin owner "Full control" and "Read" permissions.
- Next, right-click the "HideBasedOnVelocityId" entry in the right pane, select "Rename," and add an underscore "_" at the beginning of the name to disable it.
That's it. Close the Registry Editor, and the "Open command window here" option should now appear in the right-click context menu.
Revert to Windows 10-style Start Menu
The new Start menu in Windows 11 has a unique design, similar to those found in Ubuntu or macOS, which might be too different for some users. Here's how to switch back to the classic Windows 10 Start menu:
- First, go to Taskbar Settings by right-clicking the Taskbar.
- Ensure that the "Taskbar alignment" is set to "left" rather than the default "center" position.
- Navigate to:
<code>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\</code>
- Right-click an empty area in the right pane, then select "New -> DWORD (32-bit) Value."
- Name it "Start_ShowClassicMode".
- Double-click it and set the "Value data" to "1" to activate the Windows 10-style Start menu.
- Restart your Windows 11 device to see the classic Start menu.
To revert to the new Start menu, change the "Taskbar alignment" to "center" and either delete the "Start_ShowClassicMode" key or set its value back to "0".
Boost Network Speeds
Many registry tweaks focus on design or aesthetic changes to enhance your Windows experience. However, there are also numerous tweaks aimed at improving your Internet speed. These can be found under sections like TCP/IP or Lanman:
<code>Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\</code>
If you're facing issues like packet loss, you can adjust settings such as reducing the default time to live (TTL), increasing the IRP Stack Size, enabling TCP extensions, or increasing the maximum number of ports available for programs connecting to your router.
There are so many network speed tweaks available in regedit that we have a dedicated list for them. If your primary goal in the Registry Editor is to improve your Internet speeds, explore this list.
Use Windows Photo Viewer Instead of Photos App
Many have encountered issues with the Photos app in Windows 10, while the Windows Photo Viewer from Windows 7 worked well but was removed in a Windows 10 update.
Unfortunately, Windows Photo Viewer is not supported in Windows 11, though the Photos app works smoothly in the newer OS.
However, the code for Photo Viewer remains in Windows 10, and you can enable it through a complex registry entry. This tweak is different from typical registry changes, and we have a guide on how to set Windows Photo Viewer as your default photo app in Windows 10.
Disable Windows Lockscreen
The Lockscreen adds a layer of security to your Windows PC, requiring a password or PIN to log back in. If you feel this is unnecessary, you can disable the Lockscreen entirely.
- Navigate to the following path and create a new key called "Personalization":
<code>Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows</code>
- Create a new DWORD (32-bit) value named "NoLockScreen".
- Double-click the new key and set its value to "1" instead of the default "0".
Note: There are other methods to disable the Lockscreen, such as using third-party apps, but we do not recommend this approach.
Display Detailed Startup Information
If your PC is experiencing slowdowns or crashes, diagnosing the cause is crucial. Setting the Windows startup to "Verbose Mode" can provide detailed information about the processes during boot.
- To enable this, go to the following registry key:
<code>HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Policies\System</code>
- Right-click an empty space in the right pane, then select "New -> DWORD (32-bit) Value."
- Name the value "VerboseStatus."
- Double-click it and change its "Value data" from "0" to "1."
Good to know: If you're dealing with an unresponsive Taskbar in Windows, learn how to fix it.
Open Last Active Window in Taskbar
Since Windows 7, open apps on the Taskbar have been represented by icons, with each app's open windows grouped under that icon and visible as thumbnails when you hover over it. This design saves space and keeps things tidy.
By default, clicking a Taskbar icon for an open app shows these thumbnails, but you can tweak the registry so that clicking the icon opens the last active window of that app, saving you time.
- Navigate to:
<code>HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced</code>
- On the right side, create a new DWORD (32-bit) value named "LastActiveClick."
- Double-click it to change its value from "0" to "1."
Disable Shake to Minimize
The "Aero Shake" feature, introduced in Windows 7, allows you to minimize windows by shaking the one you want to keep open. While it can be useful, it might minimize all windows unintentionally or be problematic for those with hand tremors. Here's how to disable it:
- Go to the following Windows Registry path:
<code>Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced</code>
- Create a new DWORD (32-bit) value called "DisallowShaking."
- Change its default value from "0" to "1."
Tip: Familiarize yourself with the new context menus in Windows 11 and how they differ from the previous version.
Add Custom Apps and Options to the Context Menu
The context menu is a useful feature, but you can enhance it by adding specific apps or Windows features through registry keys. For example, here's how to add a "Check for Updates" option:
- Navigate to:
<code>HKEY_CLASSES_ROOT\DesktopBackground\Shell</code>
- Right-click on the "Shell" folder and create two keys: "Check for Updates" and "Command."
- Right-click "Check for Updates" and create a new String Value named "SettingsURI."
- Double-click to edit the "Value data" to "ms-settings:windowsupdate-action."
- Follow a similar process for the "Command" key, creating a string value "DelegateExecute" with the value data "{556FF0D6-A1EE-49E5-9FA4-90AE116AD744}."
- After creating these keys and values, you should see the "Check for Updates" option in the right-click context menu.
Tip: You can also add an "Open with Notepad" option to the context menu, or replace Notepad with any other app on your PC.
Switch Windows Apps and Settings to "Dark Mode"
Whether reading white text on a dark background or dark text on a light background is better is debated, but if you prefer the former, you can use the registry to enable Dark Mode across Windows.
- Navigate to:
<code>HKEY_CURRENT_USER\Software\Microsoft\Windows\Themes\Personalize</code>
- Find or create a DWORD (32-bit) value named "AppsUseLightTheme."
- Change its value from "1" to "0." All Windows apps and browsers will now switch to a dark theme automatically.
Good to know: Check out our guide on manually switching the most common apps in Windows to Dark Mode.
Eliminate the Windows Action Center Sidebar
The Windows Action Center Sidebar provides quick-access buttons and notifications. If you find these unnecessary and dislike the sidebar taking up screen space, you can disable it.
- In the Registry Editor, go to:
<code>HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\</code>
- Create a new key under "Windows" named "Explorer," then add a DWORD (32-bit) value called "DisableNotificationCenter."
- Set the value for the DWORD entry to "1."
You will no longer receive notifications in the Action Center sidebar.
Remove the OneDrive Button from File Explorer
If you don't use OneDrive or have switched to another cloud storage service, there's no need for its icon in File Explorer.
- Navigate to:
<code>HKEY_CURRENT_USER\Software\Classes\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}</code>
- Change the DWORD (32-bit) value for "System.IsPinnedToNameSpaceTree" to "0" from the default "1."
- Then, navigate to:
<code>Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace</code>
and delete the default key entry for "018D5C66-4533-4307-9B53-224DE2ED1FE6."
- OneDrive will be removed from File Explorer upon key deletion.
Automatically Delete Pagefile.sys at Shutdown
The Pagefile.sys file acts as virtual RAM, helping manage program data and speeding up your PC. However, it can take up significant storage space. Here's how to automatically delete it at shutdown:
- Navigate to:
<code>Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management</code>
- Change the DWORD (32-bit) value for "ClearPageFileAtShutdown" from "0" to "1."
Note: You can also adjust the size and location of the Windows pagefile.
Adjust Menu Animations
Adjusting menu animations can make them appear quicker, which is beneficial for slower PCs and smoother mouse navigation.
- Navigate to:
<code>Computer\HKEY_CURRENT_USER\Control Panel\Desktop</code>
- Select the "Desktop" key on the left.
- Change the "MenuShowDelay" string value from its default 400 milliseconds to about 200 milliseconds.
Disable Windows Startup Delay
Windows introduces a slight delay at startup to help apps load smoothly. If you don't have many startup apps, this delay might be unnecessary and can be disabled.
- Go to:
<code>Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer</code>
- Create a key named "Serialize" and add a new DWORD (32-bit) value inside it.
- Name it "StartupDelayInMSec" and set its value to "0." You should notice an immediate performance boost.
Tip: Don't let Microsoft dictate which browser you use to open links in Windows. Here's how to set your preferred option.
Remove Bing from Start Menu Search
The Windows 11 Start menu includes a default Bing search engine. If you're not a fan of Bing, you can remove it from the search box.
- Navigate to:
<code>Computer\HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows</code>
- Create a new "Explorer" key.
- Under the new key, add a DWORD (32-bit) value named "DisableSearchBoxSuggestions."
- Set its value data to "1."
- After restarting your PC, the Bing search box will be removed from your Windows 11 Start menu.
Frequently Asked Questions
Is it safe to edit the Windows Registry?
Modifying the registry can potentially damage your Windows. It's recommended to follow instructions carefully and avoid tinkering if you're unsure. Always create a registry backup before making changes. The safest way to do this is by setting a system restore point. In case of issues, you can use System Restore to revert to a previous state.
How to edit registry files without Registry Editor?
Registry tweaks are not the only way to enhance your Windows experience. You can also use AutoHotKey Scripts and "reg.exe" commands in the Command Prompt. We have a list of useful AutoHotKey scripts for you to explore. Windows' customization capabilities are extensive, as shown by the custom docks you can install.
How to edit registry for another user in Windows 10/11
Editing the registry for another user is straightforward and useful for those who prefer not to adjust their PC settings themselves. You'll need to access user permissions remotely in the Command Prompt under administrator mode: reg load HKU\
After loading, you can access the registry editor normally and navigate to "Computer\HKEY_USERS" to modify the registry values.
Image credit: Hal Gatewood at Unsplash. All screenshots by Sayak Boral.
The above is the detailed content of 16 Useful Windows Registry Hacks to Optimize Your Experience - Make Tech Easier. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undress AI Tool
Undress images for free

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

If you're having trouble reading your desktop icons' text or simply want to personalize your desktop look, you may be looking for a way to change the font color on desktop icons in Windows 11. Unfortunately, Windows 11 doesn't offer an easy built-in

Fixed Windows 11 Google Chrome not opening Google Chrome is the most popular browser right now, but even it sometimes requires help to open on Windows. Then follow the on-screen instructions to complete the process. After completing the above steps, launch Google Chrome again to see if it works properly now. 5. Delete Chrome User Profile If you are still having problems, it may be time to delete Chrome User Profile. This will delete all your personal information, so be sure to back up all relevant data. Typically, you delete the Chrome user profile through the browser itself. But given that you can't open it, here's another way: Turn on Windo

When Windows cannot detect a second monitor, first check whether the physical connection is normal, including power supply, cable plug-in and interface compatibility, and try to replace the cable or adapter; secondly, update or reinstall the graphics card driver through the Device Manager, and roll back the driver version if necessary; then manually click "Detection" in the display settings to identify the monitor to confirm whether it is correctly identified by the system; finally check whether the monitor input source is switched to the corresponding interface, and confirm whether the graphics card output port connected to the cable is correct. Following the above steps to check in turn, most dual-screen recognition problems can usually be solved.

Have problems uploading files in Google Chrome? This may be annoying, right? Whether you are attaching documents to emails, sharing images on social media, or submitting important files for work or school, a smooth file upload process is crucial. So, it can be frustrating if your file uploads continue to fail in Chrome on Windows PC. If you're not ready to give up your favorite browser, here are some tips for fixes that can't upload files on Windows Google Chrome 1. Start with Universal Repair Before we learn about any advanced troubleshooting tips, it's best to try some of the basic solutions mentioned below. Troubleshooting Internet connection issues: Internet connection

Mini PCs have undergone

When encountering the problem of printing task stuck, clearing the print queue and restarting the PrintSpooler service is an effective solution. First, open the "Device and Printer" interface to find the corresponding printer, right-click the task and select "Cancel" to clear a single task, or click "Cancel all documents" to clear the queue at one time; if the queue is inaccessible, press Win R to enter services.msc to open the service list, find "PrintSpooler" and stop it before starting the service. If necessary, you can manually delete the residual files under the C:\Windows\System32\spool\PRINTERS path to completely solve the problem.

To run command prompts as administrator, the most direct way is to search through the Start menu and right-click "Run as administrator"; secondly, use the Win X shortcut menu to select "Command Prompt (Administrator)" or "Windows Terminal (Administrator)"; you can also open the run window through Win R and enter cmd and press Ctrl Shift Enter to force running as administrator; in addition, you can set shortcut properties to achieve automatic running as administrator. All the above methods require administrator permission and confirmation through UAC. Pay attention to security risks during operation.
