Command Reference - Registry Actions
Copies the data from a Registry value into a variable.
|
Action ID: |
72 |
The variable that the Registry value's data will be stored in.
The main or "root" key where the registry value will exist. Choose from:
HKEY_CLASSES_ROOT
HKEY_CURRENT_CONFIG
HKEY_CURRENT_USER
HKEY_LOCAL_MACHINE
HKEY_USERS
The path to the sub key that contains the Registry value.
The name of the Registry value (in the sub key) to read from.
Note: use "(default)" if you want to read the default value for this Registry key.
Select this option if you're retrieving a REG_EXPAND_SZ value and you want any environment variables in the value to be expanded before it's stored in the variable.
If this is option enabled, and the value turns out to be of type REG_EXPAND_SZ, the value will be expanded before it is stored in the variable.
|
Value |
Simple Message |
Verbose Message |
|
0 (OK) |
|
|
|
1 |
MSG_ERR_REGISTRY_GET_VALUE |
MSG_ERR_REGISTRY_GET_VALUE_DATA |