CommandLine
によって、実行される AsynchronousCommand のパスが指定されます。
Path_to_command_line |
コマンドのパスを指定します。 Path_to_command_line は、最大 1024 文字の長さの文字列です。 |
oobeSystem
Microsoft-Windows-Shell-Setup | LogonCommands | AsynchronousCommand | CommandLine
サポートされている Windows のエディションと、このコンポーネントがサポートするアーキテクチャの一覧については、「Microsoft-Windows-Shell-Setup」を参照してください。
次の 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>