wine.inf: Add inifile entries.
This commit is contained in:
parent
bff25ffe79
commit
2a96095aa3
|
@ -89,6 +89,7 @@ HKCR,.htm,,,"htmlfile"
|
|||
HKCR,.htm,"Content Type",,"text/html"
|
||||
HKCR,.html,,,"htmlfile"
|
||||
HKCR,.html,"Content Type",,"text/html"
|
||||
HKCR,.ini,,,"inifile"
|
||||
HKCR,.jfif,"Content Type",,"image/jpeg"
|
||||
HKCR,.lnk,,,"lnkfile"
|
||||
HKCR,.msi,,,"Msi.Package"
|
||||
|
@ -104,6 +105,8 @@ HKCR,folder\shell\open\ddeexec,,,"[ViewFolder("%l", %I, %S)]"
|
|||
HKCR,folder\shell\open\ddeexec,"NoActivateHandler",,""
|
||||
HKCR,folder\shell\open\ddeexec\application,,,"Folders"
|
||||
HKCR,htmlfile\shell\open\command,,,"winebrowser"
|
||||
HKCR,inifile\shell\open\command,,,"%11%\notepad.exe %1"
|
||||
HKCR,inifile\shell\print\command,,,"%11%\notepad.exe /p %1"
|
||||
HKCR,lnkfile,"NeverShowExt",,""
|
||||
HKCR,lnkfile,"IsShortcut",,"yes"
|
||||
HKCR,lnkfile\CLSID,,,"{00021401-0000-0000-C000-000000000046}"
|
||||
|
|
Loading…
Reference in New Issue