DisplayDisabledDisplayDisabled
設定 OS 遇到無法修復的錯誤時是否要顯示一個空白畫面。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>