Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Scheduling shut down machine  (Read 3026 times)

0 Members and 1 Guest are viewing this topic.

architech

    Topic Starter


    Rookie
    Scheduling shut down machine
    « on: March 28, 2008, 02:52:17 PM »
    [Windows XP Professional, Ver 2002 svc pak 2; Gateway E6610 Intel Core 2]

    Under "Scheduled tasks" ... how do i schedule the task to shut down my computer 1 hour or 45 mins from any given time????

    Is this possible? Or am I just being hopeful & smoking some bad stuff... LOL

    squall_01



      Prodigy

      Thanked: 80
      Re: Scheduling shut down machine
      « Reply #1 on: March 28, 2008, 03:49:32 PM »
      We are not promitted to promote drugs sorry,  There is an easier way to do this.  Walla a simple small program I like to use called Switch off.  It allows you to set a time when the pc will shut down.  Has differnt features an will force to close an open programs an counts down when it will shut down.  Hope you find this useful.
      Windows 7 RC Tester.  Working on it.  Your monitor says etchasketch on the side!

      If I fall who is there to pick me up now.  I stand alone but I stand as the gaurdian for whom I wish to protect.  The sound of my blade utters my name as you fall.  For I shall not move.  For those that forsake the very people are wosres

      BatchFileBasics



        Hopeful

        Thanked: 18
        Re: Scheduling shut down machine
        « Reply #2 on: March 28, 2008, 04:00:28 PM »
        Quote
        There is an easier way to do this.  Walla a simple small program I like to use called Switch off.  It allows you to set a time when the pc will shut down.  Has differnt features an will force to close an open programs an counts down when it will shut down.  Hope you find this useful.
        you can do that...or you can make a batch file(.bat) and type
        Code: [Select]
        At (Whatever) shutdown -s -t (how many seconds) -c (comment)
        (whatever) = at what time you want EX: 12:00 AM
        (how many seconds) = ....how many seconds untill shutdown EX: 60 or 120
        (Comment) = what ever you want to show up EX: shuting down because i said so
        When the power of love overcomes the love of power the world will know peace - Jimi Hendrix.

        architech

          Topic Starter


          Rookie
          Re: Scheduling shut down machine
          « Reply #3 on: April 03, 2008, 09:04:25 PM »
          We are not promitted to promote drugs sorry,  .......

          You're kidding right? b/c i was kidding...  ???  ::)

          architech

            Topic Starter


            Rookie
            Re: Scheduling shut down machine
            « Reply #4 on: April 03, 2008, 09:05:28 PM »
            Quote
            There is an easier way to do this.  Walla a simple small program I like to use called Switch off.  It allows you to set a time when the pc will shut down.  Has differnt features an will force to close an open programs an counts down when it will shut down.  Hope you find this useful.
            you can do that...or you can make a batch file(.bat) and type
            Code: [Select]
            At (Whatever) shutdown -s -t (how many seconds) -c (comment)
            (whatever) = at what time you want EX: 12:00 AM
            (how many seconds) = ....how many seconds untill shutdown EX: 60 or 120
            (Comment) = what ever you want to show up EX: shuting down because i said so


            You "ROCK"...

            I will try the batch file.... thanks!

            architech

              Topic Starter


              Rookie
              Re: Scheduling shut down machine
              « Reply #5 on: April 17, 2008, 03:17:03 PM »
              Quote
              There is an easier way to do this.  Walla a simple small program I like to use called Switch off.  It allows you to set a time when the pc will shut down.  Has differnt features an will force to close an open programs an counts down when it will shut down.  Hope you find this useful.
              you can do that...or you can make a batch file(.bat) and type
              Code: [Select]
              At (Whatever) shutdown -s -t (how many seconds) -c (comment)
              (whatever) = at what time you want EX: 12:00 AM
              (how many seconds) = ....how many seconds untill shutdown EX: 60 or 120
              (Comment) = what ever you want to show up EX: shuting down because i said so


              I did this....
              and it didnt work..
              what am i doing wrong...????

              copied and pasted into a BAT file .... to my desktop...
              and doubled clicked on it...

              and nothing... :(

              SuperDave

              • Malware Removal Specialist


              • Genius
              • Thanked: 1020
              • Certifications: List
              • Experience: Expert
              • OS: Windows 10
              Re: Scheduling shut down machine
              « Reply #6 on: April 17, 2008, 03:56:18 PM »
              You could also set it to turn off using the power options.
              Windows 8 and Windows 10 dual boot with two SSD's

              BatchFileBasics



                Hopeful

                Thanked: 18
                Re: Scheduling shut down machine
                « Reply #7 on: April 18, 2008, 11:29:02 PM »
                Quote
                There is an easier way to do this.  Walla a simple small program I like to use called Switch off.  It allows you to set a time when the pc will shut down.  Has differnt features an will force to close an open programs an counts down when it will shut down.  Hope you find this useful.
                you can do that...or you can make a batch file(.bat) and type
                Code: [Select]
                At (Whatever) shutdown -s -t (how many seconds) -c (comment)
                (whatever) = at what time you want EX: 12:00 AM
                (how many seconds) = ....how many seconds untill shutdown EX: 60 or 120
                (Comment) = what ever you want to show up EX: shuting down because i said so
                try that and tell me if it works


                I did this....
                and it didnt work..
                what am i doing wrong...????

                copied and pasted into a BAT file .... to my desktop...
                and doubled clicked on it...

                and nothing... :(
                lol i didn't mean (whatever) literally, i mean.... heres an example:
                Code: [Select]
                at 12:00 PM shutdown -s -t 30 -c Example
                When the power of love overcomes the love of power the world will know peace - Jimi Hendrix.

                architech

                  Topic Starter


                  Rookie
                  Re: Scheduling shut down machine
                  « Reply #8 on: May 02, 2008, 02:06:56 PM »
                  Sorry ... I miss typed... I did add numerical values..
                  However it still didnt work...

                  Apparently (after some investigation).... the windows policy on my machine will not allow ''batch files'' to run...

                  It will allow scripts to run....

                  But I'm familar with those... only that the extension is ... *.scr...
                  Thanks anyway...

                  The batch does work at home... :)

                  Thanks Again "BathFileBasics"...
                  Sorry for late response....


                  Quote from: BatchFileBasics
                  lol i didn't mean (whatever) literally, i mean.... heres an example:
                  Code: [Select]
                  at 12:00 PM shutdown -s -t 30 -c Example