HideAllBootUI
Suppresses all Windows UI elements (logo, status indicator, and status message) during startup.
Values
Value | Description |
---|---|
0 |
Do not suppress Windows UI elements during startup. This is the default value. |
1 |
Suppress Windows UI elements during startup. |
Parent Hierarchy
Microsoft-Windows-Embedded-BootExp | HideAllBootUI
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">
<HideAllBootUI>1</HideAllBootUI>
</component>
</settings>