home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 July / VPR0107A.BIN / iereset.inf < prev    next >
Windows Setup INFormation  |  2000-06-19  |  3KB  |  53 lines

  1. [Version]
  2. Signature="$CHICAGO$"
  3. AdvancedINF=2.5,"You need a new version of advpack.dll"
  4.  
  5. [RestoreHomePage]
  6. AddReg=RestoreHomePage.reg
  7.  
  8. [RestoreBrowserSettings]
  9. AddReg=RestoreBrowserSettings.reg
  10. DelReg=DeleteTemplates.reg, DeleteAutosearch.reg
  11.  
  12. [RestoreHomePage.reg]
  13. HKCU,"Software\Microsoft\Internet Explorer\Main","Start Page",0,%START_PAGE_URL%
  14.  
  15. [RestoreBrowserSettings.reg]
  16. HKLM,"Software\Microsoft\Internet Explorer\Main","Default_Page_URL",0,%START_PAGE_URL%
  17. HKLM,"Software\Microsoft\Internet Explorer\Main","Default_Search_URL",0,%SEARCH_PAGE_URL%
  18. HKLM,"Software\Microsoft\Internet Explorer\Main","Search Page",0,%SEARCH_PAGE_URL%
  19. HKLM,"Software\Microsoft\Internet Explorer\Main\UrlTemplate","1",0,"www.%s.com"
  20. HKLM,"Software\Microsoft\Internet Explorer\Main\UrlTemplate","2",0,"www.%s.org"
  21. HKLM,"Software\Microsoft\Internet Explorer\Main\UrlTemplate","3",0,"www.%s.net"
  22. HKLM,"Software\Microsoft\Internet Explorer\Main\UrlTemplate","4",0,"www.%s.edu"
  23. HKCU,"Software\Microsoft\Internet Explorer\Main","Search Page",0,%SEARCH_PAGE_URL%
  24.  
  25. ; NOTE (andrewgu) ie5.5 b#108259 - autosearch settings are not properly reset
  26. HKCU,"Software\Microsoft\Internet Explorer\SearchUrl","Provider",0,""
  27.  
  28. HKLM,"Software\Microsoft\Internet Explorer\Search","SearchAssistant",0,"http://ie.search.msn.com/{SUB_RFC1766}/srchasst/srchasst.htm"
  29. HKLM,"Software\Microsoft\Internet Explorer\Search","CustomizeSearch",0,"http://ie.search.msn.com/{SUB_RFC1766}/srchasst/srchcust.htm"
  30. HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\SafeSites",%SAFESITE_VALUE%,0,"http://ie.search.msn.com/*"
  31.  
  32. [DeleteTemplates.reg]
  33. HKLM,"Software\Microsoft\Internet Explorer\Main\UrlTemplate","5"
  34. HKLM,"Software\Microsoft\Internet Explorer\Main\UrlTemplate","6"
  35. HKLM,"Software\Microsoft\Internet Explorer\Main\UrlTemplate","7"
  36. HKLM,"Software\Microsoft\Internet Explorer\Main\UrlTemplate","8"
  37. HKLM,"Software\Microsoft\Internet Explorer\Main\UrlTemplate","9"
  38.  
  39. [DeleteAutosearch.reg]
  40. ; NOTE (andrewgu) ie5.5 b#108259 - autosearch settings are not properly reset
  41. HKCU,"Software\Microsoft\Internet Explorer\Main","AutoSearch"
  42.  
  43. [Strings]
  44. START_PAGE_URL="http://www.microsoft.com/isapi/redir.dll?prd=ie&pver=5.5&ar=msnhome"
  45. SEARCH_PAGE_URL="http://www.microsoft.com/isapi/redir.dll?prd=ie&ar=iesearch"
  46. SAFESITE_VALUE="search.jp.msn.com"
  47.  
  48. ; IMPORTANT NOTE:
  49. ; IE branding dll (iedkcs32.dll) uses the following entries to restore the default MS values.
  50. ; In the vanilla version of IE, the values must be the same as their corresponding non MS_* values.
  51. ; For example, START_PAGE_URL and MS_START_PAGE_URL must have the same URL in the IE version released by MS.
  52. MS_START_PAGE_URL="http://www.microsoft.com/isapi/redir.dll?prd=ie&pver=5.5&ar=msnhome"
  53.