User guide
76
Parameters
Mandatory?
Description
OperatingSystemType
No
The operating system type in which to create the registry
value. The allowed values are:
- 32: The value will be created in the 32-bit registry. If
not specified, this will be the default.
- 64: The value will be created in the 64-bit registry.
Modify Windows Registry Value
This action allows modifying an existing registry value. If the registry key or the registry value specified does not
exist, they will be created. The configuration variables of this action are:
Parameters
Mandatory?
Description
RegistryKey
Yes
The complete name of the registry key that contains the value
(i.e. HKLM\Software\MYKEY).
RegistryValue
Yes
The name of the registry value to be added / modified.
ValueType
No
The type of data of the registry value. The allowed 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 affect to the registry value.
OperatingSystemType
No
The operating system type in which to modify the registry
value. The allowed values are:
- 32: The value will be modified in the 32-bit registry.
If not specified, this will be the default.
- 64: The value will be modified in the 64-bit registry.