Table of Contents

Read registry

This action allows you to read a value from the registry. The registry is a database used by Windows to store configuration data.

Standard parameters

Input parameters

Key

The key to read from.

Sub-key

The sub-key to read from.

Value

The value to read from.

Output parameters

Variable

The name of the variable where to store the read data.

Exceptions

Unable to find the sub-key

<BOOKMARK:unable_to_find_subkey>

This exception is thrown when the requested sub-key cannot be found.

Unable to find the value

<BOOKMARK:unable_to_find_value>

This exception is thrown when the requested value cannot be found.

Invalid value type

<BOOKMARK:incorrect_value_type>

This exception is thrown when the value has an invalid type.