In this article, we will discuss the overview of the Windows registry and will see how to access registries, how to take registry backup, registry root keys, and the location of the window registry where it is actually stored. Let's discuss it one by one.
Overview :
- If you are an avid Windows OS user, you might be aware of the term Registry. The Registry or Windows Registry is the database that stores the low-level settings of the operating system and its applications that support registries.
- It contains all the information of the software and hardware installed on the system. Users can access and configure the settings of Registries by launching the Registry Editor tool of Windows OS.
- The registries can be considered as the DNA of the Windows devices.
- It contains commands for the installed applications. Whenever you install a registry-supported Windows application on your system, it automatically adds a new registry entry and stores all the essential information required for running the new application in it. For example, where the files are located, which other applications can use the new program, and more.
- Registries are available to edit on Windows 10/8/7 and up to devices with Windows 95 operating system.
Accessing Registries in Windows 10 :
- Registries on Windows OS are widely used for making changes in the application of OS, which you cannot perform directly. It is a quick way to perform unofficial hacks in the OS like disable Windows Startup delay, disable Windows Action bar, turn off the lock screen.
- To access the registries of different programs installed on your device, Windows provides a graphical interface known as Registry Editor. Registry Editor is not an application that you need to install. It is one of the Windows in-built tools that can be easily accessed through the Run Command Window.
Implementation steps :
Here are the steps for the same.
Step-1 :
On your Windows OS system, type Run and click on its icon to launch it.

Step-2 :
The Run Command Box would be launched. Type the Regedit command in the space provided and hit enter to launch the registry editor.

Step-3 :
Look for the registries of the application that you want to change.
Note -
- If you are a novice user, it is recommended not to perform any changes without expert help in the registries. It might make the applications unresponsive or, worst, cause system failure.
- Even if you know how to play with the registries, it is recommended to take a backup to prepare for a worst-case scenario.
Backup of the registries :
To take a backup of the registries, follow these steps as follows.
- Open the Registry Editor window
- Click on the File menu and select Export.
- Choose a safe location on your hard drive or external hard drive and save the registries there.

Registry Root Keys :
When you first launch the Registry Editor, you will notice the Root Keys, containing all different registry values.

Table for Registry Root Keys :
Let us know what these root keys contain.
Registry Root key | Descriptions |
---|
HKEY_CLASSES_ROOT (HKCR) | It describes the file type, its extension, and Object Linking and Embedding (OLE) information. |
HKEY_CURRENT_USER (HKCU) | Contains the information and the settings of the currently logged-in user. |
HKEY_LOCAL_MACHINE (HKLM) | This is where most registries are present and are being edited. It contains device-specific information. Every user who can log in to the computer can access HKLM. |
HKEY_USERS (HKU) | It contains data of all the user's accounts of the system. |
HKEY_CURRENT_CONFIG (HKCC) | This root key contains the details of the configuration of the hardware currently attached to the device. |
Location of Registries in the Windows Device :
On the latest Windows OS such as Windows 10, 8 till XP, the registries are stored on the drive where Windows is installed. The exact location is %SystemRoot%\System32\Config\ folder. While on the older version of Windows OS, the registries are stored in the %WINDIR% folder as DAT files.
Similar Reads
What is Windows Hacking ? Windows OS is a graphical user interface (GUI) operating system developed by Microsoft. It was first released in 1985 as an add-on for MS-DOS, which was the most popular version of MS-DOS at that time. In its early days, Windows OS was known as âMicrosoft DOSâ or âMS-DOSâ and later on it became know
6 min read
Windows Memory Management The memory management in the operating system is to control or maintain the main memory and transfer processes from the primary memory to disk during execution. Memory management keeps track of all memory locations, whether the process uses them or not. Determines how much memory should be allocated
5 min read
Windows 10 Tutorial Explore our Free Windows 10 Tutorial to learn how to use Microsoft Operating System-Windows 10 remains one of the most widely used operating systems, offering a balance of performance, security, and user-friendly features. Whether you're a new user setting up your PC for the first time or someone lo
15+ min read
Windows 10 Tutorial Explore our Free Windows 10 Tutorial to learn how to use Microsoft Operating System-Windows 10 remains one of the most widely used operating systems, offering a balance of performance, security, and user-friendly features. Whether you're a new user setting up your PC for the first time or someone lo
15+ min read
How to Install Windows 11 Are you ready to experience Windows 11 but unsure of how to install it for free? Whether you're upgrading from Windows 10 or getting a Windows 11 clean installation, we will guide you through the process of Installing Windows 11 for free in simple, easy-to-follow steps. We'll cover everything you ne
8 min read
Raspberry Pi setup in Windows Raspberry Pi OS is a simple lightweight operating system similar to UNIX which is specially designed for Raspberry Pi single-board computers. Usually, Raspberry PI OS is used in single-board hardware computers but here we will learn how we can install it in our windows with the help of a virtual box
5 min read