#REG_MULTI_SZ ?
Posted: Fri Sep 02, 2011 1:11 pm
Anyone got something (in PB already) for reading #REG_MULTI_SZ values in the registry? I had something but it was on another drive that failed a while back and haven't needed it in a while, and now i'm missing it.
I just found out something else too, the search here on the web site kinda sucks. I wanted to search for #REG_MULTI_SZ, what I got was:
"Search found 1392 matches: +REG +MULTI
ignored: SZ"
Then I did +REG +MULTI +SZ and got:
"Search found 1392 matches: +REG +MULTI
ignored: +SZ"
tried some others too, basically the search on this web site is useless for searches like this as its too 'confined' and will not allow a lot of things.
EDIT: Never mind, I found a snippet in another project that allowed me to recreate something for getting #REG_MULTI_SZ
I just found out something else too, the search here on the web site kinda sucks. I wanted to search for #REG_MULTI_SZ, what I got was:
"Search found 1392 matches: +REG +MULTI
ignored: SZ"
Then I did +REG +MULTI +SZ and got:
"Search found 1392 matches: +REG +MULTI
ignored: +SZ"
tried some others too, basically the search on this web site is useless for searches like this as its too 'confined' and will not allow a lot of things.
EDIT: Never mind, I found a snippet in another project that allowed me to recreate something for getting #REG_MULTI_SZ