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 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,697 questions
Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,484 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. S.Sengupta 19,416 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.

    1 person 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.