Windows 無人セットアップ設定の実装

このトピックでは、無人 Windows セットアップ コンポーネントの設定方法について説明します。

Windows システム イメージ マネージャーを使用して Windows セットアップ無人ファイルを編集することを強くお勧めします。

出力ファイルの例を次に示します。

<unattend xmlns="urn:schemas-microsoft-com:unattend">
  <settings pass="specialize">
    <component
        name="Microsoft-Windows-GPIOButtons"
        processorArchitecture="x86"> <!-- ... Additional component attributes-->
      <ConvertibleSlateMode>1</ConvertibleSlateMode> <!-- Values: {0 (slate); 1 (laptop)}-->
    </component>
  </settings>
</unattend>