HideBootStatusMessage

在操作系统加载阶段不显示启动状态文本。

说明

0

不在 OS 加载期间禁止显示启动状态文本。

这是默认值。

1

在 OS 加载期间禁止显示启动状态文本。

父层次结构

Microsoft-Windows-Embedded-BootExp | HideBootStatusMessage

有效配置阶段

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">
      <HideBootStatusMessage>1</HideBootStatusMessage>
    </component>
</settings>