Microsoft Photos App is not too bad when its working, but it seems its one of the universal apps that comes with Windows 10 that seems to cause a lot of grief for many users.
If you were to Google or Bing this issue you'd probably find a lot of articles about using PowerShell commands in an elevated PowerShell such as:
-
Code:
Get-AppxPackage *photos* | Remove-AppxPackage
Or another popular variation:
-
Code:
Remove-AppxPackage -Package "Microsoft.Windows.Photos_16.722.10060.0_x64__8wekyb3d8bbwe"
Note: The version number 16.722.10060.0_x64 could vary on your computer. To verify what yours is in the PowerShell you can enter:
Code:
Get-AppxPackage -allUsers
Press Enter key to execute
When the window fills with all the apps, right-click on top frame of window and choose Edit > Find then type photos then click Find next
The latter command specifically targets the version number you have installed in the event you have more than one version installed for a different User Account you may have created.
Whichever of these commands you choose to use, they need to be run in PowerShell.
- Left-click the Search / Cortana on taskbar
- Type in the box Windows PowerShell
- Right-click on Windows PowerShell and select Run as administrator
- Then at the PowerShell prompt enter either of the above commands then press Enter key to execute.
- You can then close PowerShell and go to the Store and search for Microsoft Photos App and download and install it again.
The idea behind these commands is to remove the package so that you can then log in to the Microsoft Store and download a new copy of Microsoft Photos App and install. This may resolve the issue you are experiencing.
The issue here though is whether the Photos app is the only app corrupted. If that is not working, you may find your Store app too is not functioning properly and thus if you uninstall the Photos app then try downloading it from the Store, you may see an error message like 0x8E5E0408 pop up which means the new download will not install.
If you really want to use the Microsoft Photos App it may be better to do an in-place upgrade of your Windows 10 operating system. That involves, downloading the Windows 10 ISO image matching your current installed version, then right-clicking the ISO to mount it, and running the Setup file that will appear. During this process you can choose to save files and settings, and allow Windows 10 to install itself again, which ought to also reinstall the Universal apps including Microsoft Photos App.
If you need help with how to get the ISO and use it just ask.
In the meanwhile, if you
right-click on one of your
image thumbnails then choose
Open with you could select for example
Paint and check whether the images themselves are actually there and not corrupted themselves.
It would be helpful to report back on that here as there is no point reinstalling apps if the actual issue is a corrupt image file.
Regards,
Regedit32