Windows10でPhotoViewerを復活させるコマンド
Windows7辺りからアップデートしてきたWindow10だとPhotoViewerは普通に使えたりすのだが、クリアインストールなどをした場合標準ではPhotoViewerが使えなくなっている
標準のフォトとかは使いにくいし…と言う場合以下のコマンドをPowerShell(管理者モード)で使った後、「標準のアプリ設定」を行えば以前のPhotoViewerが使用可能となる
ftype jpegfile=rundll32.exe "%ProgramFiles%\Windows Photo Viewer\PhotoViewer.dll", ImageView_Fullscreen %1 ftype pngfile=rundll32.exe "%ProgramFiles%\Windows Photo Viewer\PhotoViewer.dll", ImageView_Fullscreen %1 ftype giffile=rundll32.exe "%ProgramFiles%\Windows Photo Viewer\PhotoViewer.dll", ImageView_Fullscreen %1 ftype icofile=rundll32.exe "%ProgramFiles%\Windows Photo Viewer\PhotoViewer.dll", ImageView_Fullscreen %1 ftype Paint.picture=rundll32.exe "%ProgramFiles%\Windows Photo Viewer\PhotoViewer.dll", ImageView_Fullscreen %1