This is how to create a shortcut command on a windows desktop to restart the computer in bios.
Shortcut Command: shutdown /r /fw /f /t 0
/r = reboot
/fw =Boot to firmware bios
/t = Delay (seconds) before restart
/f = force running applications to close
access bios without keyboard keys.
bios
windows bios
run a script to boot in bios.