[HIVECLS] Add bmp images to the shell "new" menu. Patch by Jared Smudde CORE-10668
authorRobert Naumann <gonzomdx@gmail.com>
Thu, 17 Dec 2015 14:23:21 +0000 (14:23 +0000)
committerRobert Naumann <gonzomdx@gmail.com>
Thu, 17 Dec 2015 14:23:21 +0000 (14:23 +0000)
svn path=/trunk/; revision=70385

reactos/boot/bootdata/hivecls.inf

index 3769739..158f306 100644 (file)
@@ -177,6 +177,8 @@ HKCR,"jpegfile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\syst
 ; Bitmap Images
 HKCR,".bmp","",0x00000000,"bmpfile"
 HKCR,"bmpfile","",0x00000000,"Bitmap Image"
 ; Bitmap Images
 HKCR,".bmp","",0x00000000,"bmpfile"
 HKCR,"bmpfile","",0x00000000,"Bitmap Image"
+HKCR,".bmp\shellnew","",0x00000000,""
+HKCR,".bmp\shellnew","NullFile",0x00020000,""
 HKCR,"bmpfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shimgvw.dll,-304"
 HKCR,"bmpfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,1"
 HKCR,"bmpfile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
 HKCR,"bmpfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shimgvw.dll,-304"
 HKCR,"bmpfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,1"
 HKCR,"bmpfile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"