Jump to content

Recommended Posts

Posted

Hi there, I am sick of trawling the internet to no avail trying to find a decent bit of software to automate PC shutdown on an evening and was wondering if anyone has some good suggestions for some software i could try.

 

Thankyou

Posted

Impero allows you to shutdown pc's remotely, I believe you can automate it, but to be honest I enjoy shutting them all off myself remotely knowing that it's been done.

Wish the monitors were automated too, pain in the ass :)

  • 6 months later...
Posted
In our new ICT rooms, we have had big red buttons installed at the door, which kills all power to the room. lol, seriously.

 

Don't the kids just press it then??

Posted

I just run a batch file.

 

shutdown -s -t 0 -m \\ol01
shutdown -s -t 0 -m \\ol02
shutdown -s -t 0 -m \\ol03
shutdown -s -t 0 -m \\ol04
shutdown -s -t 0 -m \\ol05
shutdown -s -t 0 -m \\ol06
shutdown -s -t 0 -m \\ol07
shutdown -s -t 0 -m \\ol08
shutdown -s -t 0 -m \\ol10

 

Just replace the \\ol** with the computer names.

 

The only problem with this script is the time it takes to work out a computer is already shutdown. I'm sure I could put some logic into it to ping the machines first.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...