HideBootStatusMessageHideBootStatusMessage
在操作系统加载阶段不显示启动状态文本。Suppresses the startup status text that displays during the OS loading phase.
值Values
值Value | 描述Description |
---|---|
00 |
不要禁止显示 OS 加载期间显示的启动状态文本。Do not suppress the startup status text displayed during OS loading. 这是默认值。This is the default value. |
11 |
在 OS 加载期间取消显示启动状态文本。Suppress the startup status text display during OS loading. |
父层次结构Parent Hierarchy
Microsoft-Windows-Embedded-BootExp | HideBootStatusMessageMicrosoft-Windows-Embedded-BootExp | HideBootStatusMessage
有效配置阶段Valid Configuration Passes
专用化specialize
oobeSystemoobeSystem
适用于Applies To
Windows 版本和体系结构,该组件支持的列表,请参阅Microsoft-Windows-嵌入-BootExp。For a list of the Windows editions and architectures that this component supports, see Microsoft-Windows-Embedded-BootExp.
XML 示例XML example
<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>