Partager via


CommandLine (microsoft-windows-shell-setup-logoncommands-asynchronouscommand-commandline)

CommandLine spécifie le chemin d’accès à l’AsynchronousCommand à exécuter.

Valeurs

Path_to_command_line

Spécifie le chemin d’accès à la commande. Path_to_command_line est une chaîne d’une longueur maximale de 1 024 caractères.

Passes de configuration valides

oobeSystem

Hiérarchie parente

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

S'applique à

Pour obtenir la liste des éditions et architectures Windows prises en charge par ce composant, consultez Microsoft-Windows-Shell-Setup.

Exemple XML

La sortie XML suivante montre comment définir des commandes d’ouverture de session.

<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