BootStatusPolicy
指定 Windows 開機載入器錯誤的顯示原則。
值
值 | 描述 |
---|---|
DisplayAllFailures |
在 [Windows 錯誤復原 ] 視窗中顯示所有失敗。 |
IgnoreAllFailures |
忽略所有開機失敗並正常啟動 Windows。 這是預設值。 |
IgnoreShutdownFailures |
只在 [Windows 錯誤修復 ] 視窗中顯示開機失敗。 |
IgnoreBootFailures |
只在 [Windows 錯誤復原 ] 視窗中顯示關機失敗。 |
父階層
Microsoft-Windows-Embedded-UnifiedWriteFilter | BootStatusPolicy
有效的設定階段
特殊化
套用至
如需此元件支援的 Windows 版本和架構清單,請參閱 Microsoft-Windows-Embedded-UnifiedWriteFilter。
XML 範例
<settings pass="specialize">
<component name="Microsoft-Windows-Embedded-UnifiedWriteFilter" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<BootStatusPolicy>IgnoreShutdownFailures</BootStatusPolicy>
</component>
</settings>