This action allows you to read a value from the registry. The registry is a database used by Windows to store configuration data.
The key to read from.
The sub-key to read from.
The value to read from.
The name of the variable where to store the read data.
This exception is thrown when the requested sub-key cannot be found.
This exception is thrown when the requested value cannot be found.