Description gives a brief description of the AsynchronousCommand to run.

Values

Command_description

Describes the asynchronous command to run. Command_description is a string with a maximum length of 256 characters.

Valid Passes

oobeSystem

Parent Hierarchy

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.

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