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!
ThioJoe har her et lille hint til at genstarte Windows, når systemet er frosset.
Benyt:
CTRL-ALT-DELETE
Hold CTRL
nede og tryk på Sluk ikonet i nederste højre hjørne
Ved at køre følgende promt, kan system sættes til at genstarte automatisk hver nat:
schtasks /create /sc daily /tn "REBOOT" /tr "shutdown -r -f -t 0" /st 03:00:00 /ru "System" /f
Kan også lægges i en scriptfil, og køres én gang per system.