How to get the auto startup list for UWP apps?

Steven Young 261 Reputation points
2020-06-11T07:08:50.723+00:00

I know how to get the auto startup list for Win32 desktop, but how to get all the auto startup UWP apps list like Windows Task Manager? thank you.

Universal Windows Platform (UWP)
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Daniele 1,996 Reputation points
    2020-06-11T09:14:07.963+00:00

    To access the classic desktop features (and read the startup list, for example) you have to use fullTrustProcess feature of UWP.

    Examples on GitHub

    0 comments No comments

  2. Richard Zhang-MSFT 6,936 Reputation points
    2020-06-16T06:58:15.467+00:00

    Hello,

    Welcome to Microsoft Q&A!

    Do you want to use the relevant functions to get a list of startup list during UWP development?

    If so, then the UWP application currently does not have this feature。

    At present, only the information of the running process can be obtained through AppDiagnostic, and the list of startup applications cannot be obtained.

    Thanks.