netcafe 发表于 2020-9-26 18:33:36

windows ltsc 2019怎样关联图片查看

请教各位,windows ltsc 2019怎样关联图片查看,每次都是打开画图,有没有比较好的查看图片的软件介绍一下?

chuang 发表于 2020-9-26 18:47:58

将以下内容新建文本,另存为.bat后缀,右键管理员运行

@echo off&cd\&color 0a&cls

echo 恢复Win10照片查看器

reg add "HKLM\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".jpg" /t REG_SZ /d PhotoViewer.FileAssoc.Tiff /f

reg add "HKLM\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".jpeg" /t REG_SZ /d PhotoViewer.FileAssoc.Tiff /f

reg add "HKLM\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".bmp" /t REG_SZ /d PhotoViewer.FileAssoc.Tiff /f

reg add "HKLM\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".png" /t REG_SZ /d PhotoViewer.FileAssoc.Tiff /f

echo 请双击或右击图片,选择“照片查看器”即可

pause

netcafe 发表于 2020-9-27 07:21:27

chuang 发表于 2020-9-26 18:47
将以下内容新建文本,另存为.bat后缀,右键管理员运行

@echo off&cd\&color 0a&cls


谢谢,试了一下,果然可以了
页: [1]
查看完整版本: windows ltsc 2019怎样关联图片查看