JSI Tip 6003. How can I get RegFind to use the HKEY_CURRENT_CONFIG hive?
Jerold Schulman
November 21, 2002
1 Min Read
When you use Reg.exe from the Windows 2000 Support Tools, or from %WinDir%System32 of a Windows XP Professional installation, or from Supplement 4 of the Windows NT 4.0 Resource Kit, you can access the HKEY_CURRENT_CONFIG by using the HKCC alias. When you try to use HKEY_CURRENT_CONFIG in RegFind.exe, it is not available.
The HKEY_CURRENT_CONFIG hive is just an alias for HKEY_LOCAL_MACHINESYSTEMCurrentControlSetHardware ProfilesCurrent.
To work around this problem, use the HKLMSYSTEMCurrentControlSetHardware ProfilesCurrent path in RegFind.exe.
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like