From afc4f33b205341fe62b3a09f870190b48268cc23 Mon Sep 17 00:00:00 2001 From: Thomas Anderson Date: Mon, 19 Jan 2026 10:40:52 +0100 Subject: [PATCH] [IEXPLORE] Make the Internet Browser desktop icon use DuckDuckGo instead of Google (#8582) Google recently made modern browser a requirement for their search to work, which the Gecko engine for ReactOS doesn't fulfill. Since ReactOS is already using DuckDuckGo as the default search engine, set it as a default start page. - Before: https://github.com/user-attachments/assets/c544726f-2d83-4a9a-9d53-e9c17fc04fe9 - After: https://github.com/user-attachments/assets/5de5b007-3d1f-458d-a642-6b9e657b4c62 --- 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 655599ae755..bf703a91ad8 100644 --- a/base/applications/iexplore/iexplore.inf +++ b/base/applications/iexplore/iexplore.inf @@ -25,7 +25,7 @@ HKCR,"CLSID\%CLSID_Internet%\DefaultIcon",,0x00020000,"%SystemRoot%\system32\she ; FIXME: should be "OpenHomePage" action HKCR,"CLSID\%CLSID_Internet%\Shell",,,"open" HKCR,"CLSID\%CLSID_Internet%\Shell\open",,,"" -HKCR,"CLSID\%CLSID_Internet%\Shell\open\Command",,,"rundll32.exe url,OpenURL https://google.com" +HKCR,"CLSID\%CLSID_Internet%\Shell\open\Command",,,"rundll32.exe url,OpenURL https://duckduckgo.com" HKCR,"CLSID\%CLSID_Internet%\ShellFolder","",,"@%SystemRoot%\system32\shell32.dll,-512" HKCR,"CLSID\%CLSID_Internet%\ShellFolder","Attributes",0x10001,0x24 HKCR,"CLSID\%CLSID_Internet%\ShellFolder","HideAsDeletePerUser",,""