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
Left and right sidebars stuck in middle of site
css menu issue
float pattern
sp_configure and server parameters
CA 2003 to 2008 Migration
C#.net program
Help needed with query in Access
Linux Webbased Statistics
SQL Server 2005 stuck in restoring mode
user logged in