Вы находитесь на странице: 1из 4

What Do HKCR, HKCU, HKLM, HKU, and HKCC Mean?

(Registry Root Keys)


Posted: 02 Mar 2012 04:49 PM PST

Note: To get a better understanding of Windows Registry basics, read this guide. If youre somewhat familiar with the Windows Registry, youve no doubt seen references to HKCR, HKCU, HKLM, HKU, and HKCC. These abbreviations represent the five root keys in the Windows Registry:

HKEY_CLASSES_ROOT (HKCR) HKEY_CURRENT_USER (HKCU) HKEY_LOCAL_MACHINE (HKLM) HKEY_USERS (HKU) HKEY_CURRENT_CONFIG (HKCC)

You can view these by opening the Windows Registry Editor (Click Start, type regedit, and pres Enter):

This guide explains the basics on what each root key represents and what settings you can expect to find under each. I wrote this guide to help clarify the fundamentals of the registry and provide insight into what each root key does.

HKEY_CLASSES_ROOT
HKEY_CLASSES_ROOT or HKCR is an alias (i.e. a reference) to HKEY_LOCAL_MACHINE\Software\Classes. A separate root key is added mainly so software developers have direct access to this data without dipping in to HKLM. HKCR contains data

related to applications, shortcuts, and file extension associations. When we open HKEY_CLASSES_ROOT, we see:

The Shell subkey stores actions for each file type.

HKEY_CURRENT_USER
HKEY_CURRENT_USER or HKCU is built from %UserProfile%\ntuser.dat (to view this file, youll need to enable viewing of protected system files.) HKCU contains data specific to each user with a log on account on your PC. Heres what we see when we expand HKCU:

A little digging through this key yields data like application events (i.e. program sounds), keyboard layout, mapped network drives, application preferences (Software), and other userspecific settings.

HKEY_LOCAL_MACHINE
HKEY_LOCAL_MACHINE or HKLM hardware and software configuration data that is global or pertinent to the PC regardless of which user is logged on. Heres what HKLM looks like:

System Contains subkeys and settings related to Windows startup.

HKEY_USERS
HKEY_USERS or HKU is the home of group policy settings. Any Group Policy based rules are stored under this root key. When you log on, these settings are copied over to HKCU. When you expand HKU, youll see a .DEFAULT folder as well as entries for each user/log on ID. The .DEFAULT folder contains the base settings for new users when they first logon, S-1-5-21folders contain settings for user IDs:

You can cross reference these IDs with HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\ where youll find the same list of SIDs. Click on one of the S-1-521- folders, and check out the ProfileImagePath keys data value to see the owner of the profile.

HKEY_CURRENT_CONFIG

HKEY_CURRENT_CONFIG or HKCC contains the current hardware profile settings. Like HKCR, HKCC is an alias to HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001 (Note: If your PC has multiple hardware profiles, they are numbered ControlSet002, ControlSet003 etc.) Well thats about it for the basics of the Windows Registry; now you know the foundation of the root keys, Im hoping the registry seems a little less daunting? What did I miss? Let us know in the comments.

Вам также может понравиться