Startup Task PropertiesCopy link to this sectionLink to this section copied!

This view allows you to configure the properties of a startup task declaration.

Application SettingsCopy link to this sectionLink to this section copied!

This section is described in Application Settings article.

PropertiesCopy link to this sectionLink to this section copied!

Display nameCopy link to this sectionLink to this section copied!

The name of the task that appears in Task Manager. This string is localizable using ms-resource.

IdCopy link to this sectionLink to this section copied!

A unique identifier for your task. Using this identifier, your app can call the APIs in the Windows.ApplicationModel.StartupTask class to programmatically enable or disable a startup task.

EnabledCopy link to this sectionLink to this section copied!

Indicates whether the task first starts enabled or disabled. Enabled tasks will run the next time the user logs on (unless the user disables it).

ImmediateRegistrationCopy link to this sectionLink to this section copied!

Indicates whether the task should be registered immediately.