https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ba0a3d4032c6d5a28d603…
commit ba0a3d4032c6d5a28d6039c31124a66c31e8c3b2
Author: Victor Perevertkin <victor.perevertkin(a)reactos.org>
AuthorDate: Sun Apr 26 13:36:33 2020 +0300
Commit: Victor Perevertkin <victor.perevertkin(a)reactos.org>
CommitDate: Sun Apr 26 13:36:33 2020 +0300
[IEXPLORE] Make duckduckgo our default search engine
---
base/applications/iexplore/iexplore.inf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/base/applications/iexplore/iexplore.inf
b/base/applications/iexplore/iexplore.inf
index 165d86b0e7a..e88cead039d 100644
--- a/base/applications/iexplore/iexplore.inf
+++ b/base/applications/iexplore/iexplore.inf
@@ -29,7 +29,7 @@
HKCR,"CLSID\%CLSID_InternetExplorerManager%\LocalServer32",,,"""%16422%\Internet
HKCU,"Software\Microsoft\Internet
Explorer\Main","ShowGoButton",2,"yes"
#HKCU,"Software\Microsoft\Internet Explorer\Main","Start
Page",2,"https://www.winehq.org"
HKCU,"Software\Microsoft\Internet Explorer\Main","Start
Page",2,"https://reactos.org/"
-HKCU,"Software\Microsoft\Internet Explorer\Main","Search
Page",2,"http://www.google.com"
+HKCU,"Software\Microsoft\Internet Explorer\Main","Search
Page",2,"https://duckduckgo.com/"
HKCU,"Software\Microsoft\Internet Explorer\Settings","Text
Color",2,"0,0,0"
#HKLM,"Software\Microsoft\Internet
Explorer\Main","Default_Page_URL",2,"https://www.winehq.org"
HKLM,"Software\Microsoft\Internet
Explorer\Main","Default_Page_URL",2,"https://reactos.or…