上QQ阅读APP看书,第一时间看更新
Windows Registry
Any changes made to your server are stored in the registry. That said, the Windows Registry is a hierarchical database that stores the hardware/software configuration and system security information. After you access the registry, you will notice that its console tree (left-hand side) consists of five registry keys known as hives (that is HKEYs). Note that the syntax of the registry keys and sub-keys follows the standard of the Windows file path separated by a backslash. In Windows Server 2016 there are five HKEYs:
- HKEY_CLASSES_ROOT: It stores information on installed applications and their extensions.
- HKEY_CURRENT_USER: It stores information on the user that is currently logged-in.
- HKEY_LOCAL_MACHINE: It stores information specific to the local computer.
- HKEY_USERS: This contains information on logged user profiles.
- HKEY_CURRENT_CONFIG: This contains information gathered during the boot process.