DisableBootMenu
Disables the F8 and F10 keys during startup to prevent access to the Advanced Startup Options menu.
Values
Value | Description |
---|---|
0 |
Do not disable the F8 and F10 keys during startup. This is the default value. |
1 |
Disable the F8 and F10 keys during startup. |
Parent Hierarchy
Microsoft-Windows-Embedded-BootExp | DisableBootMenu
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">
<DisableBootMenu>1</DisableBootMenu>
</component>
</settings>