Hey all, I am trying to get my systems on my SMB network to shutdown at a specific time of day, that way windows scheduler can run some tasks after hours then shut down when complete. Currently, I have this script running as a .bat file. It is
shutdown -f -s -t 600 -c “This system is shutting down for the night, please save any work at this time.”
Unfortunatly it just isn’t working and I don’t know why. I am running this script on XP Pro and Vista systems. Any help here would be great. Thanks.