Forum Discussion

Deleted's avatar
Deleted
Mar 15, 2018

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

  • Try running this in an elevated PowerShell window:

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

    • Deleted's avatar
      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 Lynch's avatar
        Brian Lynch
        Former Employee

        No, not from any particular folder...but it does need to be in an elevated PowerShell window not just a CMD window