mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
Add Content Types for a few common extensions.
This commit is contained in:
parent
ce533b7a70
commit
af373042b6
@ -51,11 +51,33 @@ CurrentVersion="Software\Microsoft\Windows\CurrentVersion"
|
||||
FontSubStr="Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes"
|
||||
|
||||
[Classes]
|
||||
HKCR,.avi,"Content Type",,"video/avi"
|
||||
HKCR,.bmp,"Content Type",,"image/bmp"
|
||||
HKCR,.css,"Content Type",,"text/css"
|
||||
HKCR,.dib,"Content Type",,"image/bmp"
|
||||
HKCR,.dll,"Content Type",,"application/x-msdownload"
|
||||
HKCR,.exe,,,"exefile"
|
||||
HKCR,.exe,"Content Type",,"application/x-msdownload"
|
||||
HKCR,.gif,"Content Type",,"image/gif"
|
||||
HKCR,.htm,,,"htmlfile"
|
||||
HKCR,.htm,"Content Type",,"text/html"
|
||||
HKCR,.html,,,"htmlfile"
|
||||
HKCR,.html,"Content Type",,"text/html"
|
||||
HKCR,.jfif,"Content Type",,"image/jpeg"
|
||||
HKCR,.jpe,"Content Type",,"image/jpeg"
|
||||
HKCR,.jpeg,"Content Type",,"image/jpeg"
|
||||
HKCR,.jpg,"Content Type",,"image/jpeg"
|
||||
HKCR,.png,"Content Type",,"image/png"
|
||||
HKCR,.tif,"Content Type",,"image/tiff"
|
||||
HKCR,.tiff,"Content Type",,"image/tiff"
|
||||
HKCR,.txt,,,"txtfile"
|
||||
HKCR,.txt,"Content Type",,"text/plain"
|
||||
HKCR,.wav,"Content Type",,"audio/wav"
|
||||
HKCR,.xml,"Content Type",,"text/xml"
|
||||
HKCR,.xsl,"Content Type",,"text/xsl"
|
||||
HKCR,exefile\DefaultIcon,,,"%1"
|
||||
HKCR,exefile\shell\open\command,,,"""%1"" %*"
|
||||
HKCR,htmlfile\shell\open\command,,,"winebrowser %1"
|
||||
HKCR,txtfile\shell\open\command,,,"%11%\notepad.exe %1"
|
||||
HKCR,txtfile\shell\print\command,,,"%11%\notepad.exe /p %1"
|
||||
HKCR,http\shell\open\command,,,"winebrowser %1"
|
||||
|
Loading…
Reference in New Issue
Block a user