Windows Registry Hive Flashcards
Name the 2 type of hives.
- System Hive
- User Hive
What is a hive
A binary file that contains a registry tree including:
- keys
- subkeys
- values
Where do System and User hive relates to?
- System –> HKLM (HKEY_LOCAL_MACHINE)
- User –> HKU (HKEY_USERS)
What is HKEY?
It stands for Handle to Key or HK.
The logical section, Root keys beginning with it.
What is the supporting file for HKLM\SAM ?
sam, sam.log, sam.log1, sam.log2, blf.
(SAM = Security Account Manager)
What is the supporting file for HKLM\SECURITY ?
security, security.log
What is supporting file for HKLM\SOFTWARE ?
software, software.log, software.log1
What is supporting file for HKLM\SYSTEM ?
system, system.log, system.log1
What is the supporting file for HK_CURRENT_CONFIG ?
system, system.log, system.log1
Where can the “system” hive files be found?
C:\Windows\System32\config
Where can the “user” hive files be found?
HKU\.DEFAULT (C:\Windows\System32\config)
HKU\SID (C:\Users\john\NTUSER.DAT)
HKU\SID_CLASSES (C:\Users\john\AppData\Local\Microsoft\Windows\UsrClass.DAT)