恢复windows server&win10 ltsb 图片查看功能
的有关信息介绍如下:由于windows server 版本 和 windows 10 ltsb版 精简限制了自带图片查看功能 默认为画图打开 对于浏览常用 bmp jgp png 图片时很不方便 其实简单设置就可以用 windows图片查看器 打开浏览 跟着我做吧
开始菜单 以管理员身份运行命令提示符(cmd.exe)
在命令提示符输入以下命令:
FTYPE Paint.Picture=%SystemRoot%\System32\rundll32.exe "%ProgramFiles%\Windows Photo Viewer\PhotoViewer.dll", ImageView_Fullscreen %1
FTYPE jpegfile=%SystemRoot%\System32\rundll32.exe "%ProgramFiles%\Windows Photo Viewer\PhotoViewer.dll", ImageView_Fullscreen %1
FTYPE pngfile=%SystemRoot%\System32\rundll32.exe "%ProgramFiles%\Windows Photo Viewer\PhotoViewer.dll", ImageView_Fullscreen %1
并回车 (也可复制以上内容,在cmd命令窗口点击鼠标右键粘贴 并回车)
再打开刚才的 bmp jgp png 图片是不是 看到熟悉的 windows 照片查看器了