====== 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 ===== * [[en:actions:exceptions#Bad parameter|Bad parameter]] * [[en:actions:exceptions#Code error|Code error]] * [[en:actions:exceptions#timeout|Timeout]] * [[en:actions:actionreadregistry#unable_to_find_subkey|Unable to find the sub-key]] * [[en:actions:actionreadregistry#unable_to_find_value|Unable to find the value]] ==== Unable to find the sub-key ==== This exception is thrown when the requested sub-key cannot be found. * Default action: stop the script execution ==== Unable to find the value ==== This exception is thrown when the requested value cannot be found. * Default action: stop the script execution