User Guide

ERD Commander 2000
Winternals Software LP Page 36
6.24 REG/REGEDIT
Displays or modifies an entry in the HKEY_LOCAL_MACHINE\System
registry key.
Syntax REGEDIT QUERY key [/S]
REGEDIT ADD key [class]
REGEDIT QUERY key\value
REGEDIT ADD key\value=data [type]
REGEDIT DELETE key[\value] [/F]
REGEDIT FIND key string [/D]
Notes key
Specifies the location of a registry key. They key name should
begin with SYSTEM to specify the
HKEY_LOCAL_MACHINE\SYSTEM key
value
Specifies the name of a value within a key.
A text string:
(REG_SZ, REG_EXPAND_SZ)
A decimal number:
(REG_DWORD)
data
One of the
following:
A list of hexidecimal numbers:
(REG_SZ, REG_EXPAND_SZ)
type
One of REG_SZ, REG_EXPAND_SZ, REG_BINARY,
REG_DWORD, REG_MULTI_SZ. The default is REG_SZ.
class
Name of the registry class (optional).
string
A text string to search for.
Switches /S
Traverse subdirectories
/F
Force the deletion(s) without prompting.
/D
Search data in values
The REGEDIT command is used to edit values stored under the SYSTEM
key of the registry. The REGISTRY command must be used to load the
Registry for a Windows NT/2000 installation from the hard drive before
REGEDIT will operate.