[BOOTDATA][HIVECLS] Use shell image viewer for GIF files (#971)

Change GIF file type association to the shell image viewer. CORE-12680
This commit is contained in:
Stanislav Motylkov 2018-10-24 15:09:23 +03:00 committed by Katayama Hirofumi MZ
parent 70e27198ae
commit 0f402b0189

View file

@ -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"