实现无人参与 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>