WindowsAppSDK-Samples
WindowsAppSDK-Samples copied to clipboard
About the self-starting function registration of the application
Uwp has the registration of the following self-starting functions. Can someone write a demo of the wasdk version? Contains packaged and unpackaged projects.
<Package ...> ... <Applications> <Application ...> ... <Extensions> <desktop:Extension Category="windows.startupTask"> desktop:StartupTasks <desktop:StartupTask TaskId="MyTask" Enabled="true" DisplayName="My App"/> </desktop:StartupTasks> </desktop:Extension> </Extensions> </Application> </Applications> </Package>