Processes in Microsoft 365 for setting up Office apps, redeeming product keys, and activating licenses.
HKCU is programmers abbreviation for HKey_Current_User
- H=Hive (a collection of registry entries)
- K= Key
- CU = Current User
That is the registry key currently being used. That is where the OS looks to find registry settings. If you use the OS to make changes, this is where the changes are written
The .Default user is the template MS uses to create new user keys. The rest of the keys under HKey_Users are generated by Windows as new userids are created. They are typically MS cryptic
This article provides some information about the subkeys under HKCU:
https://www.lifewire.com/hkey-current-user-2625901
There are many useful additional links about the registry at the bottom of this page.
When you sign in to Windows with a specific Windows userid, that tells Windows which specific sub key under HKey_Users to copy from into HKCU.
At the end of the Windows session, part of the shut down process copies the values under HKCU to the specific
HKey_Users subkey.
One of the sub keys under HK_Users is for the admin account (I think it is S-1-5-18 on all machines).
This article tells you how to identify the specific user/user ID for each of the HK_Users subkeys