Do you need to restart your Windows 10/11 computer into the machine’s BIOS/UEFI quickly and easily from the Command Line (CLI)?
Run the following line from Command Prompt
shutdown /r /fw /t 0
Command Explained:
shutdown
: Shutdown Command
/r
– Type of Shutdown of Reboot
/fw
– System Firmware
/t 0
– Time in Seconds, 0 is now