Paste the following script to notepade and save as home.vbs.
You can edit the desired URL in place of : http://www.haneefputtur.blogspot.com
Double click to execute
****************************
Const HKEY_CURRENT_USER = &H80000001
strComputer = “.”
Set objReg = GetObject(“winmgmts:\\” & strComputer & “\root\default:StdRegProv”)
Set objReg = GetObject(“winmgmts:\\” & strComputer & “\root\default:StdRegProv”)
strKeyPath = “SOFTWARE\Microsoft\Internet Explorer\Main”
ValueName = “Start Page”
strValue = “http://www.haneefputtur.blogspot.com“
objReg.SetStringValue HKEY_CURRENT_USER, strKeyPath, ValueName, strValue
ValueName = “Start Page”
strValue = “http://www.haneefputtur.blogspot.com“
objReg.SetStringValue HKEY_CURRENT_USER, strKeyPath, ValueName, strValue