147 delte
27 personlige Links
27 personlige Links
ThioJoe shows how to make a shortcut to restart and boot into BIOS without having to press a key on startup.
It's actually a command put into a shortcut:
shutdown /r /fw /t 1
Where:
- /r = Restarts
- /fw = Boot to "firmware" (BIOS)
- /t = Delay (seconds) before restart.
You'll need to run command as administrator ! (Both when using shortcut and from commandline)
This will come in handy - as it can be difficult to know different computers key for going in to BIOS!