Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Is there anyway I can turn off my computer using a timer so it can shut down on its own?

If it needs to use a program, it needs to be free :)

3 Answers

Relevance
  • Anonymous
    1 decade ago
    Favorite Answer

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

    * Click Start, Run and type control schedtasks

    * Double-click Add Scheduled Task. The Scheduled Task Wizard starts.

    * Click Next.

    * Under Click the program you want Windows to run, click Browse.

    * In the Select Program to Schedule dialog box, locate the %SystemRoot%\System32 folder, locate and click the Shutdown.exe file, and then click Open.

    * Under Perform this task, specify a name for the task and how frequently you want this task to run, and then click Next.

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

    * Type the user name and password to run this task under, and then click Next.

    * Click to select the Open advanced properties for this task when I click Finish check box, and then click Finish.

    * Click the Task tab. In the Run box, specify any additional parameters that you want to use with Shutdown.exe. Click OK.

    Important: In the 10th step, you need to add the parameters for the Shutdown.exe command. To immediately shutdown the system (0 second timeout), the command-line would be:

    shutdown.exe -s -t 00

    To reboot the system immediately, this command:

    shutdown.exe -r -t 00

    For additional help, type Shutdown /? at the Command Prompt. Scheduling the Shutdown.exe without any parameters will not help. It will just execute with a exit code 0 (success)

    WinXPTutor.com

  • Anonymous
    4 years ago

    you're saying CPU... Do you advise the quite CPU or are you bearing on the workstation itself? You did not supply somewhat some tips, yet attempt looking in journey Viewer and see if it says something after a shutdown. See in the journey that your followers are working, and visual show unit them with SpeedFan or HWMonitor. you ought to use Google to hunt for the appropriate temps, and if a temperature is in simple terms too severe you are able to attempt clearing dirt. ultimately, I had a issue a on an identical time as back while some thing saved bumping into my potential button. It replaced into making use of me loopy, yet as quickly as I figured it out it replaced into tremendously humorous. perhaps it quite is the case lol wish this enables.

  • 1 decade ago

    if you are using windows XP: you cn just use the shutdown command in DOS(for more info run cmd and type "shutdown /?")

    or

    save this ff text to a file named "timer.bat" without the "=============="

    ==============

    @echo off

    shutdown -s -t 120 -c "You can replace this comment later on. For more information, please type 'shutdown /?' in your MSDOS prompt or if you want to abort just type 'shutdown -a' in your start>run."

    ==============

Still have questions? Get your answers by asking now.