Registry Key Exists

Returns true when the given registry key 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.

Output Parameters

Name Type Description
Result String Returns True if the registry key is found, False otherwise.

Example Input Parameters

Name Type Required Example
Base String Yes HKLM
Key String Yes SYSTEM\CurrentControlSet\services\Tcpip\Parameters