Service Properties - Windows Store App ProjectCopy link to this sectionLink to this section copied!

This view allows you to configure the properties of a Windows Service declaration.

NoteServices declaration is only available only when the schema is set to Windows 10 from the Build Page - Windows Store App Project.

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!

Configure the service's specific properties:

NameCopy link to this sectionLink to this section copied!

The name of the service. This must be a string with a non-whitespace character at the beginning or at the end.

Startup TypeCopy link to this sectionLink to this section copied!

The startup type for the service:

  • Automatic
  • Manual
  • Disabled

Start AccountCopy link to this sectionLink to this section copied!

The type of account on which the service will run:

  • localSystem
  • localService
  • networkService

ArgumentsCopy link to this sectionLink to this section copied!

Arguments to be passed to the service (optional). This must be a string with a non-whitespace character at the beginning or at the end.

DependenciesCopy link to this sectionLink to this section copied!

In this field, one or more dependent services can be specified using New, Edit and Delete buttons:

  • New
    • Add a new dependent service
  • Edit
    • Edit the existing dependent service
  • Delete
    • Delete the existing dependent service

Trigger EventsCopy link to this sectionLink to this section copied!

In this field, one or more trigger events can be specified: using New, Edit and Delete buttons:

Trigger Events

GeneralCopy link to this sectionLink to this section copied!

SubtypeCopy link to this sectionLink to this section copied!

This GUID in the form "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" identifies the trigger event subtype.

ActionCopy link to this sectionLink to this section copied!

The action type for the trigger event:

  • Start
  • Stop

String DataCopy link to this sectionLink to this section copied!

In this field, one or more string data values can be specified for the trigger event using New, Edit and Delete buttons.

Binary DataCopy link to this sectionLink to this section copied!

In this field, binary data can be specified for the trigger event using New, Edit and Delete buttons.

Level DataCopy link to this sectionLink to this section copied!

In this field, a byte value for the trigger event can be specified using New, Edit and Delete buttons.

Keyword Any DataCopy link to this sectionLink to this section copied!

In this field, a 64-bit unsigned integer value for the trigger event can be specified using New, Edit and Delete buttons.

Keyword All DataCopy link to this sectionLink to this section copied!

In this field, a 64-bit unsigned integer value for the trigger event can be specified using New, Edit and Delete buttons.