Windows kann neu gestatet werden mit dem Kommando shutdown mit eine Reihe von Parametern
1. shutdown /s (Windows fährt sofort herunter)
2. shutdown /s /t 60 (Windows fährt in 60 Sekunden herunter)
3. shutdown /r (Windows startet neu)
4. shutdown /r /fw (Windows startet neu in die PC-Firmware - BIOS)
5. shutdown /f (forcierter Shutdown - offene Anwendungen werden geschlossen ohne Rückmeldung)
6. shutdown /r /fw /t 5 /c "Bitte beenden Sie Ihre Arbeit, Neustart in BIOS!" (Windows startet in 5 Sekunden neu in das BIOS mit einem Kommentar)
shutdown /s /t 60