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