Windows 7 Thread, Auto Shutdown Programs for end of day. in Technical; I guess just as it says please...
Can anyone offer advice on good (preferably free or very cheap) solutions to ...
-
6th January 2012, 04:32 PM #1
- Rep Power
- 0
Auto Shutdown Programs for end of day.
I guess just as it says please...
Can anyone offer advice on good (preferably free or very cheap) solutions to shut down PCs at the end of the day.
The Hardware: We run Vista Business, 7 Business and will soon have Snow Leopard on iMacs and Mac Airs.
It is all networked.
An ideal solution would have a central file/program on the server to state when to close down on particular days. Ideally with the option to run several times a day as we have some rooms used on different nights for night school etc. But I will look at anything as long it works...
I know we could use the event scheduler but that seems a long way round of doing it on 120 machines.
Many thanks in advance for any help you can offer here.
Tony.
-
-
IDG Tech News
-
6th January 2012, 06:15 PM #2 As far a the PCs on your network is concerned I would say that you could look at Shutdownertron:
Link 1: powarrmonkey proudly presents...
Link 2: Shutdownertron
As provided by Edugeek member @powdarrmonkey.
While there are other ways of achieving what you want to on your PC based network I am sure that you will get similar recommendations from other Edugeek members.
-
-
6th January 2012, 11:16 PM #3 I just create a Scheduled Task on each machine (through GPP's) to c:\windows\shutdown.exe (with an argument) to shut down at a certain time and can be controlled/updated via GPP. Works a treat!
-
-
6th January 2012, 11:46 PM #4
-
-
6th January 2012, 11:48 PM #5 I wrote this batch file years ago and still use it now, uncomment the REM lines if you want some logging...
Code:
@echo off
set logfile=shutdown.log
set warninglength=120
REM For /f "tokens=1-3 delims=/ " %%a in ('date /t') do (set date=%%c-%%b-%%a)
REM For /f "tokens=1-2 delims=: " %%d in ('time /t') do (set time=%%d:%%e)
REM echo SHUTDOWN SCRIPT STARTED on %date% at %time% >> %logfile%
for /f %%z in (computers.txt) do (
ping -n 1 -w 500 %%z > :NULL
if not errorlevel 1 (
REM echo * Computer %%z is on and is being shutdown with a %warninglength% second warning. >> %logfile%
c:\windows\system32\shutdown.exe -f -s -t %warninglength% -c "*** WARNING *** Nightly shutdown in progress, please save your work now!" -m \\%%z
)
)
For /f "tokens=1-3 delims=/ " %%a in ('date /t') do (set date=%%c-%%b-%%a)
For /f "tokens=1-2 delims=: " %%d in ('time /t') do (set time=%%d:%%e)
REM echo SHUTDOWN SCRIPT ENDED on %date% at %time% >> %logfile%
REM echo ================================================================================ >> %logfile% You will need a second file called shutdown.txt which is just a list of the computers you want to shut down. I have it scheduled on one of the servers.
I dont know if there is an equivilent shutdown command for macs (not really my bag).
-
-
7th January 2012, 12:14 AM #6 I know it's not free but you could get impero?
It can schedule shutdown and wake on lan by the hour for every day of the week as well as all the other major benefits it gives, just something to consider if you have spare cash
-
-
7th January 2012, 12:16 AM #7 I have Impero as well but find it misses out some machines for no real reason whatsoever, my script rarely fails, Impero's still a great product though!
-
-
7th January 2012, 12:22 AM #8 
Originally Posted by
hit
I have Impero as well but find it misses out some machines for no real reason whatsoever, my script rarely fails, Impero's still a great product though!
I've noticed that once or twice but only with waking machines, it's never failed me on shutdowns. (that said i can't see why it would, it's only sending shutdown -s -t # -m \\machinename to the machines essentially)
-
-
7th January 2012, 05:52 AM #9 
Originally Posted by
DaveP
As far a the PCs on your network is concerned I would say that you could look at Shutdownertron:
Link 1:
powarrmonkey proudly presents...
Link 2:
Shutdownertron
As provided by Edugeek member @
powdarrmonkey.
While there are other ways of achieving what you want to on your PC based network I am sure that you will get similar recommendations from other Edugeek members.
FYI shutdownertron does not work properly with windows 7
-
-
7th January 2012, 08:14 AM #10 
Originally Posted by
FN-GM
FYI shutdownertron does not work properly with windows 7
I was aware of this:
In versions up to 1.3.3214.1, only partial support for Windows Vista and Windows 7 is included.
However I have not found it to be an issue. It seems to work very well on our network.
-
-
7th January 2012, 11:20 AM #11 
Originally Posted by
DaveP
I was aware of this:
However I have not found it to be an issue. It seems to work very well on our network.
Seemed hit and miss with me. I also found the message never appeared warning users of a shutdown. That was the show stopper for us.
-
-
7th January 2012, 11:55 AM #12 Create a Scheduled Task in 2008 R2 under Computer Config:
Name: Shutdown Workstations
Run: %SystemRoot%\System32\Shutdown.exe
Arguments: -f -s -t 120
Specify an admin username/password, then change the schedule as required to 6pm for example.
Users will receive a 2 minute warning and will then shutdown automatically. Enough time to save documents and close any applications (optional).
In theory you could have many shutdown schedules for different departments or OUs from your perspective. This works with Windows 7, but it should work with Windows XP and Vista too. This won't work with Mac - you'll need to find an alternative for this. Maybe you can do something similar from a Mac server.
-
-
7th January 2012, 12:01 PM #13 @hit and @mrbios
Feel free to raise a ticket or email me on rdyas@imperosoftware and we can take a look. As shutdown should be no issue what so ever. As for wake on lan these issues are more often down to PC configuration. I have got a in draft KB article can send you that to work through.
As said if want to raise a ticket or email me we can look at it for you..
Russ
-
-
7th January 2012, 12:16 PM #14 
Originally Posted by
FN-GM
FYI shutdownertron does not work properly with windows 7
or OSX

Originally Posted by
TonyR
The Hardware: We run Vista Business, 7 Business and will soon have Snow Leopard on iMacs and Mac Airs.
-
-
7th January 2012, 12:16 PM #15 The mac side can just use schedules found in the power settings under the system preferences in WGM. Set up the shutdown times and start up times. You can also use ARD and schedule shutdowns, log offs and restarts. The benefit of using ARD to do this is you can schedule more than one shutdown, unlike the WGM method which only allows one startup time and shutdown time.
I usually have a shutdown -R script that runs for the windows xp side to reboot the machines back to the boot picker and then use a scheduled mac shutdown in ARD about 15 minutes afterwards. This allows the macs to use the startup scheduled time in WGM. If the clients are in windows when they shut down the scheduled startup time does not work and the clients do not start up in the mornings.
-
SHARE: 
Similar Threads
-
By elsiegee40 in forum General Chat
Replies: 15
Last Post: 9th July 2010, 03:39 PM
-
By russdev in forum General Chat
Replies: 4
Last Post: 6th March 2010, 06:14 PM
-
By mattx in forum Jokes/Interweb Things
Replies: 0
Last Post: 12th January 2010, 12:51 PM
-
By rama1712 in forum General Chat
Replies: 61
Last Post: 5th May 2009, 03:50 PM
-
By stealthIT in forum General Chat
Replies: 19
Last Post: 7th July 2008, 01:53 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules