共用方式為


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

注意

這些設定不適用於Windows 11

WillShowUI 會指定針對 ImageSelection顯示使用者介面 (UI) 的情況。

永遠

指定一律會顯示 UI。

OnError

指定發生錯誤時會顯示 UI。 這是預設值。

永不

指定永遠不會顯示 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