다음을 통해 공유


WillShowUI(microsoft-windows-setup-windowsdeploymentservices-imageselection-willshowui)

참고

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

WillShowUIImageSelection에 대해 UI(사용자 인터페이스)가 표시되는 상황을 지정합니다.

Always

UI가 항상 표시되도록 지정합니다.

OnError

오류가 발생할 경우 UI가 표시되도록 지정합니다. 기본값입니다.

Never

UI가 표시되지 않도록 지정합니다.

WillShowUI는 Windows 설치 프로그램 UI 페이지만 표시되지 않도록 합니다. 심각한 오류가 발생하면 오류 메시지가 표시될 수 있습니다. 오류 메시지가 표시되지 않도록 하려면 ErrorHandler.cmd 파일을 사용하여 오류를 처리하는 스크립트를 자동으로 실행할 수 있습니다. ErrorHandler.cmd에 대한 자세한 내용은 Windows 설치에 사용자 지정 스크립트 추가를 참조하세요.

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

유효한 구성 패스

windowsPE

부모 계층

microsoft-windows-setup- | WindowsDeploymentServices | ImageSelection | WillShowUI

적용 대상

이 구성 요소가 지원하는 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>

ImageSelection