| |
Jeanette
Posts: 1
Score: 0
Joined: 9/7/2004
From: Sweden
Status: offline
|
Hello! Hoping to get som help from some expert. I'm writing a vbscript that should change a value in the registry. I want the new value to be 2c 00 00 00. I'm using WSHShell.RegWrite and it works but I only get the value 2c 00. I write: WSHShell.RegWrite RegLocate, &H0000002c,"REG_BINARY" It sets the value to 2c 00 in the registry. How to I get 2c 00 00 00 ? Please help. /Jeanette
|
|