Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
2.7 KiB

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