Microsoft
Software
Hardware
Network
Question : How do I converting a regedit export to a VB Script?
The regedit export reads: [HKEY_LOCAL_MACHINE\SOFTWA
RE\PSC\PRO
GRESS\10.2
B\RBStartu
p]
"RbStartup"="rbstart.pf"
What I tried was:
WshShell.RegWrite "HKEY_LOCAL_MACHINE\SOFTWA
RE\PSC\PRO
GRESS\10.2
B\RBStartu
p\RbStartu
p", "rbstart.pf", "REG_DWORD"
What happens I get a "Type Mismatch" error.
Answer : How do I converting a regedit export to a VB Script?
try
WshShell.RegWrite "HKEY_LOCAL_MACHINE\SOFTWA
RE\PSC\PRO
GRESS\10.2
B\RBStartu
p\RbStartu
p", "rbstart.pf"
or
WshShell.RegWrite "HKEY_LOCAL_MACHINE\SOFTWA
RE\PSC\PRO
GRESS\10.2
B\RBStartu
p\RbStartu
p", "rbstart.pf" "REG_SZ"
Random Solutions
Pivot table macro gives error subscript out of range
How do I access setting in web.config file ?
how to use find control
Windows 7 BSOD STOP: c0000221 Unknown Hard Error ntdll.dll
connect to sql database using php
Passing argument to a function
Problems with Accordion functionality
How many bits is my operating system?
JavaScript: Require at least one letter or number
Is developing a large website a good way to get in the door?