Jump to content

Recommended Posts

Posted

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.

Posted

Scheduled task configured via Group Policy Preferences.

 

You have the option to delay the task if someone's using the machine as well.

  • Thanks 1
Posted

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

  • Thanks 1
Posted

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 :p

  • Thanks 2

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...