[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
This commit is contained in:
Thomas Anderson
2026-01-19 12:40:52 +03:00
committed by GitHub
parent 4e7a64b3ec
commit afc4f33b20
+1 -1
View File
@@ -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",,""