From: Stanislav Motylkov Date: Wed, 24 Oct 2018 12:09:23 +0000 (+0300) Subject: [BOOTDATA][HIVECLS] Use shell image viewer for GIF files (#971) X-Git-Tag: 0.4.12-dev~461 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=0f402b01893f16127a8be546e0f447e17531bbe4 [BOOTDATA][HIVECLS] Use shell image viewer for GIF files (#971) Change GIF file type association to the shell image viewer. CORE-12680 --- diff --git a/boot/bootdata/hivecls.inf b/boot/bootdata/hivecls.inf index 67f65767ec7..4a953a1f86b 100644 --- a/boot/bootdata/hivecls.inf +++ b/boot/bootdata/hivecls.inf @@ -268,7 +268,7 @@ HKCR,".gif","PerceivedType",0x00000000,"image" HKCR,"giffile","",0x00000000,"GIF Image" HKCR,"giffile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shimgvw.dll,-302" HKCR,"giffile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,2" -HKCR,"giffile\shell\open\command","",0x00020000,"""%ProgramFiles%\Internet Explorer\iexplore.exe"" ""%1""" +HKCR,"giffile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1" ; JPEG Images HKCR,".jpg","",0x00000000,"jpegfile"