You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uwp has the registration of the following self-starting functions. Can someone write a demo of the wasdk version? Contains packaged and unpackaged projects.
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 ...>
...
<Application ...>
...
<desktop:Extension Category="windows.startupTask">
desktop:StartupTasks
<desktop:StartupTask TaskId="MyTask" Enabled="true" DisplayName="My App"/>
</desktop:StartupTasks>
</desktop:Extension>
The text was updated successfully, but these errors were encountered: