B
Barney
How can I add a string value to the registry in a .reg
file if the string ends in a comma?
For example, say I have a .reg file something like . . .
[HKEY_LOCAL_MACHINE\SOFTWARE\....]
"MyVariable"="MyValue,"
The comma is stripped out when the reg file is imported.
Do I have to escape it?
file if the string ends in a comma?
For example, say I have a .reg file something like . . .
[HKEY_LOCAL_MACHINE\SOFTWARE\....]
"MyVariable"="MyValue,"
The comma is stripped out when the reg file is imported.
Do I have to escape it?