Ben-BSH Posted September 28, 2011 Posted September 28, 2011 Hi guys, do many of you use a script / program to shutdown PC's in the evening? if so, what program / script do you use? as i need to impliment this, but either shutdown commands, or psshutdown might take a while to impliment, and was wondering if there is anything (free) that is quicker and easier. Many Thanks in advance Ben.
pete Posted September 28, 2011 Posted September 28, 2011 Scheduled task configured via Group Policy Preferences. You have the option to delay the task if someone's using the machine as well. 1
smalls001 Posted September 28, 2011 Posted September 28, 2011 Have a look at this previous post http://www.edugeek.net/forums/how-do-you-do/1573-remotely-shutdown-restart-pc-s-night.html 1
glen_j Posted September 28, 2011 Posted September 28, 2011 add a start up script to add a scheduled task, copy the following text into notepad and save as shutdown.bat REM Create a task for this computer to shut itself down at 7pm schtasks /create /sc daily /st 19:00:00 /tn "Shutdown at 1900" /tr "shutdown -s -t 120 -c \"This computer is scheduled to automatically shutdown at this time. You have 2 minutes to save all your work and logoff.\"" /ru system 1
FN-GM Posted September 28, 2011 Posted September 28, 2011 If your running Windows XP i would use Shutdownertron, you can find it here: EduGeek Shutdownertron 1
FreeWill Posted September 28, 2011 Posted September 28, 2011 Shutdownertron also works very well with Windows 7. 1
CHR1S Posted September 28, 2011 Posted September 28, 2011 shutdown /s /t (seconds) /f /m \\pcname stick that in a batch file and run 1
mrbios Posted September 29, 2011 Posted September 29, 2011 Got a schedule in impero for it to both shutdown and wake up at set times Used to do it using spec ops remote admin, and before that with a script. Impero's so wonderful 2
russdev Posted September 29, 2011 Posted September 29, 2011 ...Impero's so wonderful Thanks for kind comment 2
TheScarfedOne Posted September 29, 2011 Posted September 29, 2011 +1 for GPO Preferences Scheduled Task 1
TheScarfedOne Posted September 29, 2011 Posted September 29, 2011 (edited) For those having fun and games with it not working, Ive just put some details on my blog... http://www.edugeek.net/blogs/thescarfedone/960-shutting-down-machines-group-policy-preferences.html Edited September 29, 2011 by TheScarfedOne Added blog post link 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now