Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Select the path in which to put the value.
Type the name of the registry entry.
Data Type | Description |
---|---|
REG_BINARY | Raw binary data format. |
REG_DWORD | 4-Byte data format. |
REG_EXPAND_SZ | Expandable string, similar to a string except for a
variable, which the application must replace.
For example, the string %Systemroot% is replaced by the location of the directory that contains the Windows NT system files, typically \winnt. |
REG_MULTI_SZ | Multiple registry entries on one value entry, separated by zeros (nulls). |
REG_SZ | A simple string. |
REG_NONE | Binary data that has no specific data type. |