To change your homepage with a click,copy the following vbscript into a file and save it as"homepage.vbs".Execute it to change the homepage.





Set WSHShell = WScript.CreateObject("WScript.Shell")

' home page URL
StartPage = "http://www.technologytips.co.cc"
WSHShell.RegWrite "HKLM\Software\Microsoft\Internet Explorer\Main\Start Page", StartPage
WSHShell.RegWrite "HKCU\Software\Microsoft\Internet Explorer\Main\Start Page", StartPage