I've already checked my own IE settings and there is nothing out of the
ordinary. My browser hasn't been hijacked, nor have the numerous other
systems I checked. It's a problem with the redirector URL that is the default
home page for all clean installations of IE6:
http://www.microsoft.com/isapi/redir.dll?prd=ie&pver=6&ar=msnhome
I looked at your homepage fix and found a number of mistakes. Here's a
corrected version of iefix.reg based on IE6 (since this is the IE6 forum).
Note that variables should be expanded by a batch script in the creation of
this reg file; do not use this reg file directly:
REGEDIT4
;Reference (IE6):
http://support.microsoft.com/kb/895339
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Control
Panel]
"HomePage"=-
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control
Panel]
"HomePage"=-
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy
Objects\LocalUser\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"HomePage"=-
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy
Objects\LocalUser\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"**del.HomePage"=-
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSaveSettings"=-
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy
Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSaveSettings"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\URL\DefaultPrefix]
"Default"="http://"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\URL\Prefixes]
"www"="http://"
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Search]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Search]
"CustomizeSearch"="
http://ie.search.msn.com/{SUB_RFC1766}/srchasst/srchcust.htm"
"Default_Search_URL"="
http://www.microsoft.com/isapi/redir.dll?prd=ie&ar=iesearch"
"SearchAssistant"="
http://ie.search.msn.com/{SUB_RFC1766}/srchasst/srchasst.htm"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main]
"HomeOldSP"=-
"Search Bar"=-
"Default_Page_URL"="
http://www.microsoft.com/isapi/redir.dll?prd=ie&pver=6&ar=msnhome"
"Local Page"="%SystemRoot%\\System32\\blank.htm"
"Default_Search_URL"="
http://www.microsoft.com/isapi/redir.dll?prd=ie&ar=iesearch"
"Search Page"="
http://www.microsoft.com/isapi/redir.dll?prd=ie&ar=iesearch"
"Start
Page"="
http://www.microsoft.com/isapi/redir.dll?prd={SUB_PRD}&clcid={SUB_CLSID}&pver={SUB_PVER}&ar=home"
;Note: The above Start Page doesn't appear to work
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Search]
"CustomizeSearch"="
http://ie.search.msn.com/{SUB_RFC1766}/srchasst/srchcust.htm"
"Default_Search_URL"="
http://www.microsoft.com/isapi/redir.dll?prd=ie&ar=iesearch"
"SearchAssistant"="
http://ie.search.msn.com/{SUB_RFC1766}/srchasst/srchasst.htm"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl]
@=-
"provider"=""
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Default_Page_URL"=-
"Default_Search_URL"="
http://www.microsoft.com/isapi/redir.dll?prd=ie&ar=iesearch"
"Do404Search"=hex:01,00,00,00
"HomeOldSP"=-
"Local Page"="%SystemRoot%\\System32\\blank.htm"
;"RunOnceHasShown"=dword:00000001
;"RunOnceComplete"=dword:00000001
"Search Bar"=-
;"Search Bar"="
http://search.msn.com/spbasic.htm"
"Search Page"="
http://www.microsoft.com/isapi/redir.dll?prd=ie&ar=iesearch"
"Startpage"=-
"Start
Page"="
http://www.microsoft.com/isapi/redir.dll?prd=ie&pver=6&ar=msnhome"
"Use Custom Search URL"=-
"Use Search Asst"=-
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\URLSearchHooks]
@=-
"{CFBFAE00-17A6-11D0-99CB-00C04FD64497}"=""
[-HKEY_CURRENT_USER\Software\Microsoft\Internet
Explorer\Toolbar\WebBrowser\{736B5468-BDAD-41BE-92D0-22AE2DDF7BCB}]
[HKEY_USERS\.DEFAULT\Software\Microsoft\Internet Explorer\Main]
"Search Page"=-
"Search Bar"=-
"Startpage"=-
"Start Page"=-
"Localpage"=-
"Local Page"=-
;Note: %SystemRoot% should be translated by a batch file as these string
values do not support unexpanded strings.
--ANM