Open In App

Windows registry

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 :



Accessing Registries in Windows 10 :

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 –

Backup of the registries :
To take a backup of the registries, follow these steps as follows.

  1. Open the Registry Editor window
  2. Click on the File menu and select Export.
  3. 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.

Article Tags :