Microsoft.Win32.Registry
provides the top level Microsoft.Win32.RegistryKey
objects for some registry hives. ClassesRoot
CurrentConfig
CurrentUser
LocalMachine
PerformanceData
Users
Microsoft.Win32.RegistryKey
, as demonstrated with PowerShell: PS: 16 C:\Users\rene> [Microsoft.Win32.Registry]::ClassesRoot.GetType().FullName Microsoft.Win32.RegistryKey