HideBootStatusIndicator
在操作系统加载阶段不显示状态指示灯。
值
值 | 说明 |
---|---|
0 |
请勿禁止在 OS 加载过程中显示的状态指示器。 这是默认值。 |
1 |
禁止在 OS 加载过程中显示的状态指示器。 |
父层次结构
Microsoft-Windows-Embedded-BootExp | HideBootStatusIndicator
有效配置阶段
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">
<HideBootStatusIndicator>1</HideBootStatusIndicator>
</component>
</settings>