DisableBootMenu

在启动期间禁用 F8 和 F10 键,阻止访问高级启动选项菜单。

说明

0

在启动过程中不禁用 F8 和 F10 键。

这是默认值。

1

在启动过程中禁用 F8 和 F10 键。

父层次结构

Microsoft-Windows-Embedded-BootExp | DisableBootMenu

有效配置阶段

specialize

oobeSystem

应用于

有关此组件支持的 Windows 版本和体系结构的列表,请参阅 Microsoft-Windows-Embedded-BootExp

XML 示例

<settings pass="specialize">
    <component name="Microsoft-Windows-Embedded-BootExp" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <DisableBootMenu>1</DisableBootMenu>
    </component>
</settings>