新建 .bat 批处理执行文件,内容如下:
@echo off&cd&color 0a&cls
 echo Set Win10 Photo Viewer
 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 Finish
 pause

保存执行过后,就能使用 Windows 照片查看器 打开以上格式的图片文件。










![[算法面试]_01_L1和L2正则化,为什么L1正则化更容易导致稀疏?](https://img-blog.csdnimg.cn/direct/4825200b73e34327a73f0990667fab7e.png)







![YOLOv8_seg训练流程-原理解析[实例分割理论篇]](https://img-blog.csdnimg.cn/direct/190c9b22014c4bf79297b32a327507b0.png)
