Microsoft Windows Photos installation problem, How to reinstall photos

abh katre 1 Reputation point
2021-05-06T01:35:54.673+00:00

Hello sir, I’m suffering from this problem, what to do next ?

I have an issue. I have tried to reinstall Microsoft Photos using Windows Powershell, that didn't work I tried using the Microsoft store website because I can't open the app and that didn't work because when I click the button it doesn't respond. Can someone please help I have been trying to fix this issue for a few days now and I have found nothing.

Also this is my first ever post, I have resorted to asking people online instead of just trying to find other people asking because none of that has worked. Sorry if the tags are wrong, I'm not sure how to work them. Thanks.

PS C:\Windows\system32> Get-AppxPackage -allusers Microsoft.Windows.Photos | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”} Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor. Deployment Register operation with target volume C: on Package Microsoft.Windows.Photos_2020.20120.4004.0_neutral_~8wekyb3d8bbwe from: (AppxBundleManifest.xml) failed with error 0x80070002. See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues. NOTE: For additional information, look for [ActivityId] 4bdedda5-41c6-0004-b2f4-de4bc641d701 in the Event Log or use the command line Get-AppPackageLog -ActivityID 4bdedda5-41c6-0004-b2f4-de4bc641d701 At line:1 char:63 + … | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($.I … + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : WriteError: (C:\Program File…ppXManifest.xml:String) [Add-AppxPackage], IOException + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

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

2 answers

Sort by: Most helpful
  1. Carl Fan 6,881 Reputation points
    2021-05-06T10:14:09.953+00:00

    Hi,
    Firstly, I suggest that you could sign out Microsoft Account and sign in again.
    Then please try the command below :
    https://www.intowindows.com/how-to-reinstall-the-photos-app-in-windows-10/
    Please try the following command line:
    Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "C:\Program Files\WindowsApps\Microsoft.Windows.Photos_15.1208.10480.0_x64__8wekyb3d8bbwe\AppxManifest.xml"}

    We could run "Get-AppXPackage" to check the all the apppackages information. Replace the file location with the one you want to reinstall.

    Here is a command line to register all the store apps.

    "Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}"

    Hope this helps and please help to accept as Answer if the response is useful.
    Best Regards,
    Carl

    0 comments No comments

  2. S.Sengupta 24,716 Reputation points MVP
    2021-05-07T13:37:33.49+00:00

    Kindly go through the following article:

    How to Reinstall the Photos App in Windows 10?

    0 comments No comments

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.