reg://
Usage:
reg://<expression>
where
<expression>
is a
full path to a registry key including the starting hive
The following abbreviations can be used:
-
HKCR -
HKEY_CLASSES_ROOT
-
HKCU -
HKEY_CURRENT_USER
-
HKLM -
HKEY_LOCAL_MACHINE
-
HKU - HKEY_USERS
-
CLSID -
HKEY_CLASSES_ROOT\CLSID
-
CUSW -
HKEY_CURRENT_USER\SOFTWARE
-
CUSWMS -
HKEY_CURRENT_USER\SOFTWARE\MICROSOFT
-
CUWINDOWS -
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion
-
LMSW -
HKEY_LOCAL_MACHINE\SOFTWARE
-
LMSWMS -
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft
-
LMWINDOWS -
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion
-
LMSYS -
HKEY_LOCAL_MACHINE\SYSTEM
-
LMCCS -
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet
-
LMSVCS -
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
Examples and explanations:
Use of the reg://
command line allows you to open Regedit.exe directly to the specified
registry key. (Currently only available on Windows2000 and WindowsXP, soon
to be updated to include all windows versions!)
In the near future you will be able to
use this command to query actual values from the registry! Bookmark
this site and check back frequently.
|