I am currently using stdregprov to write changes to remote clients but am having a problem writing reg_multi_sz values. I cant find any documentation anywhere about how to do this in vb.net. I think i need a byte array for setmultistringvalue but when i convert the following string to bytes Im getting an error in conversion "123456789abcdefghijklm".
How can i write a string like this to the registry using stdregprov and oReg.SetMultiStringValue(HKEY_CURRENT_USER, strPath, "MultiValue", uMulti)
Thanks!
How can i write a string like this to the registry using stdregprov and oReg.SetMultiStringValue(HKEY_CURRENT_USER, strPath, "MultiValue", uMulti)
Thanks!