Windows Registry is a powerful tool that can be used to manage settings and preferences on your computer. This article will provide an overview of the Windows Registry, and explain some of the more common uses for it. If you’re new to Windows, or if you’re just curious about what’s possible with Registry, this article is for you. We’ll start by explaining what the Windows Registry is, and then move on to discussing some of the more common uses for it. Finally, we’ll give you a few tips on how to use it most effectively. So let’s get started! What Is The Windows Registry? The Windows Registry is a database that stores information about your computer and its settings. This information can include things like your user account information, system settings, and even customizations made by you or other users. In short, the Windows Registry is a central location for all sorts of data on your computer. How Do I Use The Windows Registry? There are a few ways that you can use the Windows Registry: manually, using tools provided by Microsoft or third-party developers, or through automation using tools like RegEdit. Each method has its own advantages and disadvantages; we’ll discuss each in turn below. ..


The Windows Registry is a database where Windows and many programs store their configuration settings. You can edit the registry yourself to enable hidden features and tweak specific options. These tweaks are often called “registry hacks.”

What is the Windows Registry, and How Does It Work?

The Windows registry is a collection of several databases. There are system-wide registry settings that apply to all users, and each Windows user account also has its own user-specific settings.

On Windows 10 and Windows 7, the system-wide registry settings are stored in files under C:\Windows\System32\Config\ , while each Windows user account has its own NTUSER.dat file containing its user-specific keys in its C:\Windows\Users\Name directory. You can’t edit these files directly.

But it doesn’t matter where these files are stored, because you’ll never need to touch them. When you sign in to Windows, it loads the settings from these files into memory. When you launch a program, it can check the registry stored in memory to find its configuration settings. When you change a program’s settings, it can change the settings in the registry. When you sign out of your PC and shut down, it saves the state of the registry to the disk.

The registry contains folder-like “keys” and “values” inside those keys that can contain numbers, text, or other data. The registry is made up of multiple groups of keys and values like HKEY_CURRENT_USER and HKEY_LOCAL_MACHINE. These groups are called “hives” because of one of the original developers of Windows NT hated bees. Yes, seriously.

Microsoft introduced the registry back in Windows 3.1, but it was initially used only for certain types of software. In the Windows 3.1 era, Windows applications frequently stored settings in .INI configuration files that were scattered across the OS. The registry can now be used by all programs, and it helps bring together the settings that would otherwise be scattered in many different locations across the disk.

Not all programs store all their settings in the Windows registry. Each program developer can decide to use the registry for every setting, just a few settings, or no settings. Some programs store all (or just some) of their settings in configuration files—for example, under your Application Data folder. But Windows itself makes extensive use of the registry.

Why You Might Want to Edit the Registry

Most Windows users will never need to touch the registry. Windows itself and many programs use the registry, and you usually don’t have to worry about it.

However, you can edit the registry yourself with the Registry Editor, included with Windows. It lets you click through the registry and change individual registry settings.

The registry itself is a big mess of a database, and you won’t find much by clicking through it yourself, of course. But you can often find “registry hacks” online that tell you what settings you need to change to accomplish a particular task.

This is especially useful when you’re looking for options that aren’t normally exposed in Windows. Some things you can only achieve by hacking the registry. Other settings are available in Group Policy on Professional editions of Windows, but you can usually change them in a Home edition of Windows by tweaking the registry.

Is It Safe?

Editing the registry isn’t dangerous if you know what you’re doing. Just follow the instructions and only change the settings you’re instructed to change.

But, if you go into the registry and start haphazardly deleting or changing things, you could mess up your system’s configuration—and potentially even render Windows unbootable.

We generally recommend backing up the registry (and your computer, which you should always have backups of!) before editing the registry, just in case. But if you follow legitimate instructions properly, you will not have a problem.

How to Edit the Registry

Editing the registry is pretty simple. All of our registry-editing articles show off the entire process, and it’s easy to follow. But here’s a basic look at the process.

To get started, you’ll open the Registry Editor application. To do so, press Windows+R to open the Run dialog. Type “regedit” and then press Enter. You can also open the Start menu, type “regedit.exe” into the search box, and press then Enter.

You’ll be asked to agree to a User Account Control prompt before continuing. This gives the Registry Editor the ability to modify system settings.

Navigate to whatever key you need to modify in the left pane. You’ll know where you need to be because the instructions for the registry hack you’re trying to apply will tell you.

On Windows 10, you can also just copy-paste an address into the Registry Editor’s address bar and press Enter.

To change a value, double-click it in the right pane and enter the new value. Sometimes, you’ll need to create a new value—right-click in the right pane, select the type of value you need to create, and then enter the appropriate name for it. In other cases, you may need to create new keys (folders). The registry hack will tell you what you need to do.

You’re done. You can click “OK” to save your change and close the Registry Editor. You’ll sometime need to reboot your PC or sign out and sign back in for your change to take effect, but that’s it.

That’s all performing a registry hack involves—you’ve now opened the Registry Editor, located the value you want to change, and changed it.

You can also edit the registry by downloading and running .reg files, which contain a change that’s applied when you run them. You should only download and run .reg files from sources you trust, but they’re text files, so you can right-click them and open them in Notepad.

Better yet, you can make your own registry hack files. A .reg file can contain multiple different settings, so you could create a .reg file that automatically applies all your favorite registry hacks and configuration tweaks to a Windows PC when you run it.

Some Cool Registry Hacks For You to Try

We’ve written about a ton of registry hacks. Here are some of our favorites:

Display a Message at Sign In: You can make Windows always show a message whenever someone signs into your PC. Enable Windows Defender’s Secret Crapware Blocker: On Windows 10, Windows Defender automatically scans for malware in the background. It can protect you from “potentially unwanted programs” (PUPs) too if you change a registry setting. Clean Up Your Messy Context Menu: You can manually remove entries from the cluttered context menu on your desktop or in the file manager via the registry. Add Any Application to Your Desktop’s Context Menu: You can add any application to your desktop’s context menu. Right-click your desktop and select the entry to launch it quickly. Add “Open With Notepad” to the Context Menu for All Files: If you regularly find yourself looking at various types of text files in Notepad, add an “Open With Notepad” option to every file to make this faster. Stop Other User Accounts From Shutting Down Your PC: You can prevent specific user accounts on your PC from shutting it down by applying this registry hack. Block User Accounts From Running Specific Apps: Using the registry, you can prevent other Windows user accounts from running specific applications on your system.

Make Your Taskbar Buttons Always Switch to the Last Active Window: This is my personal favorite. On Windows 7 and Windows 10, clicking your taskbar buttons normally shows you a thumbnail list of all your open windows for that application, if it has multiple windows open. The LastActiveClick hack makes a single click open your last active window for that application, saving you a click when switching windows. You can still hover over a taskbar icon to see previews of its open windows. Disable Windows 10’s Lock Screen: If you don’t like swiping away the tablet-style lock screen and want to see a traditional sign-in screen every time you boot, sign out of, or lock your PC, this registry hack is for you. It was created for Windows 8 but still works on the latest versions of Windows 10. Add “Take Ownership” to the Context Menu: On Windows, files are “owned” by users. If you’re an advanced user who changes file ownership frequently, you can add a “Take Ownership” command to the context menu to speed this up. Disable Aero Shake Minimizing of Windows: You can stop Windows 7 or Windows 10 from minimizing all your open windows whenever you shake a window’s title bar with this setting. Get the Old Volume Control Back on Windows 10: If you miss the Windows 7-style volume control, this registry hack will bring it back on Windows 10.

Change the Manufacturer Name of Your PC: You can put your own name in the manufacturer field—which is especially cool if you built your own PC. You can even add your own logo. Remove the “3D Objects” Folder from This PC on Windows 10: Don’t like seeing the new “3D Objects” folder under This PC? This registry hack will remove it. Remove Folders From This PC on Windows 10: You can also hide the Desktop, Documents, Downloads, Music, Pictures, and Videos folders from the This PC view if you like. Remove OneDrive From File Explorer on Windows 10: If you don’t want to use OneDrive on Windows 10, this registry hack will remove its folder from File Explorer. Disable the “Low Disk Space” Check: Sick of Windows bugging you about low disk space on your PC? You can disable the check via the registry. This is particularly useful if Windows messes up and keeps warning you about a normally hidden recovery partition, for example. Stop Windows from Adding “- Shortcut” to New Shortcuts: Want to get rid of “- Shortcut” in the names of new shortcuts? Here you go. Disable SMBv1 on Windows 7 for Security: For security reasons, the old SMBv1 file sharing protocol is now disabled by default on Windows 8 and Windows 10. It’s still enabled by default on Windows 7 for compatibility reasons on business networks, but you can disable it for improved security.

We’ve covered many other useful registry hacks in the past. If you want to tweak something on Windows, just perform a quick web search, and there’s a good chance you’ll find a registry hack that tells you how to do it.