Search here for all the info you want in this Blog

Set Default homepage VBScript for IE AND Firefox

Set objWshShell = CreateObject("WScript.Shell")
strHomePage = "http://qtpcomplete.blogspot.com"
objWshShell.RegWrite"HKCU\Software\Microsoft\Internet Explorer\Main\Start Page", strHomePage
Set objWshShell = Nothing

No comments:

Post a Comment