mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 01:40:36 +00:00
[IEXPLORE]
- Set http://www.reactos.org as the default homepage. [BOOTDATA] - Remove settings that are now set by iexplore.inf svn path=/trunk/; revision=66446
This commit is contained in:
parent
2c1f1d8d60
commit
3b79ee9cb8
3 changed files with 4 additions and 10 deletions
|
@ -22,12 +22,13 @@ HKCR,"CLSID\%CLSID_Internet%\Shell\OpenHomePage",,,"Open &Home Page"
|
|||
HKCR,"CLSID\%CLSID_Internet%\Shell\OpenHomePage\Command",,,"""%16422%\Internet Explorer\iexplore.exe"""
|
||||
HKCR,"CLSID\%CLSID_Internet%\ShellFolder",,2,"0x24"
|
||||
|
||||
|
||||
[Settings.Reg]
|
||||
HKCU,"Software\Microsoft\Internet Explorer\Main","Start Page",2,"http://www.winehq.org"
|
||||
#HKCU,"Software\Microsoft\Internet Explorer\Main","Start Page",2,"http://www.winehq.org"
|
||||
HKCU,"Software\Microsoft\Internet Explorer\Main","Start Page",2,"http://www.reactos.org"
|
||||
HKCU,"Software\Microsoft\Internet Explorer\Main","Search Page",2,"http://www.google.com"
|
||||
HKCU,"Software\Microsoft\Internet Explorer\Settings","Text Color",2,"0,0,0"
|
||||
HKLM,"Software\Microsoft\Internet Explorer\Main","Default_Page_URL",2,"http://www.winehq.org"
|
||||
#HKLM,"Software\Microsoft\Internet Explorer\Main","Default_Page_URL",2,"http://www.winehq.org"
|
||||
HKLM,"Software\Microsoft\Internet Explorer\Main","Default_Page_URL",2,"http://www.reactos.org"
|
||||
HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\iexplore.exe",,,"%16422%\Internet Explorer\iexplore.exe"
|
||||
HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\iexplore.exe","Path",,"%16422%\Internet Explorer;"
|
||||
|
||||
|
|
|
@ -1918,8 +1918,6 @@ HKCU,"SOFTWARE\ReactOS\Debug","SpyInclude",0x00020000,"INCLUDEALL"
|
|||
HKCU,"SOFTWARE\Wine\MSHTML","GeckoUrl",,"http://source.winehq.org/winegecko.php"
|
||||
HKCU,"SOFTWARE\Wine\MSHTML","GeckoCabDir",0x00020000,"%SystemRoot%\"
|
||||
|
||||
HKCU,"SOFTWARE\Microsoft\Internet Explorer\Main","Start Page",0x00000000,"http://www.reactos.org"
|
||||
|
||||
; Sound Schemes
|
||||
HKCU,"AppEvents",,0x00000012
|
||||
HKCU,"AppEvents\Schemes","",0x00000000,".Default"
|
||||
|
|
|
@ -3,11 +3,6 @@ Signature="$ReactOS$"
|
|||
|
||||
[AddReg]
|
||||
|
||||
; Internet Explorer
|
||||
HKLM,"SOFTWARE\Microsoft\Internet Explorer","Build",,"62800"
|
||||
HKLM,"SOFTWARE\Microsoft\Internet Explorer","Version",,"6.0.2800.3959"
|
||||
HKLM,"SOFTWARE\Microsoft\Internet Explorer","W2kVersion",,"6.0.2800.3959"
|
||||
|
||||
HKLM,"SOFTWARE\Classes\Applications\iexplore.exe","",0x00000000,""
|
||||
HKLM,"SOFTWARE\Classes\Applications\iexplore.exe\shell\open\command","",0x00000000,"""%programfiles%\Internet Explorer\iexplore.exe"" %1"
|
||||
|
||||
|
|
Loading…
Reference in a new issue