A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
Hi,
I suggest you could try to use the Windows.Management.Deployment APIs.
1,Enumerate installed packages by PackageManager.FindPackagesForUserWithPackageType
2,Use GetPackageApplicationIds to get the IDs of apps in the specified package.
3,Use StartupTask.GetAsync to get a startup task by Id.
I suggest you could refer to the sample: Enumerate app packages
Best Regards,
Jeanine
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.