Startup Task Properties

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

Application Settings

This section is described in Application Settings article.

Properties

Display name

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

Id

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.

Enabled

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).

ImmediateRegistration

Indicates whether the task should be registered immediately.