Get Registry Keys
This Automation Manager object returns one or more registry key(s).
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
Base | String | Yes | The base of the key, HKCU or HKLM. |
Key Path | String | Yes |
The full path of the registry key, not including the base.
This is a key, not a value name. |
Output Parameters
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Registry Keys | Collection |
List of child keys for the queried registry key:
|
|||||||||||||||
Result | Number | Returns a success value of zero or any value other than zero to indicate failure. | |||||||||||||||
Result String | String | Object execution error details. |
Example Input Parameters
Name | Type | Required | Example |
---|---|---|---|
Base | String | Yes | HKLM |
Key Path | String | Yes | SOFTWARE\N-able Technologies\Automation Manager |