User Tools

Site Tools


en:actions:actionwriteregistry

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.

  • Default action: stop the script execution

Unable to find the value

<BOOKMARK:unable_to_find_value>

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

  • Default action: stop the script execution
en/actions/actionwriteregistry.txt · Last modified: 2021/02/13 11:23 by 127.0.0.1