Operating System Security Flashcards
Registry
Centralized database that contains environmental settings for various Windows programs
Also contains registration information that details which types of filename extensions are associated with which applications
HKEY_CLASSES_ROOT
Includes information about which filename extensions map to particular applications
HKEY_CURRENT_USER
Holds all configuration information specific to a particular user, such as their desktop settings and history information
HKEY_LOCAL_MACHINE
Includes nearly all configuration information about the actual computer hardware and software
HKEY_USERS
Includes information about all users who have logged into the system. HKEY_CURRENT_USER is a subkey of this hive
HKEY_CURRENT_CONFIG
Provides quick access to a number of commonly needed keys that are otherwise buried deep in the HKEY_LOCAL_MACHINE structure
The Registry is broken down into a series of separate areas called ___
Hives