다음을 통해 공유


Username(microsoft-windows-setup-runasynchronous-runasynchronouscommand-credentials-username)

UsernamePath에서 지정된 위치에 대한 액세스를 인증하는 데 사용되는 계정의 사용자 이름을 지정합니다.

모든 RunAsynchronous 명령은 시스템 컨텍스트에서 실행됩니다.

User_name

인증에 사용되는 계정의 이름을 지정합니다. User_name은 문자열입니다.

이 문자열 형식은 비어 있는 요소를 지원하지 않습니다. 이 설정에 빈 값을 만들지 마세요.

유효한 구성 패스

windowsPE

부모 계층

microsoft-windows-setup- | RunAsynchronous | RunAsynchronousCommand | Credentials | Username

적용 대상

이 구성 요소가 지원하는 지원되는 Windows 버전 및 아키텍처 목록은 microsoft-windows-setup-을 참조하세요.

XML 예

다음 XML 출력은 실행할 비동기 명령을 구성하는 방법을 보여 줍니다.

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

자격 증명