Set Registry Values Action Editor

Action description – Descriptive text that can be used to identify this particular action in the Actions list.

 

Key – Defines the registry hive where the key is located.

 

Type to specify the key – The sub path under the defined hive where the key is located.  The initial \ in the path can be omitted or not.

          Ex: \MyKeys\Key1

          MyKeys\Key1 

 

Name – The name of the value to be set.  The value will be either created or replaced.

 

Type – Enter the specific type of registry value that should be used.

 

Value – Enter the value of the registry key value.  The value format is dependent on the type specified.

Binary – Binary data in any format.  The value is entered in two character hexadecimal sets separated by a space.  Each set represents 8 bits.

DWord – 32 bit number, entered in decimal base

Qword – 64 bit number, entered in decimal base.

Multi-String – A sequence of null terminated strings.

Expandable string - A null-terminated string that contains unexpanded references to environment variables.

 

Expansion variables can be used to set the key sub path, each new registry value name, and each new registry value.

 

See Set Registry Values for more information.