Registry Value Exists
This Automation Manager object returns true when the given registry value is found.
Privileges
Normal
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
Base | String | Drop down list containing base keys for HKEY_LOCAL_MACHINE and HKEY_CURRENT_USER. | |
Key | String | Yes | The full path to the registry key without the base. |
Value | String | Yes | The name of the property to find. |
Output Parameters
Name | Type | Description |
---|---|---|
Result | String | Returns True if the registry value is found, False otherwise. |
Example Input Parameters
Name | Type | Required | Example |
---|---|---|---|
Base | String | Yes | HKLM |
Key | String | Yes | SYSTEM\CurrentControlSet\services\Tcpip\Parameters |
Property Name | String | Yes | Domain |