|
Registry.Write
|
|
| Type of value to write
|
|
|
| Options: DWORD | SZ | EXPAND_SZ | MULTI_SZ | BINARY
|
| · | DWORD - 32-bit number (number between 2147483647 and 2147483648)
|
| · | SZ - Text string
|
| · | EXPAND_SZ - Text string that contains unexpanded references to environment variable, use "§" to get "%"
|
| · | MULTI_SZ - Array of text strings, "§" after each entry
|
| · | BINARY - Binary data, hex string
|
| Options: HKEY_LOCAL_MACHINE | HKEY_USERS | HKEY_CURRENT_USER
|
| Notice: HKEY_CURRENT_USER requires Remote admin service
|
| Key to write to
|
| Name of value to add or edit
|
| Value to write
|
| This command is executed on the current machine in the [Machines] section.
|