How to retrieve the picture viewer in Windows 10? Recently, some users found that the original picture viewer disappeared after upgrading to Windows 10 system, which brought inconvenience to their picture browsing. In order to solve this problem, PHP editor Xinyi will introduce in detail how to retrieve the picture viewer in Windows 10 system below to provide help for users who have this need. Read on to learn the exact steps and methods.
How to retrieve the picture viewer in Win10:
1. Right-click a blank space on the desktop and select "New" a "Text Document".
2. Double-click the newly created text document and copy the following code into it:
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"; PhotoViewer.FileAssoc.Tiff"; Change Extension's File Type [HKEY_CURRENT_USERSoftwareClasses.ico] @="PhotoViewer.FileAssoc.Tiff"
3. Then click "File" in the upper left corner, Select "Save".
4. Then rename the text document to "Windows Photo Viewer.REG", be sure to change the suffix name to ".REG"
5. Click "Yes" in the pop-up prompt box.
6. Double-click to open the file and click "Yes" in the prompt box.
7. Finally, select a picture file, right-click and select "Open with", then you will find "Windows Picture Viewer" "When it comes out, just select Windows Picture Viewer.
The above is the detailed content of How to get back the picture viewer in Win10. For more information, please follow other related articles on the PHP Chinese website!