Forum Discussion
Windows 10 Photos App
Photos App stopped working with 17109 build and nothing I do, including a WSReset, Photos App reset has helped.
I'm now on Insider 17120 and the uninstall is greyed out, so cannot un- and reinstall. Any suggestions how to fix this?
8 Replies
- Brian LynchFormer Employee
Try running this in an elevated PowerShell window:
Get-AppXPackage *Photos* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- Deleted
Thanks, Brian, I tried as you suggest but get an error:
'Get-AppXPackage' is not recognized as an internal or external command, operable program or batch file.
Secondly must the elevated Get-AppXPackage *Photos* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} be run from any specific folder?
- Brian LynchFormer Employee
No, not from any particular folder...but it does need to be in an elevated PowerShell window not just a CMD window
- bulldog brydenCopper Contributor
Exact same issue for me, cannot find any help with this