Software for automatic Shutdown

vampire2311

Right off the assembly line
Joined
Jun 22, 2011
Messages
2
Is there any software for automatic shutting down my pc at fix time??

I am a student & I need such software to download contents at night 12:00 to 3:00 am and after 3 am my pc should shut down automatically..

Guys please help me. My morning time is just spent in school and tuitions and I only get night for using internet..
 

Tech&ME

Banned
Joined
Oct 5, 2004
Messages
1,428
Yes you can do it easily.

Open Task Manager ---> File ---> New Task(Run...)

And type the following command exactly as it is!

shutdown -s -f -m -t 60

Explanation:

-s will shutdown your computer
-f will force the running programmes to shutdown
-t timmer settings (60 means 60 seconds, calculate the hours in seconds and put it here)

Hope this will help you.
 

Otto

Broken In
Joined
Jun 24, 2011
Messages
10
Does any of the listed programs prompt some warning before shutting down?
 

Tech&ME

Banned
Joined
Oct 5, 2004
Messages
1,428
^^
Yes! The command which I gave in my previous post above, does give a warning. It starts the countdown.

You can abort the shutdown by typing:

shutdown -a

This will cancel the shutdown.
 

sygeek

Technomancer
Joined
Apr 16, 2010
Messages
2,325
@OP: Try Tech2Me's method, it's better than installing some bloatware.
 
Last edited:

asingh

Aspiring Novelist
Joined
May 28, 2008
Messages
5,272
AMP Winoff does the job just fine. You can schedule and also shut off, when it detects no transaction on your data ports..!
 

clmlbx

Technomancer
Joined
Aug 26, 2006
Messages
2,097
well I am using shutdown scheduler.. very useful, shuts down my computer before power cut Daily...
 

tkin

Back to school!!
Joined
Aug 17, 2007
Messages
10,642
Windows task scheduler works best, I'm using it to automate all my downloads.
 

gaurav.singh

Living With Light
Joined
Jun 13, 2011
Messages
20
You can try Winutilities
It is a tuneup software and has a lot of other system utilities including registry cleaning, auto shutdown( or restart and log off), registry backup and restore, file protection etc.
 

Saurav2007

Broken In
Joined
Jul 4, 2008
Messages
82
simply try Switch Off - best in its class

Switch Off - Free software downloads and software reviews - CNET Downloads
 

abhifusion

Broken In
Joined
Aug 15, 2011
Messages
23
I use this small windows gadget, does the job quite well :)

"AutoShutdown Rst v2.5"

Windows Live Gallery
 

nisargshah95

Your Ad here
Joined
Feb 13, 2010
Messages
416
Simply put in
Code:
shutdown.exe -s -t 10800
and save it as BAT file and copy its path to HKLM -> Software -> Microsoft -> Windows -> CurrentVersion -> Run -> New String value
Hope you know how to handle registry.

Drawback -> It will shutdown computer every 3 hours after you start (unless you work for less than 3 hours during day. At night it's just fine according to your timings).
 

VarunN

Right off the assembly line
Joined
Nov 26, 2010
Messages
4
Use windows task scheduler to execute C:\Windows\System32\shutdown.exe -s and set the time u want it to execute..

it gives notification a minute ahead of set time.
 
Top