Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to preset a time to shutdown xp pro machines

Status
Not open for further replies.
Dec 18, 2002
59
GB
Hi Gurus,
Is it possible to preset a time for shutdown on xp pro, if yes please let me know the commands procedure Many Thanks
 
Go into Scheduled Tasks set to run Shutdown.exe at whatever time you want it to reboot.
 
You can use the Scheduled Tasks to setup a shutdown schedule.

Go to Start-Accessories-System Tools-Scheduled Tasks.

Then go to File-New, Scheduled Task.

A new trask will appear. Name it whatever you want. Then right click it and select properties.
In the Run box type:

Code:
shutdown -s

and then select all the options you want, then click on the schedulke Tab, and set when you want it to run.


----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Beat me to the punch [blue]mpnut[/blue].

----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Yeah, but yours is much more clear and descriptive. We'll call it a draw.
 
You might also want to add the -f switch to ensure that any programs running are forced to shutdown, otherwise the computer will not shutdown if a Window is asking for any user input.

--------------------------------------------------------------------------
"Who is General Failure and what is he doing on my computer?"
--------------------------------------------------------------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top