microsoft / microsoft/WindowsAppSDK-Samples

About the self-starting function registration of the application

Open
#289 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

sample request
Dominant language
PowerShell
Stars
1k
Forks
335
Avg merge
5d 1h
Merged PRs (30d)
8

Description

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>



Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the Windows App SDK Samples structure and the provided windows.startupTask manifest example. A complete contribution would demonstrate self-starting application registration for both packaged and unpackaged projects, covering the requested Windows App SDK scenario.

Written by the indexing model from the issue text.

Assessment

Domain
desktop, operating-systems
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.