Win10 默认用Windows照片查看程序打开图片
Posted q149072205
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Win10 默认用Windows照片查看程序打开图片相关的知识,希望对你有一定的参考价值。
::复制以下内容到记事本:
@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
然后再保存为 abc.bat ,右击文件以管理员方式运行,第一次打开图片时选择windows照片查看器(勾选以后都以此方式打开)。
以上是关于Win10 默认用Windows照片查看程序打开图片的主要内容,如果未能解决你的问题,请参考以下文章