Home  >  Article  >  What should I do if the photo viewer in Windows 10 is missing?

What should I do if the photo viewer in Windows 10 is missing?

爱喝马黛茶的安东尼
爱喝马黛茶的安东尼Original
2019-12-11 14:24:3210922browse

What should I do if the photo viewer in Windows 10 is missing?

Win10 system does not have the photo viewer function by default. Right-click the picture. As shown in the picture, there is only a picture viewer and so on.

What should I do if the photo viewer in Windows 10 is missing?

Method 1: Batch Add Viewer Settings

Open a Notepad file and enter the following:

Windows Registry Editor Version 5.00
 ; Change Extension's File Type
 [HKEY_CURRENT_USER\Software\Classes\.jpg]
 @="PhotoViewer.FileAssoc.Tiff"
 ; Change Extension's File Type
 [HKEY_CURRENT_USER\Software\Classes\.jpeg]
 @="PhotoViewer.FileAssoc.Tiff"
 ; Change Extension's File Type
 [HKEY_CURRENT_USER\Software\Classes\.gif]
 @="PhotoViewer.FileAssoc.Tiff"
 ; Change Extension's File Type
 [HKEY_CURRENT_USER\Software\Classes\.png]
 @="PhotoViewer.FileAssoc.Tiff"
 ; Change Extension's File Type
 [HKEY_CURRENT_USER\Software\Classes\.bmp]
 @="PhotoViewer.FileAssoc.Tiff"
 ; Change Extension's File Type
 [HKEY_CURRENT_USER\Software\Classes\.tiff]
 @="PhotoViewer.FileAssoc.Tiff"
 ; Change Extension's File Type
 [HKEY_CURRENT_USER\Software\Classes\.ico]
 @="PhotoViewer.FileAssoc.Tiff"

Then save the file format, as shown in the figure for all file types. The suffix is ​​.bat.

What should I do if the photo viewer in Windows 10 is missing?

#After configuration, double-click the bat file. (The accompanying picture has been added, and a warning will be prompted)

What should I do if the photo viewer in Windows 10 is missing?

Related recommendations: "FAQ"

Method 2 : Modify the registry

If the above method cannot be imported, you can manually add the registry. Open and start running, enter regedit.

What should I do if the photo viewer in Windows 10 is missing?

After entering the registry, find the following items HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Photo Viewer\Capabilities

\FileAssociations

What should I do if the photo viewer in Windows 10 is missing?

Then refer to the image items currently on the right, right-click on the blank space to create a new value.

What should I do if the photo viewer in Windows 10 is missing?

Refer to the tiff format and add common images in sequence such as jpg, jpep, bm, png and other formats.

What should I do if the photo viewer in Windows 10 is missing?

After adding it, return again to view it. The automatic photo viewer for win10 system already exists.

What should I do if the photo viewer in Windows 10 is missing?

As shown in the picture, you can use the photo viewer when opening the picture.

What should I do if the photo viewer in Windows 10 is missing?

If you want to use the photo viewer as the default picture program, you can right-click the picture and select "Open with".

What should I do if the photo viewer in Windows 10 is missing?

Then find "Windows Photo Viewer" and check "Always use this app to open .PNG files".

What should I do if the photo viewer in Windows 10 is missing?

The above is the detailed content of What should I do if the photo viewer in Windows 10 is missing?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn