One way to do it is to use the SHUTDOWN program from the Windows 2000 Resource Kit. You can create a batch file with the following command (for instance):
Code:
c:\winnt\shutdown.exe /r /t:45
This will reboot the server (/r) waiting for 45 seconds after the command is issued to actually initiate the reboot. You can then schedule the batch file through Scheduled Tasks.
There are other ways of doing it, including I believe through VB Script, that have been posted on this forum. If you don't have the Resource Kit you might try searching for those posts.
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.