Command for Windows Shutdown | Restart(CLI)

List Command to reboot/shutdown windows computer.


shutdown /r

After 30 seconds, Windows will restart

shutdown /r /t 10

After 10 seconds, Windows will restart

shutdown /s

To shut down Windows

shutdown /a

To abort the windows shutdown

shutdown /r /f

Windows force shutdown

shutdown /i

Open the shutdown GUI

shutdown /r /c "patching activity"

Add reason for the reboot of the computer

Shutdown /h

Hibernate the machine

Shutdown /fw

Shutdown and open the firmware user interface

shutdown /s /m \\SERVER /d p:0:0 /c "Planned"

Remote server shutdown in 30 seconds

Comments