Write Registry Value Simple
- Updated2023-02-17
- 2 minute(s) read
Write Registry Value Simple
Writes data to a registry value under a key.
Inputs/Outputs

string/binary data
Data of Windows registry type String or Binary.
This input changes to DWORD data if you wire a 32-bit unsigned integer to this input.

DWORD data
Data of Windows registry type DWORD.
This input changes to string/binary data if you wire a string to this input.

reference in
Reference to the open registry key.

value
Name of the registry value.

simple data type
Simplified Windows registry type.
| String | Windows registry type String. |
| Binary | Windows registry type Binary. |
| DWORD | Windows registry type DWORD. |
Default value: String

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

reference out
Reference to the open registry key.

error out
Error information.
The node produces this output according to standard error behavior.