mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[shimgvw]
Add icons for different images by Jared Smudde CORE-9926 #resolve #comment Committed, thx for help ^^ svn path=/trunk/; revision=68637
This commit is contained in:
@@ -166,19 +166,19 @@ HKCR,"jpegfile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\syst
|
||||
; Bitmap Images
|
||||
HKCR,".bmp","",0x00000000,"bmpfile"
|
||||
HKCR,"bmpfile","",0x00000000,"Bitmap Image"
|
||||
HKCR,"bmpfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,0"
|
||||
HKCR,"bmpfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,1"
|
||||
HKCR,"bmpfile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
|
||||
|
||||
; PNG Images
|
||||
HKCR,".png","",0x00000000,"pngfile"
|
||||
HKCR,"pngfile","",0x00000000,"PNG Image"
|
||||
HKCR,"pngfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,0"
|
||||
HKCR,"pngfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,2"
|
||||
HKCR,"pngfile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
|
||||
|
||||
; GIF Images
|
||||
HKCR,".gif","",0x00000000,"giffile"
|
||||
HKCR,"giffile","",0x00000000,"GIF Image"
|
||||
HKCR,"giffile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,0"
|
||||
HKCR,"giffile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,2"
|
||||
HKCR,"giffile\shell\open\command","",0x00020000,"""%programfiles%\Internet Explorer\iexplore.exe"" %1"
|
||||
|
||||
; Configuration Files
|
||||
|
||||
Reference in New Issue
Block a user