로그인

참고

이러한 설정은 Windows 11에 적용되지 않습니다.

Login은 Windows 배포 서비스 로그인에 사용되는 자격 증명과 로그인을 위해 UI(사용자 인터페이스)가 표시되는 경우를 지정합니다.

자식 요소

설정 설명
자격 증명 Windows 배포 서비스 로그인에 대한 자격 증명을 지정합니다.
WillShowUI Windows 배포 서비스 로그인에 대해 UI가 표시되는 경우를 지정합니다.

유효한 구성 패스

windowsPE

부모 계층

Microsoft-Windows-Setup | WindowsDeploymentServices | Login

적용 대상

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

XML 예

다음 XML 출력은 전체 Windows 배포 서비스의 배포를 보여 줍니다.

<WindowsDeploymentServices>
   <Login>
      <WillShowUI>OnError</WillShowUI>
      <Credentials>
         <Username>Administrator</Username>
         <Domain>MY-DOMAIN-NAME</Domain>
         <Password>********</Password>
      </Credentials>
   </Login>
  <ImageSelection>
      <WillShowUI>OnError</WillShowUI>
      <InstallImage>
         <ImageName>MY_IMAGE_NAME</ImageName>
         <ImageGroup>My IMAGE GROUP</ImageGroup>
      </InstallImage>
      <InstallTo>
         <DiskID>0</DiskID>
         <PartitionID>1</PartitionID>
      </InstallTo>
   </ImageSelection>
</WindowsDeploymentServices>
<DiskConfiguration>
   <WillShowUI>OnError</WillShowUI>
   <Disk>
      <DiskID>0</DiskID>
      <WillWipeDisk>false</WillWipeDisk>
      <ModifyPartitions>
         <ModifyPartition>
            <Order>1</Order>
            <PartitionID>3</PartitionID>
            <Letter>C</Letter>
            <Label>TestOS</Label>
            <Format>NTFS</Format>
            <Active>true</Active>
            <Extend>false</Extend>
         </ModifyPartition>
      </ModifyPartitions>
   </Disk>
</DiskConfiguration>

WindowsDeploymentServices