| 25 March 2002 |
RegWrite() |
| Author | Radimus |
| Action | Creates deep registry keys. |
| Syntax | RegWrite ($key, $value, $data, $type) |
| Parameters | $key (Required / String) The full path of the reg key to create $value (Required / String) The name of the value create $data (Required / String) the value of the value $type (Optional / String) The type of value, REG_SZ, RED_DWORD, etc. If not specified, it defaults to REG_SZ |
| Remarks | Made to simplify writing of registry values without checking for paths... |
| Returns | error codes (see writevalue). |
| Dependencies | None. |
| Examples | |
| Source | |