how to reinstall photo app without going to MS store

april14507 6 Reputation points
2023-08-28T22:59:46.54+00:00

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!!!

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. S.Sengupta 24,636 Reputation points MVP
    2023-08-29T01:37:43.5333333+00:00

    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.

    2 people found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.