Skip to content

How to start the winui packaged app that installed in the computer #6412

@hoshiizumiya

Description

@hoshiizumiya

I dont know how to list all the app installed in the computer especially winui registered app.
I only know that there are some pwsh command such as

Get-AppxPackage | Select-Object Name, Version, InstallLocation, PackageFullName
Get-WmiObject -Class Win32_Product | Select-Object Name, Version, InstallLocation
Get-StartApps

Which is the standard method or are there any api to access?
The content is so messed up like:

Windows Sandbox                                    Microsoft.Windows.Containers.Sandbox
Windows Software Development Kit                   Microsoft.AutoGenerated.{3B6E7DF3-19A3-70DB-96F6-86E65A17E61C}
Windows Tools                                      Microsoft.Windows.AdministrativeTools
WinMerge                                           Thingamahoochie.WinMerge
WinUI 3 Gallery                                    Microsoft.WinUI3ControlsGallery_8wekyb3d8bbwe!App
WinUI 3 Gallery Dev                                Microsoft.WinUI3ControlsGallery.Debug_8wekyb3d8bbwe!App

For Microsoft.WinUI3ControlsGallery_8wekyb3d8bbwe!App I need to use shell, and the exe path need to create process, some are guid I...

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-ExternalTopics external to Windows App SDK

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions