Windows registry


operating system
The database used by Microsoft Windows 95 and later to store all sorts of configuration information such as which program should be used to open a .doc file, DLL registration information, application-specific settings and much more.
The Registry is stored in .dat files, one in the user’s profile containing their per-user settings and one in the Windows directory containing settings that are global to all users. These are loaded into memory at login.
The loaded data appears as a tree with five main branches: HKEY_CLASSES_ROOT, HKEY_CURRENT_USER, HKEY_LOCAL_MACHINE, HKEY_USERS, HKEY_CURRENT_CONFIG. HKEY_CLASSES_ROOT defines file types and actions, HKEY_CURRENT_USER is an alias for one of the sub-trees of HKEY_USERS and contains user settings that override the global defaults in HKEY_LOCAL_MACHINE.
The branches of the tree are called “keys” and are identified by paths like HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion. Any node in the tree can have zero or more “values” which are actually bindings of a name and a value, e.g. “Logon User Name” = “Denis”. The value can be of type string, binary, dword (long integer), multi-string value or expandable string value.
Windows includes a Registry Editor (regedit.exe).
(2008-01-20)

Read Also:

  • Windows sockets

    networking, standard (Winsock) A specification for Microsoft Windows network software, describing how applications can access network services, especially TCP/IP. Winsock is intended to provide a single API to which application developers should program and to which multiple network software vendors should conform. For any particular version of Microsoft Windows, it defines a binary interface (ABI) […]

  • Windows xp

    operating system The version of the Microsoft Windows operating system that, when it was released on 2001-10-25, finally merged the Windows 95 – Windows ME strain with the Windows NT – Windows 2000 one. XP comes in two main versions: Windows XP Professional Edition and a simplified subset for home users, Windows XP Home Edition. […]

  • Windows xp pro

    Windows XP Professional Edition

  • Windows xp professional edition

    operating system (“Windows XP Pro”, “XP Pro”) The version of Microsoft’s Windows XP operating system intended for businesses and advanced users. The alternative, Windows XP Home Edition, is a subset of Pro without Remote Desktop, Multi-processor support, Automated System Recovery, Dynamic Disk Support, Fax, Internet Information Services, Encrypting File System, File-level access control, Active Directory, […]

  • Window system

    Software which allows a workstation’s screen to be divided into rectangular areas which act like a separate input/output devices under the control of different application programs. This gives the user the ability to see the output of several processes at once and to choose which one will receive input by selecting its window, usually by […]


Disclaimer: Windows registry definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.