Never actually tried this, but in the NT 4.0 Resource kit, there is program called Shutdown.exe.<br>
Create a batch file that contains the command:<br>
"Shutdown /r", (the "/r" restarts after the shutdown; try /? to see options) then schedule it to run using WinAT (also in resource kit).<br>
You can also use the batch file to first send out alerts, and shutdown services, or whatever before the system reboots. (There always someone on the server!)Also, check Microsoft dot com for some advice. A few searches of their knowledgebase should produce something good for you.<br>
Good luck.
Install shutdown and at from the resource kit. I think the parameters for shutdown are something like...<br>
<br>
shutdown /r /y /t:0 <br>
<br>
(restart, yes to questions, time=now)<br>
<br>
If you're in the UK there was an article answering exactly this question in the current edition of PCW (Personal Computer World).<br>
<br>
i have this running on several terminal servers here.<br>
from the dos box enter the following command:<br>
<br>
at 23:00 /every:m,t,w,th,f,s,su shutdown /reboot<br>
<br>
This will schedule a reboot of the terminal server every night at 11:00 pm or whatever time you put in...<br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.