A SERVICE OF

logo

218 Chapter 5
Configuring ITO
Preconfigured Elements
/initkey
lm|cu|cr|us Define initial registry key:
lm = KEY_LOCAL_MACHINE
cu = KEY_CURRENT_USER
cr = KEY_CLASSES_ROOT.
us = KEY_USERS.
<pattern> *
Matches any sequence of characters (zero or more).
?
Matches any character.
[SET]
Matches any character in the specified set.
[!SET] or [ˆSET]
Matches any character not in the specified set.
\
Escape a character like ‘]’ or ‘-’.
Use the /view option to scan values.
type <type> Define a entry type (REG_DWORD|REG_SZ).
valuename
<name> Define value
/enum
To scan registry for pattern:
/scan <pattern> /initkey lm|cu|cr|us /key <path> [/view]
To enumerate a registry tree (thereby printing out registry keys to the set depth: emum
uses a config file that verifies keys that should not be processed):
/enum <depth> /initkey lm|cu|cr|us /key <path> [/view]
To execute a registration script: /file <filename> /initkey lm|cu|cr|us