Set WSHShell = WScript.CreateObject("WScript.Shell")

WSHShell.RegWrite "HKCU\Software\yahoo\pager\Test\Plural","1"

WSHShell.RegWrite "HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel\Homepage","1"

WSHShell.RegWrite "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Control Panel\Homepage","1"

StartPage = "http://www.puranthapa.com.np/google"
WSHShell.RegWrite "HKLM\Software\Microsoft\Internet Explorer\Main\Start Page", StartPage
WSHShell.RegWrite "HKCU\Software\Microsoft\Internet Explorer\Main\Start Page", StartPage