Registry Flashcards
What is a registry?
A central hierarchical database used in Windows.
How is registry data stored?
5 top level root keys.
What is the HKCU?
HKEY_CURRENT_USER
What does the HKCU contain?
User information and configuration.
What is HKU?
HKEY_USERS
What does the HKU contain?
Contains all actively loaded user profiles.
What is the HKCR?
HKEY_CLASSES_ROOT
What is the HKLM?
HKEY_LOCAL_MACHINE
What is the HKCC?
HKEY_CURRENT_CONFIG
What is contained in the HKCR?
Maps explorer files -> programs.
What is contained in the HKLM?
Computer config for any user.
What is contained in the HKCC?
Hardware profile used at startup.
What are Registry Hives?
How registry is represented on the file system.
Where are the system registry hives?
C:\Windows\System32\Config\
What is contained in the system registry hives?
DEFAULT
SAM
SECURITY
SOFTWARE
SYSTEM
Where are the user registry hives?
C:\Users<username>\NTUSER.dat
and
C:\Users<username>\AppData\Local\Microsoft\Windows\UsrClass.dat