There are many Windows behaviors which are governed by modifying specific system internals, e.g. programs that launch once per system startup, or every log in, or for particular users, etc. These typically require changes to the Windows registry (regedit is your frenemy).
When particular keys are mentioned in several online fora, particular registry entry keys are often contracted to arcane acronyms such as "HKLM", "HKCU" etc.
Microsoft has a very good explanation for some important keys. However, they still don't directly explain what the prefix "HK" stands for.
The table below links the informal contractions.
As regards the "HK" prefix, my understanding is that it stands for "Hive Key" since these are registry keys that are backed by a "hive of files".
When particular keys are mentioned in several online fora, particular registry entry keys are often contracted to arcane acronyms such as "HKLM", "HKCU" etc.
Microsoft has a very good explanation for some important keys. However, they still don't directly explain what the prefix "HK" stands for.
The table below links the informal contractions.
Informal Contraction | Registry hive | Supporting files |
---|---|---|
HKCC | HKEY_CURRENT_CONFIG | System, System.alt, System.log, System.sav |
HKCU | HKEY_CURRENT_USER | Ntuser.dat, Ntuser.dat.log |
HKLM\SAM | HKEY_LOCAL_MACHINE\SAM | Sam, Sam.log, Sam.sav |
HKLM\Security | HKEY_LOCAL_MACHINE\Security | Security, Security.log, Security.sav |
HKLM\Software | HKEY_LOCAL_MACHINE\Software | Software, Software.log, Software.sav |
HKLM\System | HKEY_LOCAL_MACHINE\System | System, System.alt, System.log, System.sav |
HKU | HKEY_USERS\.DEFAULT | Default, Default.log, Default.sav |
No comments:
Post a Comment