Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Schedule shutdown the server
Name: chaonngy Date: March 8, 2006 at 19:00:26 Pacific OS: Windows Server 2003 CPU/Ram: Xeon Product: HP
Comment:
Dear Buddy,
I would like to schedule shutdown the server which run Windows Server 2003. How can I do this? What steps and procedures I need to perform? Thanks,
Name: Rob Golding (by robg63) Date: March 9, 2006 at 08:54:05 Pacific
Reply:
Simply make a batch file, and type "shutdown -s -t 30 -c "Scheduled Shutdown" that will shutdown the server, after 30 seconds, with a comment of "Scheduled Shutdown". Just make a scheduled task, and make sure it runs as an administrator or server operator.
Summary: I had booting problems once. The thing is that the client computers had encountered a worm which caused the anoying RPC error shutdown. This in turn got passed on and started to shutdown the server....
Summary: You can use .bat file to shutdown the server. Use following bat file and then add it to the scheduled tasks. @echo off shutdown -s exit Disnaka Punchihewa....
Summary: When you shutdown the server it asks you to give it a reason to shutdown. Is there anyway to view the history of the reasons that it shutdown? If so how? ...