From ba0a3d4032c6d5a28d6039c31124a66c31e8c3b2 Mon Sep 17 00:00:00 2001 From: Victor Perevertkin Date: Sun, 26 Apr 2020 13:36:33 +0300 Subject: [PATCH] [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.org/"