Search code examples
c++windows-8modern-uimodern-runtime

How to list all modern UI apps?


I would like to list all Modern UI apps installed on my Windows 8 machine.

Is there a way to list all installed Modern UI apps from a standard desktop application (with administrator permissions).


Solution

  • You can do this with Powershell and the Get-AppxPackage command.