Wednesday, August 15, 2007

ceReg now supports REG_MULTI_SZ

With version 3.0.0.7 of the Srego CE Toolpack Command-Line utilities, the ceReg utility supports reading and writing of the Multiple String type (REG_MULTI_SZ) in the device's registry. The REG_MULTI_SZ type allows a list of delimited strings to be stored in one value. Mimicking the Reg command on the desktop, multiple strings are specified with a "\0" delimiter:

phone\0fax\0mail

In the Remote Registry Editor, the Multi String value looks like:




Reading a Multi String value is also similar to the desktop's Reg command:

ceReg /r /1 /sub software\srego\test /name testValue

ceReg - version 03.00.00.07
(c) Srego, Inc - 2007

[HKEY_CURRENT_USER\software\srego\test]

"testValue"="fax\0mail\0phone\00

No comments: