shutdown.exe

H

hches

How do you use shutdown.exe on a Windows 2000 Server to
schedule regular reboots of multiple workstations in a
workgroup?
 
B

Brendon Rogers

With shutdown.exe you can reboot a remote machine as long as you have the
appropriate permissions (usually admin rights). Simply use Task Scheduler
with a batch file.
 
B

Brendon Rogers

Easiest way:

myshutdown.bat
shutdown.exe \\computer1 /R
shutdown.exe \\computer2 /R
shutdown.exe \\computer3 /R
etc

You may also want to use the /C switch to force any open applications to
close.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top