首页 > 电脑网络 > 正文

找回windows图片查看器的简单命令
2024-05-08 16:56:15   来源:   评论:0 点击:

@echo off&cd\&color 0a&clsecho 恢复Win10照片查看器reg add "HKLM\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities\FileAssociations" /v ".jpg" /t REG_SZ /d PhotoViewer.FileAssoc.Tif...
把以下命令编辑成一个BTA,批处理文件执行以下就OK
分割线___________________________________________分割线

@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

相关热词搜索:

上一篇:WPS安装后右下角这个云文档怎么关闭不让他自动启动
下一篇:最后一页

分享到: 收藏

新公网安备 65010302000460号

新ICP备11001838号