restart windows 2000 server using command line

Hi all expert,

Anybody know how to restart the windows 2000 server through command line and without using any additional tool?

Thanks :):slight_smile:

shutdown -r -t 0
1 Like

Just to add to what was said above.

the -t 0 is time. If you wanted it to reboot in 30 seconds you would do shutdown -r -t 30

1 Like