Registry - Get valueObtains a value from the registry and assigns the value to a variable. 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
Key name Name of the subkey value from which the value should be taken. If the name is not specified, the "(default)" subkey value will be taken.
Variable name The name of the variable the obtained value will be written to.
myval
Default Value This value will be assigned to the variable if no Registry value can be obtained.
|