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
Non-Domain users connecting to Exchange 2003 via Outlook 2003 getting continuously prompted for password.
What are the best programs that can download all of the pictures from a website (including all of a website's hyperlinks)?
VB.NET - Active Directory to find organizational unit for a user
Manual Feed
How to automatically change number color in Excel cell
how to detect removable drive (pen drive)
enterprise vault doesn't work on a pc
How can I connect a 2.5" Hard Drive to a Compact Flash Interface?
CSV export from a database
Help on Stored Procedure