For example, if I create a new multi-line string, how do I enter data for multiple different lines?
The help says to use /s:
Specifies a character to use as the separator in a REG_MULTI_SZ data string
If omitted, "\0" is used as the separator.
I tried a few times and still couldn't get it to work. I don't understand it. How can this be solved?
Also, if I want a blank line between 2 lines of data, how can that be done?
The help says to use /s:
Specifies a character to use as the separator in a REG_MULTI_SZ data string
If omitted, "\0" is used as the separator.
I tried a few times and still couldn't get it to work. I don't understand it. How can this be solved?
Also, if I want a blank line between 2 lines of data, how can that be done?


