Dear Friends
I am a newbies in VB.
I have two VB scripts which i would like to combine.
First
Set WSHShell = WScript.CreateO bject("WScript. Shell")
' home page URL
StartPage = "http://www.google.com. my"
WSHShell.RegWri te "HKLM\Software\ Microsoft\Inter net Explorer\Main\S tart Page", StartPage
WSHShell.RegWri te "HKCU\Software\ Microsoft\Inter net...