Open PowerShell as Admin and type the following command:
Get-AppxPackage -allusers Microsoft.Windows.Photos | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Reboot and check.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
In our environment, MS store has been blocked by policies. What other ways can I reinstall photo viewer in windows 10? I did go to app & features and did reset or repair photo with no luck.
Any advice will be greatly appreciated!!!
Open PowerShell as Admin and type the following command:
Get-AppxPackage -allusers Microsoft.Windows.Photos | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Reboot and check.