shdocvw: Register default URL prefixes.
This commit is contained in:
parent
d1ae63b0d6
commit
7cb53e0232
|
@ -3,11 +3,11 @@ Signature="$CHICAGO$"
|
||||||
|
|
||||||
|
|
||||||
[RegisterDll]
|
[RegisterDll]
|
||||||
AddReg=Classes.Reg
|
AddReg=Classes.Reg, URL.Reg
|
||||||
|
|
||||||
|
|
||||||
[UnregisterDll]
|
[UnregisterDll]
|
||||||
DelReg=Classes.Reg
|
DelReg=Classes.Reg, URL.Reg
|
||||||
|
|
||||||
|
|
||||||
[RegisterIE]
|
[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"""
|
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]
|
[Settings.Reg]
|
||||||
HKCU,"Software\Microsoft\Internet Explorer\Main","Start Page",,"http://www.winehq.org"
|
HKCU,"Software\Microsoft\Internet Explorer\Main","Start Page",,"http://www.winehq.org"
|
||||||
HKCU,"Software\Microsoft\Internet Explorer\Main","Search Page",,"http://www.google.com"
|
HKCU,"Software\Microsoft\Internet Explorer\Main","Search Page",,"http://www.google.com"
|
||||||
|
|
Loading…
Reference in New Issue