Order

Order specifies the order in which the AsynchronousCommand is run.

Values

Asynchronous_command_order

Specifies the order in which commands are run. Asynchronous_command_order is an integer from 1 through 500.

Valid Passes

oobeSystem

Parent Hierarchy

Microsoft-Windows-Shell-Setup | LogonCommands | AsynchronousCommand | Order

Applies To

For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.

XML Example

The following XML output shows how to set logon commands.

<LogonCommands>
   <AsynchronousCommand wcm:action="add">
      <CommandLine>c:asynccommands\command1.exe</CommandLine>
      <Description>Description_of_command1</Description>
      <Order>1</Order>
   </AsynchronousCommand>
   <AsynchronousCommand wcm:action="add">
      <CommandLine>c:asynccommands\command2.exe</CommandLine>
      <Description>Description_of_command2</Description>
      <Order>2</Order>
   </AsynchronousCommand>
</LogonCommands>

See Also

Concepts

AsynchronousCommand