cum să programezi calculatorul să se Închidă

2
How to : Schedule Computer Shutdown After Specific Period of Time Sometimes when you want to download something or have to keep your pc on for a couple of hours due to some background task running on your computer and at the same time you don’t want to be in front of computer screen then you probably want to schedule your computer shutdown to a specific time in order to save energy and give your pc some rest. What we are going to do here is to make two desktop shortcuts one will schedule your computer shutdown and the other one will abort scheduled shutdown. First of all let me tell you that with this shutdown schedule method you don’t need to install any application or software in your computer. So let’s start this mini how to. We need to calculate after how long we want computer to be shutdown. We have to put specific amount of time in seconds like if you want your pc to turn off after 2 hours then it will go like this. 2 hours are 120 minutes so 120 * 60 = 7200 seconds. Right click on your desktop and select New > Shortcut. Copy and paste “shutdown.exe -s -t 7200″ (copy without quotes) in the only text field available in new shortcut window and change “7200″ with your desired time. Click next and write short cut name “Schedule shutdown” Click “Finish” that’s it. Now you have a Computer shutdown button. If you double click it your computer will be scheduled to shutdown after 2 hours. (or the desired time you specify) Well what If you scheduled the download and then planned to keep your system turned on. You’ll have to abort preciously scheduled shutdown. Now let me explain how to make an abort button for shutdown scheduling. Right click on your desktop and select New > Shortcut.

Upload: michael-graham

Post on 08-Nov-2015

234 views

Category:

Documents


4 download

DESCRIPTION

Programarea calculatorului pentru inchidere automataAutor necunoscut

TRANSCRIPT

How to : Schedule Computer Shutdown After Specific Period of TimeSometimes when you want to download something or have to keep your pc on for a couple of hours due to some background task running on your computer and at the same time you dont want to be in front of computer screen then you probably want to schedule your computer shutdown to a specific time in order to save energy and give your pc some rest. What we are going to do here is to make two desktop shortcuts one will schedule your computer shutdown and the other one will abort scheduled shutdown.

First of all let me tell you that with this shutdown schedule method you dont need to install any application or software in your computer. So lets start this mini how to.We need to calculate after how long we want computer to be shutdown. We have to put specific amount of time in seconds like if you want your pc to turn off after 2 hours then it will go like this. 2 hours are 120 minutes so 120 * 60 = 7200 seconds.Right click on your desktop and select New > Shortcut.Copy and paste shutdown.exe -s -t 7200 (copy without quotes) in the only text field available in new shortcut window and change 7200 with your desired time.Click next and write short cut name Schedule shutdownClick Finish thats it.

Now you have a Computer shutdown button. If you double click it your computer will be scheduled to shutdown after 2 hours. (or the desired time you specify)

Well what If you scheduled the download and then planned to keep your system turned on. Youll have to abort preciously scheduled shutdown. Now let me explain how to make an abort button for shutdown scheduling.Right click on your desktop and select New > Shortcut.Copy and paste shutdown.exe -a (copy without quotes) in the only text field available in new shortcut window.Click next and write short cut name Abort scheduled shutdownClick Finish now you have abort scheduled shutdown button

Well readers you are done. With Schedule shutdown button youll start the shutdown countdown and with Abort scheduled shutdown your computer will remain on and wont auto shutdown.