Reboot Windows Server Core

Reboot Windows Server Core

so how do you do it from just a commad?

open up a command prompt/powershell window

Use the following command:

shutdown  /r /t 0

basically shutdown /r is for reboot, the /t is for time and 0 is for zero time (meaning now)

that’s it!

Leave a Reply

Your email address will not be published. Required fields are marked *