iexplore.inf 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. [version]
  2. Signature="$CHICAGO$"
  3. [RegisterIE]
  4. AddReg=Classes.Reg, IE.Reg, Settings.Reg
  5. [UnregisterIE]
  6. DelReg=Classes.Reg, IE.Reg, Settings.Reg
  7. [Classes.Reg]
  8. HKCR,"CLSID\%CLSID_InternetExplorer%",,,"Internet Explorer(Ver 1.0)"
  9. HKCR,"CLSID\%CLSID_InternetExplorer%\LocalServer32",,,"""%16422%\Internet Explorer\iexplore.exe"""
  10. HKCR,"CLSID\%CLSID_InternetExplorer%\ProgID",,,"InternetExplorer.Application.1"
  11. HKCR,"CLSID\%CLSID_InternetExplorer%\VersionIndependentProgID",,,"InternetExplorer.Application"
  12. HKCR,"CLSID\%CLSID_Internet%\DefaultIcon",,,"shdoclc.dll,-190"
  13. HKCR,"CLSID\%CLSID_Internet%\Shell",,,"OpenHomePage"
  14. HKCR,"CLSID\%CLSID_Internet%\Shell\OpenHomePage",,,"Open &Home Page"
  15. HKCR,"CLSID\%CLSID_Internet%\Shell\OpenHomePage\Command",,,"""%16422%\Internet Explorer\iexplore.exe"""
  16. HKCR,"CLSID\%CLSID_Internet%\ShellFolder",,2,"0x24"
  17. HKCR,"CLSID\%CLSID_InternetExplorerManager%\LocalServer32",,,"""%16422%\Internet Explorer\iexplore.exe"" -startmanager"
  18. [Settings.Reg]
  19. HKCU,"Software\Microsoft\Internet Explorer\Main","Start Page",2,"https://www.winehq.org"
  20. HKCU,"Software\Microsoft\Internet Explorer\Main","Search Page",2,"https://www.google.com"
  21. HKCU,"Software\Microsoft\Internet Explorer\Settings","Text Color",2,"0,0,0"
  22. HKCR,"Applications\iexplore.exe\shell\open\command",,2,"""%16422%\Internet Explorer\iexplore.exe"" %1"
  23. HKLM,"Software\Microsoft\Internet Explorer\Main","Default_Page_URL",2,"https://www.winehq.org"
  24. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\iexplore.exe",,,"%16422%\Internet Explorer\iexplore.exe"
  25. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\iexplore.exe","Path",,"%16422%\Internet Explorer;"
  26. [IE.Reg]
  27. HKLM,"Software\Microsoft\Internet Explorer","Build",,"99600"
  28. HKLM,"Software\Microsoft\Internet Explorer","Version",,"9.11.9600.18376"
  29. HKLM,"Software\Microsoft\Internet Explorer","W2kVersion",,"9.11.9600.18376"
  30. HKLM,"Software\Microsoft\Internet Explorer","svcVersion",,"11.0.9600.18376"
  31. [Strings]
  32. CLSID_InternetExplorer="{0002df01-0000-0000-c000-000000000046}"
  33. CLSID_Internet="{871c5380-42a0-1069-a2ea-08002b30309d}"
  34. CLSID_InternetExplorerManager="{df4fcc34-067a-4e0a-8352-4a1a5095346e}"