DisplayDisabledDisplayDisabled
配置设备在操作系统遇到无法恢复的错误时显示黑屏。Configures the device to display a blank screen when the OS encounters an error that it cannot recover from.
值Values
值Value | 描述Description |
---|---|
00 |
不会显示空白屏幕上错误。Do not display a blank screen on error. 这是默认值。This is the default value. |
11 |
显示有关错误的空白屏幕。Display a blank screen on error. |
父层次结构Parent Hierarchy
Microsoft-Windows-Embedded-BootExp | DisplayDisabledMicrosoft-Windows-Embedded-BootExp | DisplayDisabled
有效配置阶段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">
<DisplayDisabled>1</DisplayDisabled>
</component>
</settings>