Description (microsoft-windows-shell-setup-logoncommands-asynchronouscommand-description)
Description
提供要运行的 AsynchronousCommand 的简要说明。
值
Command_description |
描述要运行的异步命令。 Command_description 是一个字符串,最大长度为 256 个字符。 |
有效配置阶段
oobeSystem
父层次结构
Microsoft-Windows-Shell-Setup | LogonCommands | AsynchronousCommand | Description
应用于
有关此组件支持的受支持 Windows 版本和体系结构的列表,请参阅 Microsoft-Windows-Shell-Setup。
XML 示例
以下 XML 输出演示了如何设置登录命令。
<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>