Set-BootmgrTimeout
Last updated
Was this helpful?
Sets the Windows Boot Manager timeout value in BCD.
Module
OSD
Platform
WinPE (amd64 / arm64)
Updates the '{bootmgr}' timeout entry in BCD using bcdedit. This controls how many seconds the boot menu waits before selecting the default entry.
Set-BootmgrTimeout [-Timeout] <UInt32> [-ProgressAction <ActionPreference>] [<CommonParameters>]-Timeout
UInt32
True
Timeout value in seconds to set on the Boot Manager entry.
Set-BootmgrTimeout -Timeout 10
Sets the Boot Manager timeout to 10 seconds.Last updated
Was this helpful?
Was this helpful?

