How to get list of installed Windows Universal Apps?

Heejin

Im trying to make a launcher program that launches Windows Apps.
I can find Win32 Applications but I have no idea for how to find UWP Apps (Universal Apps).
Is there any API or Directories for listing Universal Apps?

S. Matthews

You can't use the PackageManager class mentioned in the above comments inside a UWP app.

Can you use powershell? If so, there is

    Get-AppxPackage -AllUsers

which will list all the app packages (.appx) installed (https://technet.microsoft.com/en-us/library/hh856044.aspx).

See this MSDN question for more details: https://social.msdn.microsoft.com/Forums/expression/en-US/b20cef2c-98a8-4d6f-8231-db856199f2c9/uwppossible-to-get-installed-packages-in-uwp10-across-all-users?forum=wpdevelop

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to get list of installed applications on Windows 10?

From Dev

How to get a comprehensive list of apps installed on wear device?

From Dev

How to get all share apps (installed on the device) in a list?

From Dev

How to get installed apps list with Unity3D?

From Dev

How to get all share apps (installed on the device) in a list?

From Dev

Get Keyboard state in Universal Windows Apps

From Dev

Unable to get list of installed apps in a List<String>

From Dev

How to get list of paired bluetooth devices on Windows 10 Universal Application

From Dev

How to implement the Facebook Api in Windows Universal apps?

From Dev

Getting the list of installed windows store apps

From Dev

How to get two buttons to share half of the apps screen width with Universal Windows Platform

From Dev

How to get two buttons to share half of the apps screen width with Universal Windows Platform

From Dev

Can we get the list of installed apps programmatically in our app in windows phone 8?

From Dev

List installed font names in Windows 10 Universal App

From Dev

Animation in Windows Universal Apps

From Dev

C# On windows, how to get a list of installed programs' directories

From Dev

How to return list of installed Apps in alphabetical order

From Dev

How can I show a list of installed apps ("Metro" only) in Windows 10?

From Dev

How to get all share apps installed on the device?

From Dev

How to get installed applications in Android and no system apps?

From Dev

Windows Universal Apps on Windows Phones

From Dev

How to use a non-default constructor in Universal Windows Apps

From Dev

How to set Content Security Policy in Windows Universal apps

From Dev

How to keep the page in Portrait mode in Windows Universal Apps?

From Dev

How to show a progress ring with a text in Windows Universal Apps?

From Dev

How do I Focus a Camera in Windows Universal Apps?

From Dev

Alphabetize List of Installed Apps

From Dev

How to get app version in Windows Universal App?

From Dev

Advertising in Windows 10 universal apps

Related Related

  1. 1

    How to get list of installed applications on Windows 10?

  2. 2

    How to get a comprehensive list of apps installed on wear device?

  3. 3

    How to get all share apps (installed on the device) in a list?

  4. 4

    How to get installed apps list with Unity3D?

  5. 5

    How to get all share apps (installed on the device) in a list?

  6. 6

    Get Keyboard state in Universal Windows Apps

  7. 7

    Unable to get list of installed apps in a List<String>

  8. 8

    How to get list of paired bluetooth devices on Windows 10 Universal Application

  9. 9

    How to implement the Facebook Api in Windows Universal apps?

  10. 10

    Getting the list of installed windows store apps

  11. 11

    How to get two buttons to share half of the apps screen width with Universal Windows Platform

  12. 12

    How to get two buttons to share half of the apps screen width with Universal Windows Platform

  13. 13

    Can we get the list of installed apps programmatically in our app in windows phone 8?

  14. 14

    List installed font names in Windows 10 Universal App

  15. 15

    Animation in Windows Universal Apps

  16. 16

    C# On windows, how to get a list of installed programs' directories

  17. 17

    How to return list of installed Apps in alphabetical order

  18. 18

    How can I show a list of installed apps ("Metro" only) in Windows 10?

  19. 19

    How to get all share apps installed on the device?

  20. 20

    How to get installed applications in Android and no system apps?

  21. 21

    Windows Universal Apps on Windows Phones

  22. 22

    How to use a non-default constructor in Universal Windows Apps

  23. 23

    How to set Content Security Policy in Windows Universal apps

  24. 24

    How to keep the page in Portrait mode in Windows Universal Apps?

  25. 25

    How to show a progress ring with a text in Windows Universal Apps?

  26. 26

    How do I Focus a Camera in Windows Universal Apps?

  27. 27

    Alphabetize List of Installed Apps

  28. 28

    How to get app version in Windows Universal App?

  29. 29

    Advertising in Windows 10 universal apps

HotTag

Archive