Command Reference - Registry Actions
Returns a delimited list of all the values found within a sub key in the Registry.
|
Action ID: |
73 |
The variable that the delimited list of sub key names will be stored in. If the sub key specified in the Sub key field does not exist, or there are no values in that sub key, then this variable will contain a blank string.
The delimiter that will be used to separate value names if more then one Registry value is found.
The main or "root" key where the sub key exists. Choose from:
HKEY_CLASSES_ROOT
HKEY_CURRENT_CONFIG
HKEY_CURRENT_USER
HKEY_LOCAL_MACHINE
HKEY_USERS
The path to the sub key you want to examine (i.e. the path to the sub key that contains the values that will be returned).
|
Value |
Simple Message |
Verbose Message |
|
0 (OK) |
|
|
|
1 |
MSG_ERR_REGISTRY_GET_VALUE_NAMES |
MSG_ERR_REGISTRY_GET_VALUE_NAMES |
None