1. Microsoft Corporation. (2021, September 15). HKEYCLASSESROOT key. Microsoft Learn. Retrieved from https://learn.microsoft.com/en-us/windows/win32/sysinfo/hkey-classes-root-key.
Reference Details: The document states, "The HKEYCLASSESROOT (HKCR) key contains file name extension associations and COM class registration information such as ProgIDs, CLSIDs, and IIDs... HKEYCLASSESROOT is a view that merges the information from HKEYLOCALMACHINE\Software\Classes and HKEYCURRENTUSER\Software\Classes." This confirms the content and the merged/dynamic nature of the hive.
2. Carvey, H. (2011). Windows Registry Forensics: Advanced Digital Forensic Analysis of the Windows Registry. Syngress Publishing.
Reference Details: Chapter 2, "The Registry," describes the structure of the Windows Registry. It explains that HKEYCLASSESROOT is not a separate hive file but a link or merged view of the Classes keys from HKEYLOCALMACHINE and HKEYCURRENTUSER, and its purpose is to manage file associations and OLE/COM object information.
3. SANS Institute. (2010). Windows Registry Forensics. SANS Digital Forensics and Incident Response Poster.
Reference Details: The poster, under the "Registry Hives" section, describes HKEYCLASSESROOT as a "Combination of HKLM\SOFTWARE\Classes and HKCU\Software\Classes" and lists its purpose for "File associations, OLE, etc." This corroborates its function and composite structure.