Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Configures the device to display a blank screen when the OS encounters an error that it cannot recover from.
Values
Value | Description |
---|---|
0 |
Do not display a blank screen on error. This is the default value. |
1 |
Display a blank screen on error. |
Parent Hierarchy
Microsoft-Windows-Embedded-BootExp | DisplayDisabled
Valid Configuration Passes
specialize
oobeSystem
Applies To
For a list of the Windows editions and architectures that this component supports, see Microsoft-Windows-Embedded-BootExp.
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>