Commit af373042 authored by Kevin Koltzau's avatar Kevin Koltzau Committed by Alexandre Julliard

Add Content Types for a few common extensions.

parent ce533b7a
...@@ -51,11 +51,33 @@ CurrentVersion="Software\Microsoft\Windows\CurrentVersion" ...@@ -51,11 +51,33 @@ CurrentVersion="Software\Microsoft\Windows\CurrentVersion"
FontSubStr="Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes" FontSubStr="Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes"
[Classes] [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,,,"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,,,"txtfile"
HKCR,.txt,"Content Type",,"text/plain" 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\DefaultIcon,,,"%1"
HKCR,exefile\shell\open\command,,,"""%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\open\command,,,"%11%\notepad.exe %1"
HKCR,txtfile\shell\print\command,,,"%11%\notepad.exe /p %1" HKCR,txtfile\shell\print\command,,,"%11%\notepad.exe /p %1"
HKCR,http\shell\open\command,,,"winebrowser %1" HKCR,http\shell\open\command,,,"winebrowser %1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment