mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
[HIVECLS]
- Add default application (iexplore) for html files. svn path=/trunk/; revision=62251
This commit is contained in:
parent
ab51c09946
commit
804255bd55
1 changed files with 3 additions and 3 deletions
|
@ -127,11 +127,11 @@ HKCR,"chm.file\DefaultIcon","",0x00020000,"%SystemRoot%\hh.exe,0"
|
|||
HKCR,"chm.file\shell\open\command","",0x00020000,"%SystemRoot%\hh.exe %1"
|
||||
|
||||
; set MIME type for .html and .htm because Tiny webserver needs it
|
||||
HKCR,".htm","",0x00000000,"html"
|
||||
HKCR,".htm","",0x00000000,"htmlfile"
|
||||
HKCR,".htm","Content Type",0x00000000,"text/html"
|
||||
|
||||
HKCR,".html","",0x00000000,"html"
|
||||
HKCR,".html","",0x00000000,"htmlfile"
|
||||
HKCR,".html","Content Type",0x00000000,"text/html"
|
||||
HKCR,"htmlfile\shell\open\command","",0x00020000,"""%programfiles%\Internet Explorer\iexplore.exe"" %1"
|
||||
|
||||
; Icons
|
||||
HKCR,".ico","",0x00000000,"icofile"
|
||||
|
|
Loading…
Reference in a new issue