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...
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
Which is the standard method or are there any api to access?
The content is so messed up like:
For
Microsoft.WinUI3ControlsGallery_8wekyb3d8bbwe!AppI need to use shell, and the exe path need to create process, some are guid I...