Windows10中已經(jīng)使用了新版的圖片程序,雖然功能強大但是打開很慢,并且使用并不方便,完全不如之前的“Windows照片查看器”簡捷方便。但windows10中并不能直接找到照片查看程序,那我們在windows10要怎么恢復默認為照片查看程序呢?實際上并不難,跟我操作吧。
找到cmd,以管理員身份運行,輸入以下代碼,并回車。
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 FTYPE giffile=%SystemRoot%\System32\rundll32.exe "%ProgramFiles%\Windows Photo Viewer\PhotoViewer.dll", ImageView_Fullscreen %1 FTYPE bmpfile=%SystemRoot%\System32\rundll32.exe "%ProgramFiles%\Windows Photo Viewer\PhotoViewer.dll", ImageView_Fullscreen %1然后請雙擊或右擊圖片,選擇“照片查看器”即可。
以上方法只能一個個添加,也有人說不好使,這里給出一個我寫的批處理程序,反正我一直用著很好。
復制以下內(nèi)容到記事本,然后再保存為.bat的程序,以管理員方式運行之,第一次打開圖片時選擇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
建站咨詢熱線
029-33273980