Table of Contents

Write registry

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

Standard parameters

Input parameters

Key

The key to write to.

Sub-key

The sub-key to write to.

Value

The value to write to.

Data

The data to write.

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.