openremotebasekey set data for key to blank

ghriver

New member
Joined
Nov 1, 2007
Messages
2
Programming Experience
1-3
What am i doing wrong. I can set the data for registry keys no problem, except when i try and set one to "" blank. the key i am setting is defaultpassword in winlogon. I set it to no password (blank) for operators. When i try setvalue("DefaultPassword","") the actual value in the registry ends up being "zero-length string value" when connect via remote regedit. I have tried dbnull.tostring, "".tostring. but nothing works. Someone help please.
 
Back
Top