https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0f402b01893f16127a8be5...
commit 0f402b01893f16127a8be546e0f447e17531bbe4 Author: Stanislav Motylkov x86corez@gmail.com AuthorDate: Wed Oct 24 15:09:23 2018 +0300 Commit: Katayama Hirofumi MZ katayama.hirofumi.mz@gmail.com CommitDate: Wed Oct 24 21:09:23 2018 +0900
[BOOTDATA][HIVECLS] Use shell image viewer for GIF files (#971)
Change GIF file type association to the shell image viewer. CORE-12680 --- boot/bootdata/hivecls.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boot/bootdata/hivecls.inf b/boot/bootdata/hivecls.inf index 67f65767ec..4a953a1f86 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"