There are several features and settings that reside within the operating system but users can’t access them directly.
Some of these features can be of wide utility for a user. The window registry editor can be use to edit some of these features. The changes in windows registry are commonly referred to as registry hacks or registry tweaks.
The Windows registry is a database which stores a wide variety of window configuration settings.
A graphical application called Registry Editor can be used to view and edit Windows Registry.
To open the Registry Editor follow the given steps :-
- Press the Windows Key + R.
- Type regedit.
- Press enter.
If you want to change a certain value, you can navigate through the registry to find it by clicking the + sign next to each registry key. If you have high disk cpu usage issue then check its solution on wsappx article.
Registry Editor can be used to fix various system errors or to clean out registry junk.
You need to be very careful while editing the windows registry. Please make a backup of registry for security purposes.
Methods to backup your Registry
- Make backup of all keys you want to edit
Step 1: Right-click the key.
Step 2: Select Export.
- Make a System restore point
Step 1: Go to start.
Step 2: Type restore.
Step 3: Select create a restore point.
Step 4: Select a drive, Click configure.
Step 5: Choose Turn on System protection.
Step 6: Set the Max Usage space.
Step 7: Click OK.
Accessing the Windows Registry
- Change Windows Apps and Settings to “Dark Mode”
Dark mode helps to reduce eye strain. We can use registry to activate Dark mode across windows. Here, are the steps to follow:-
Step 1: In the registry, go to
Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\Current\Version\Themes\Personalize
Step 2: In the right-side pane, Right-click an empty space.
Step 3: Select “New->DWORD”.
Step 4: Call it “AppsUseLightTheme”.
Step 5: Just reboot your PC. You have the dark theme enabled.
- Enable Balloon Notification
By default, notifications are shown as toasts in windows 10 rather than balloon. There are some notifications which do not show up as toasts, while they do show up as balloon. We can enable the balloon notification using windows registry.
Here, are the steps you need to follow:-
Step 1: In the registry, go to
Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\Current\Version\Themes\Personalize
Step 2: If Policies key is not present, create it manually, followed by the Microsoft, Windows and explorer keys.
Step 3: Right-click Explorer key.
Step 4: Select “New->DWORD”.
Step 5: Call it “EnableLegacyBalloonNotifications”.
Step 6: Right-click EnableLegacyBalloonNotifications value.
Step 7: Select Modify.
Step 8: Enter 1 as its value.
Step 9: Just reboot your PC. You have the balloon notifications enabled.
- Disable the Action Center
If you find the action center unconvenient and intrusive, then this window registry tweak is perfect for you.
Here, are the steps you need to follow:-
Step 1: In the registry, go to
Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\Current\Version\Themes\Personalize
Step 2: If Policies key is not present, create it manually, followed by the Microsoft, Windows and explorer keys.
Step 3: Right-click Explorer key.
Step 4: Select “New->DWORD”.
Step 5: Call it “DisableNotificationCenter”.
Step 6: Right-click DisableNotificationCenter value.
Step 7: Select Modify.
Step 8: Enter 1 as its value.
Step 9: Just reboot your PC. You have the balloon notifications enabled.
NOTE: This also disables notifications in general.
- Hide Folders From This PC
Since Windows 8.1, “This PC” location is present by default .This PC contains the default folders such as Desktop, Documents, Downloads, Music, Pictures, Videos, etc. This is an unnecessary inconvenience for people who do not require it.
To hide folders, from this PC you have to navigate to six different registry keys, each one corresponding to one of the six folders in This PC.
Here, are the steps you need to follow:-
Step 1: In the registry, go to
Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\Current\Version\Explorer\FolderDescriptions\<FOLDER-GUID>\PropertyBag
Step 2: Replace the <FOLDER-GUID> in the above step with one of these:
- 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 }
Step 3: Click on PropertyBag key.
Step 4: Select a string value named ThisPolicy.
Step 5: In desktop folder, create PropertyBag key manually.
Step 6: Set ThisPCPolicy to Hide.
Step 7: Just reboot your PC.
Step 8: Now, the folder is invisible.
- Boost Security of Virtual Memory
Virtual Memory is used by the computer when it does not have enough physical RAM. A portion of hard drive is used as virtual memory by the computer in the form of a pagefile. After you shut down the computer, this pagefile still remains on your hard drive. This increase the chances of tampering. You can delete the pagefile whenever the system shuts down by changing the settings in windows registry.
Here, are the steps you need to follow:-
Step 1: In the registry, go to
Computer\ HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Session Manager \ Memory Management
Step 2: Select the Memory Management key.
Step 3: Right-click ClearPageFileAtShutDown.
Step 4: Select Modify.
Step 5: Set its value to 1.
Step 6: Reboot your PC.
Small inconveniences can be avoided with the help of Windows Registry Tweaks.