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
Lookup column on diffent list doesn't display my field
basic forces again - object on a hill
Wildcard for Integer MS SQL 2008
SBS 2008 Backup - schedule Once a day greyed out
query result seems to change number to text
Create a query in access 2007 that updates data in MS SQL 2005
Can not add duplicate
Mysql Query to retrieve data from last month range
Inserting from a different database
Printer Redirection on Windows 2008 R2 Terminal Server