diff --git a/dlls/shdocvw/shdocvw.inf b/dlls/shdocvw/shdocvw.inf index 57df7cb746b..5bc37d86fac 100644 --- a/dlls/shdocvw/shdocvw.inf +++ b/dlls/shdocvw/shdocvw.inf @@ -3,11 +3,11 @@ Signature="$CHICAGO$" [RegisterDll] -AddReg=Classes.Reg +AddReg=Classes.Reg, URL.Reg [UnregisterDll] -DelReg=Classes.Reg +DelReg=Classes.Reg, URL.Reg [RegisterIE] @@ -127,6 +127,15 @@ HKCR,"InternetShortcut\shell\print\command",,,"rundll32.exe mshtml.dll,PrintHTML HKCR,"InternetShortcut\shell\printto\command",,,"rundll32.exe mshtml.dll,PrintHTML ""%1"" ""%2"" ""%3"" ""%4""" +[URL.Reg] +HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\DefaultPrefix",,,"http://" +HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","ftp",,"ftp://" +HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","gopher",,"gopher://" +HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","home",,"http://" +HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","mosaic",,"http://" +HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","www",,"http://" + + [Settings.Reg] HKCU,"Software\Microsoft\Internet Explorer\Main","Start Page",,"http://www.winehq.org" HKCU,"Software\Microsoft\Internet Explorer\Main","Search Page",,"http://www.google.com"