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
restore Windows 2008 Backup to other drive
What is the best way to test a USB port.
Hostname
SQL Server 2008 and 2008 R2 ?
Exchange 2003 drive no longer accesible
Inserting new line into Outlook message text using vba
Declaring variables in stored porcedure
Drupal Admin account issue
how can I determine if a high definition or HD flat screen television supports VCR and BluRay hookups?
JQuery suggestions for dynamic buttons in Modal Window