Web Analytics


Windows Guides Feed

Note: To get a better understanding of Windows Registry basics, read this guide.

If you’re somewhat familiar with the Windows Registry, you’ve 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):

registry keys01 What Do HKCR, HKCU, HKLM, HKU, and HKCC Mean? (Registry Root Keys)

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:

registry keys hkcr What Do HKCR, HKCU, HKLM, HKU, and HKCC Mean? (Registry Root Keys)

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, you’ll need to enable viewing of protected system files.) HKCU contains data specific to each user with a log on account on your PC. Here’s what we see when we expand HKCU:

registry keys hkcu What Do HKCR, HKCU, HKLM, HKU, and HKCC Mean? (Registry Root Keys)

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 user-specific 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. Here’s what HKLM looks like:

registry keys hklm What Do HKCR, HKCU, HKLM, HKU, and HKCC Mean? (Registry Root Keys)

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, you’ll 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-21- folders contain settings for user IDs:

registry keys hku What Do HKCR, HKCU, HKLM, HKU, and HKCC Mean? (Registry Root Keys)

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

ProfileImagePath What Do HKCR, HKCU, HKLM, HKU, and HKCC Mean? (Registry Root Keys)

HKEY_CURRENT_CONFIG

registry keys hkcc What Do HKCR, HKCU, HKLM, HKU, and HKCC Mean? (Registry Root Keys)

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 that’s about it for the basics of the Windows Registry; now you know the foundation of the root keys, I’m hoping the registry seems a little less daunting?

What did I miss? Let us know in the comments.



 What Do HKCR, HKCU, HKLM, HKU, and HKCC Mean? (Registry Root Keys)

About Rich

Rich is the owner and creator of Windows Guides; he spends his time breaking things on his PC so he can write how-to guides to fix the problems he creates.

Free PC tips by email

Search Windows Guides




Comments

  • Grr

    Good read, thanks Rich

  • http://www.facebook.com/people/Nick-Swarfega/100002474232381 Nick Swarfega

    Very informative

  • Rahul Sharma

    Truely a good post… :)


Computer tips in your inbox
Sign up for the Windows Guides newsletter to get PC tips and access to free Windows books (More details)

Enter your email address:
 

Popular Guides

See which sites have been visited on your PC (even if private browsing mode is used)

Create a Windows 7 System Repair Disc

Best Free Anti-malware

Hibernate vs. Sleep vs. Shut-Down

i3, i5, and i7; Dual, Quad, Hexa Core Processors. How to they Differ?

Intel's Ivy Bridge Processor: new Features

Submit Your Tip
Submit your computer tip to us; receive full credit for all published tips

Windows Guides on Facebook