Results 1 to 3 of 3

Thread: Auto Shutdown PC With Timer

  1. #1
    talha619's Avatar
    talha619 is offline Senior Member+
    Last Online
    2nd July 2012 @ 12:25 AM
    Join Date
    22 Dec 2008
    Location
    ,62462, and ,25462,(HEART)
    Age
    30
    Posts
    4,453
    Threads
    150
    Credits
    925
    Thanked
    43

    Talking Auto Shutdown PC With Timer

    Auto Shutdown PC With Timer




    ********** METHOD # 1 **********

    Step 1:

    Right click on your desktop and choose "New=>shortcuts".

    Step 2:

    In the box that says "Type the location of the shortcut",
    type in "shutdown -s -t 3600" without the quotation marks and click next.

    Note: 3600 are the amount of seconds before your computer shuts down. So , 60secs*60mins=3600secs.

    Step 3:

    Make up a name for the shortcut and you're done.
    You can change the icon by right clicking=>properities=>change icon=>browse.

    To abort

    To make an abort key to stop the shutdown timer just create another shortcut and make
    the "location of the shortcut" to " shutdown -a" without the quotes.

  2. #2
    talha619's Avatar
    talha619 is offline Senior Member+
    Last Online
    2nd July 2012 @ 12:25 AM
    Join Date
    22 Dec 2008
    Location
    ,62462, and ,25462,(HEART)
    Age
    30
    Posts
    4,453
    Threads
    150
    Credits
    925
    Thanked
    43

    Talking Method # 2

    ********** METHOD # 2 **********

    start=>Run

    Type Code: at 11:35 shutdown -s

    to abort

    Code:

    shutdown -a

    take note: all time are in 24hr, example u would like to shutdown at 8:30pm, you should type

    "at 20:30 shutdown -s" without quote

  3. #3
    talha619's Avatar
    talha619 is offline Senior Member+
    Last Online
    2nd July 2012 @ 12:25 AM
    Join Date
    22 Dec 2008
    Location
    ,62462, and ,25462,(HEART)
    Age
    30
    Posts
    4,453
    Threads
    150
    Credits
    925
    Thanked
    43

    Talking Method # 3

    ********** METHOD # 3 **********

    you can use a batch for that as well it makes it easier to use
    just run the batch and enter the time you want it to shutdown

    shutdown.bat
    Type Code:
    Code:

    [php]@echo off
    title Scheduled Shutdown Batch Example by chacha1234
    color A
    echo Enter Time To Shutdown (example 19:30)
    set /p stime=
    cls
    at %stime% ""shutdown -s -t 00"" >nul
    echo Your PC Will Auto Shutdown At %stime%
    echo Press Any Key To Exit
    pause >nul
    exit

Similar Threads

  1. My Pc shutdown timer
    By umerali10 in forum Software Reviews
    Replies: 2
    Last Post: 17th June 2013, 05:09 PM
  2. Solved [REQ] Auto shutdown timer for windows 7
    By ITD Student in forum Solved Problems (IT)
    Replies: 6
    Last Post: 10th October 2012, 12:00 AM
  3. Replies: 12
    Last Post: 20th June 2011, 03:11 PM
  4. Auto Shutdown PC With Timer karo
    By ttohid in forum English IT Zone
    Replies: 17
    Last Post: 24th June 2009, 10:32 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •