This action allows you to write a value to the registry. The registry is a database used by Windows to store configuration data.
The key to write to.
The sub-key to write to.
The value to write to.
The data to write.
<BOOKMARK:unable_to_find_subkey>
This exception is thrown when the requested sub-key cannot be found.
<BOOKMARK:unable_to_find_value>
This exception is thrown when the requested value cannot be found.