|
regedtc.exe
This program is a command line registry editor. The program will open a remote registry if the /m option is used on the command line. If a root_key is not specified on the command line, the program will start with a list of all available registry roots.
USAGE:
regedtc [/m machineName] [/r root_key]
COMMAND OPTIONS:
|
/m machine_name
|
Name of remote machine Local machine will be used if this option not given
|
|
/r root_key
|
Root key to change
|
|
/?
|
Display help file
|
REGISTRY EDIT COMMANDS:
|
dir [/p]
|
List all keys and values in current key. Use the /p top pause at bottom of console
|
|
cd
|
Change current key
|
|
rd
|
Remove a key
|
|
md
|
Create a key
|
|
setval
|
Change an existing value
|
|
getval
|
List all information of an existing value
|
|
addval
|
Add a new value
|
|
remval
|
Remove a value
|
|
export
|
Export a key to a file. Uses OS export format.
|
|
import
|
Import a key from a file. Uses OS import format.
|
|
shell
|
Temporary exit to the command shell. Type EXIT to return to Registry Edit
|
|
quit
|
Quit Registry Edit
|
|
exit
|
Quit Registry Exit
|
|
help
|
Display help file
|
|
/?
|
List these commands
|
The HKEY_CLASSES_ROOT or HKEY_CURRENT_USER roots will not be available on a remote machine.
Root keys can be referenced by actual name or by the following abbreviations:
HKLM = HKEY_LOCAL_MACHINE HKCR = HKEY_CLASSES_ROOT HKCU = HKEY_CURRENT_USER HKUS = HKEY_USERS HKCC = HKEY_CURRENT_CONFIG HKDD = HKEY_DYN_DATA
All key and value commands will accept a wild card value of ‘*’ at the end of the name.
All key and value commands will accept a ‘..’ to represent the key level up one from the current
The files used by the import and export commands are compatible with RegEdt32. The import command will begin at the current key, and will overwrite the existing key entries. All existing subkeys and values will be removed prior to inserting the new entries.
To set a registry value to the empty string, use "<empty>", excluding the quotes.
FUNCTION KEYS:
|
F3 and UP_ARROW
|
Repeat last command entered
|
|
F5
|
Complete the command with the absolute registry key path for Pragma Systems product HKLM\SOFTWARE\PragmaSystems
|
|
F9
|
List next key in hive from current key displayed in command
|
|
F10
|
List prior key in hive from current key displayed in command
|
|