mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[BOOTDATA] Change the default open command for HTA files to open in Wine Internet Explorer. (#719)
It's a shortcut from implementing the function in mshtml but it works. Also add an edit option to the right click menu.
This commit is contained in:
parent
23b36fc173
commit
092c3710f2
1 changed files with 3 additions and 1 deletions
|
@ -220,7 +220,9 @@ HKCR,"chm.file\shell\open\command","",0x00020000,"%SystemRoot%\hh.exe %1"
|
|||
HKCR,".hta","",0x00000000,"htafile"
|
||||
HKCR,"htafile","",0x00000000,"HTML Application"
|
||||
HKCR,"htafile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\mshta.exe,-1"
|
||||
HKCR,"htafile\shell\open\command","",0x00020000,"%SystemRoot%\system32\mshta.exe ""%1"" %*"
|
||||
; HKCR,"htafile\shell\open\command","",0x00020000,"%SystemRoot%\system32\mshta.exe ""%1"" %*"
|
||||
HKCR,"htafile\shell\edit\command","",0x00020000,"%SystemRoot%\system32\notepad.exe %1"
|
||||
HKCR,"htafile\shell\open\command","",0x00020000,"""%ProgramFiles%\Internet Explorer\iexplore.exe"" %1"
|
||||
|
||||
; set MIME type for .html and .htm because Tiny webserver needs it
|
||||
HKCR,".htm","",0x00000000,"htmlfile"
|
||||
|
|
Loading…
Reference in a new issue