Share via


Ordine (microsoft-windows-shell-setup-logoncommands-asynchronouscommand-order)

Order specifica un valore univoco per ogni AsynchronousCommand.

Valori

Asynchronous_command_order

Specifica un valore univoco per ogni comando.

Importante

Il computer non attende il completamento di un comando prima di avviare il comando successivo.

Passaggi di configurazione validi

oobeSystem

Gerarchia padre

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

Si applica a

Per un elenco delle edizioni e delle architetture di Windows supportate da questo componente, vedere Microsoft-Windows-Shell-Setup.

Esempio XML

Nell'output XML seguente viene illustrato come impostare i comandi di accesso.

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

AsynchronousCommand

SynchronousCommand