Registry - Set Value

Registry - Set Value

Writes values into the Registry.

Description
Optionally, you may add comments here describing the purpose of this element.
Root Key
Select one of the root Registry keys.
Subkey
Name of the Registry subkey.
Software\My company\#appname# 
Value Name
Name of subkey value, in which the data will be recorded. If not specified, the subkey value will be set to "(default)".
Value Type
Specify the value type.
String - A string value.
Number - The value will be listed in the Registry as a number. Value should be specified as decimal or hexadecimal.
20678 0xFF56 
Binary - In this case value will be represented as a byte succession. Bytes should follow one another in hexadecimal notation.
001000a8ff67 => (0x00, 0x10, 0x00, 0xa8, 0xff, 0x67) 
Expanded string - Expanded string EXPAND_STRING.
Multistrings - Strings must be separated by '|' character.
 The first string|The second string
Value
The value to be written.