How to restore the built-in picture viewing tool in Windows 10? Many Windows 10 users face the problem of not being able to find the system's built-in image viewing tool, resulting in the inability to view images. If this happens to you, don’t worry! PHP editor Banana will provide you with step-by-step guidance in this tutorial to help you easily restore the picture viewing tool, allowing you to easily view pictures again.
How to restore the built-in picture viewing tool in win10
1. First, the user needs to create a new text file on the desktop.
2. Open the text file and copy the code below.
Windows Registry Editor Version 5.00
; Change Extension's File Type [HKEY_CURRENT_USERSoftwareClasses.jpg] @="PhotoViewer.FileAssoc.Tiff"
; Change Extension's File Type [ HKEY_CURRENT_USERSoftwareClasses.jpeg] @="PhotoViewer.FileAssoc.Tiff"
; Change Extension's File Type [HKEY_CURRENT_USERSoftwareClasses.gif] @="PhotoViewer.FileAssoc.Tiff"
; Change Extension's File Type [HKEY_CURRENT_USERSoftwareClasses.png] @=“PhotoViewer.FileAssoc.Tiff”
; Change Extension's File Type [HKEY_CURRENT_USERSoftwareClasses.bmp] @=“PhotoViewer.FileAssoc.Tiff”
; Change Extension's File Type [HKEY_CURRENT_USERSoftwareClasses.tiff] @="PhotoViewer.FileAssoc.Tiff"
; Change Extension's File Type [HKEY_CURRENT_USERSoftwareClasses.ico] @="PhotoViewer.FileAssoc.Tiff"
3. After pasting the code, click "File" - "Save" in the upper left corner of the file.
4. After closing the file, rename the file name to "Windows Photo Viewer.REG".
5. At this time, the system prompts that the file is unavailable will pop up. Click "Yes" directly.
6. After the changes are completed, the file will become a registration file and needs to be double-clicked to open.
7, then click OK to add the code in the file to the registry.
8. Then right-click the image and find the Windows Image Viewer in the open mode.
The above is the detailed content of What should I do if I can't find the built-in picture viewing tool in win10? How to restore the built-in picture viewing tool in win10. For more information, please follow other related articles on the PHP Chinese website!