Windows10中已經(jīng)使用了新版的圖片程序,雖然功能強(qiáng)大但是打開很慢,并且使用并不方便,完全不如之前的“Windows照片查看器”簡(jiǎn)捷方便。但windows10中并不能直接找到照片查看程序,那我們?cè)趙indows10要怎么恢復(fù)默認(rèn)為照片查看程序呢?實(shí)際上并不難,跟我操作吧。
找到cmd,以管理員身份運(yùn)行,輸入以下代碼,并回車。
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然后請(qǐng)雙擊或右擊圖片,選擇“照片查看器”即可。
以上方法只能一個(gè)個(gè)添加,也有人說不好使,這里給出一個(gè)我寫的批處理程序,反正我一直用著很好。
復(fù)制以下內(nèi)容到記事本,然后再保存為.bat的程序,以管理員方式運(yùn)行之,第一次打開圖片時(shí)選擇windows照片查看器即可。
@echo off&cd\&color 0a&cls echo 恢復(fù)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 請(qǐng)雙擊或右擊圖片,選擇“照片查看器”即可 pause
建站咨詢熱線
029-33273980