All,
I have seen a previous thread but no answer for this query.
I am trying to do a RegWrite to write out a binary number 24 00 00 00 30 28 .. ... . .. .
However it Fails,
Copy of code below.
dim keyname, wsh, value
keyname = "HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\ShellState"
Value = "24 00 00 00 30 28 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 0D 00 00 00 00 00 00 00 0D 00 00 00"
Set wsh = Wscript.CreateObject("Wscript.Shell"
wsh.RegWrite keyname, value, "REG_BINARY"
Regards
Steve
I have seen a previous thread but no answer for this query.
I am trying to do a RegWrite to write out a binary number 24 00 00 00 30 28 .. ... . .. .
However it Fails,
Copy of code below.
dim keyname, wsh, value
keyname = "HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\ShellState"
Value = "24 00 00 00 30 28 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 0D 00 00 00 00 00 00 00 0D 00 00 00"
Set wsh = Wscript.CreateObject("Wscript.Shell"
wsh.RegWrite keyname, value, "REG_BINARY"
Regards
Steve