Ayto Shutdown

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

is there way or program to have your computer trun on/off on certain times?
 
Gladly stolen from Ramesh
http://www.mvps.org/sramesh2k/

Use Task Scheduler to schedule the computer to shut down and restart at a
specific time.

To do so, follow these steps:

01. Click Start, and then click Control Panel.
02. Click Performance and Maintenance, and then click Scheduled Tasks.
03. Double-click Add Scheduled Task. The Scheduled Task Wizard starts.
04. Click Next.
05. Under Click the program you want Windows to run, click Browse.
06. In the Select Program to Schedule dialog box, locate the
%SystemRoot%\System32 folder, locate and click the Shutdown.exe file, and
then click Open.
07. Under Perform this task, specify a name for the task and how frequently
you want this task to run, and then click Next.
08. Under Select the time and day you want this task to start, specify a
start time and date for the task, and then click Next.
09. Type the user name and password to run this task under, and then click
Next.
10. Click to select the Open advanced properties for this task when I click
Finish check box, and then click Finish.
11. Click the Task tab.
12. In the Run box, specify any additional parameters that you want to use
with Shutdown.exe.
13. Click OK.

NOTE: For exact parameters for shutdown.exe, open cmd and type
shutdown.exe /?
 
Schedule the computer to shut down and restart at a specific time is one
action, not two.

The only way you can possibly make that work is to use:

%windir%\System32\shutdown.exe -r -f -t 00

Has the switches for:
Shutdown and restart
Forces running applications to close without warning
Timeout for 0 seconds

Which means that the machine will shutdown and reboot.

There is no other way to schedule it to start.

How can you schedule your machine to turn on when it's not running??

If the machine's not running there is nothing running to schedule anything.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Xp auto shutdown 2
screen saver makes windows shut down 1
shut down 1
Please help before i loose all my hair 9
auto shutdown 1
wifi auto connect 3
Windows Firewall will not turn on 10
Startup 2

Back
Top