Trusted answers to developer questions

What is Windows Registry?

Get the Learn to Code Starter Pack

Break into tech with the logic & computer science skills you’d learn in a bootcamp or university — at a fraction of the cost. Educative's hand-on curriculum is perfect for new learners hoping to launch a career.

widget

Windows Registry is a hierarchical collection of databases that consist of a configuration of low-level settings for Microsoft Windows operating systems. Several applications may also use the registry; for example, the kernel, device drivers, services, Security Accounts Manager, etc. Windows registry is available in almost every version of Microsoft Windows, i.e., Windows 10, Windows 8, Windows 7, Windows Vista, Windows XP, Windows 2000, Windows NT, Windows 98, and Windows 95.

What is Windows Registry used for?

Windows registry is like a kind of DNA of the operating system – it always ensures that applications run smoothly. Let’s see how:

  1. It keeps track of vital information and settings of many software programs and hardware devices.

  2. It maintains user preferences and operating-system configurations.

  3. Whenever a new program is installed in the disk several new instructions, softwares, and references may have to be updated in the registry. Windows registry helps with easy interaction and stores vital information such as the location of programs, files, and instructions on how to start the program. This information is stored in the subkey.

How to Access the Windows Registry

widget

The Registry Editor program is used to access and configure Windows Registry. It is a utility that is a part of every Windows system by default. Registry is the name given to database files, so the editor has the ability to view and alter database files in the directory.

Opening Registry editor

The Registry editor is not downloaded, it is executed from the Run box in windows.

Steps

  1. Press Windows+R to open the Run window.
  2. In the section “Open:”, write the command regedit(this is shown in the slides below).
  3. The Registry editor will open.
1 of 3

RELATED TAGS

windows
registry
application
Copyright ©2024 Educative, Inc. All rights reserved
Did you find this helpful?