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.
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.
To access the classic desktop features (and read the startup list, for example) you have to use fullTrustProcess feature of UWP.
Examples on GitHub
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.
I want to get the startup list for UWP in a Win32 program, thank you.
Hello, Thanks for your clarification, if you are developing win32 application, then the products supported by the current Q&A platform are not yet included, You can ask related questions in the MSDN forum, they are actively responding to questions about the Win32 API. Thanks.
14 people are following this question.
How to write and read multiple types of data using Data Writer and Data Reader
Consuming UWP mail api from WPF Desktop Bridge App
Get Network usage information in UWP apps
How to Get/Set Cookies in Windows.Web.Http API
Switch the ListView Datatemplate from one data template to another data template?