Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About the self-starting function registration of the application #289

Open
GreenShadeZhang opened this issue Mar 14, 2023 · 0 comments
Open
Labels
sample request New feature sample request

Comments

@GreenShadeZhang
Copy link

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>



@bpulliam bpulliam added the sample request New feature sample request label Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sample request New feature sample request
Projects
None yet
Development

No branches or pull requests

2 participants