Windows Registryβ
The registry is a hierarchical database that contains data that is critical for the operation of Windows and the applications and services that run on Windows. The data is structured in a tree format. Each node in the tree is called a key. Each key can contain both subkeys and data entries called values. Sometimes, the presence of a key is all the data that an application requires; other times, an application opens a key and uses the values associated with the key. A key can have any number of values, and the values can be in any form. For more information, see Registry Value Types and Registry Element Size Limits.
Internal Note Linksβ
Resourcesβ
Source: Windows System Information - Win32 apps | Microsoft Docs:
-
- Structure of the Registry
- Registry Storage Space
- Predefined Keys
- Registry Hives
- Categories of Data
- Opening, Creating, and Closing Keys
- Writing and Deleting Registry Data
- Retrieving Data from the Registry
- Registry Files
- Registry Key Security and Access Rights
- 32-bit and 64-bit Application Data in the Registry
- Registry Virtualization
Relatedβ
Other Windows Docs Related Resources: