# Write Registry

Writes into Windows Registry.

Action available for the following operating systems:

![](https://3821468174-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTlA1suFa5N48x_83N%2F-MRUUcTzyB9U7_iQc4uy%2F-MRUVMAl6C6HdnDS-N9n%2FWindows%20Old.PNG?alt=media\&token=dc638971-8fc4-456a-9c9c-da77f7abac51)

### Parameters

* **Key** *\<string> -* The Registry Key that the user wants to write.
* **Target Type** *\<unquoted string> -* The Type of the Registry Key writed. The possible values are:&#x20;
  * 1 - Binary
  * 2 - DWord&#x20;
  * 3 - DWord Little Endian
  * 4 - DWord Big Endian
  * 5 - String
  * 6 - Expandable String
  * 7 - Multi String
  * 8 - None
* **Value** *\<unquoted string> -* The control or variable that saves the Registry Key value that the user wants to write.
* **Multi String Sep.** *\<unquoted string> -* The string expression that is used to separate the values.
