UsernameUsername
Username
指定された場所へのアクセスを認証するために使用するアカウントのユーザー名を指定しますパスします。Username
specifies the user name of the account used to authenticate access to the location specified by Path.
すべてRunAsynchronousシステム コンテキストでコマンドを実行します。All RunAsynchronous commands run in the system context.
値Values
User_nameUser_name |
認証に使用されるアカウントの名前を指定します。Specifies the name of the account used for authentication. User_nameは文字列です。User_name is a string. |
この文字列型は、空の要素をサポートしません。This string type does not support empty elements. この設定に対して空の値を作成しないでください。Do not create an empty value for this setting.
有効な構成パスValid Configuration Passes
windowspe パスwindowsPE
親階層Parent Hierarchy
microsoft-windows のセットアップ - | RunAsynchronous | RunAsynchronousCommand | 資格情報 | ユーザー名microsoft-windows-setup- | RunAsynchronous | RunAsynchronousCommand | Credentials | Username
適用対象Applies To
サポートされている Windows のエディションおよびコンポーネントをサポートするアーキテクチャの一覧で、microsoft-windows のセットアップ-を参照してください。For the list of the supported Windows editions and architectures that this component supports, see microsoft-windows-setup-.
XML の例XML Example
次の XML 出力は、実行する非同期のコマンドを構成する方法を示します。The following XML output shows how to configure asynchronous commands to run.
<RunAsynchronous>
<RunAsynchronousCommand>
<Order>1</Order>
<Path>\\MyNetworkShare\MyApplication.exe</Path>
<Description>DescriptionOfMyApplication</Description>
<Credentials>
<Domain>FabrikamDomain</Domain>
<Username>MyUsername</Username>
<Password>MyPassword</Password>
</Credentials>
</RunAsynchronousCommand>
<RunAsynchronousCommand>
<Order>2</Order>
<Path>C:\AnotherApplication.exe</Path>
<Description>DescriptionOfMyApplication</Description>
</RunAsynchronousCommand>
</RunAsynchronous>