User guide
87
Parameter
Variable
Mandatory?
Description
-ValueType
No
Type of the value being affected. The accepted
values are:
- REG_SZ : String (default value if not
specified)
- REG_QWORD_LITTLE_ENDIAN : A 64-bit
number in little-endian format
- REG_QWORD : A 64-bit number
- REG_NONE : No value
- REG_MULTI_SZ : Multi-line string
(separated by \0)
- REG_LINK : Symbolic Link
- REG_EXPAND_SZ : String with
unexpanded references to environment
variables
- REG_DWORD_BIG_ENDIAN : A 32-bit
number in big-endian format
- REG_DWORD_LITTLE_ENDIAN : A 32-bit
number in little-endian format
- REG_DWORD : A 32-bit number
- REG_BINARY : Binary data in any form
-RegistryData
No
The data to apply to either the value (if using
CreateValue or ModifyValue) or to the default
value of the key (if using CreateKey or
ModifyKey).
-RegistryKeyDestination
No*
The registry key name to use when using the
ModifyKey action to rename a registry key. For
example:
- RegistryKey = HKLM\Software\MyKey
- RegistryKeyDestination =
HKLM\Software\MyModifiedKey
Required for ModifyKey.