WindowsAppSDK-Samples icon indicating copy to clipboard operation
WindowsAppSDK-Samples copied to clipboard

About the self-starting function registration of the application

Open GreenShadeZhang opened this issue 1 year ago • 0 comments

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>

GreenShadeZhang avatar Mar 14 '23 03:03 GreenShadeZhang