0
Sometime while running a task in the system, if you need to go out immediately, then you just leave the system and go out, the system will continue running even the task gets completed and the problem with this is unnecessary power consumption. So here is a cool trick which computer to automatically shutdown.

Step1: Go to Start, type “task scheduler” in search box and hit enter.
Step2: Now open “Task Scheduler”, in the menu bar choose “Action” and select “Create Basic Task”.
Step3: Give any name say for example “automatic shutdown” and click next.
Step4: Now set a time at which you want your task to run and click next.
Step5: Select “start a program” and browse the program which you want. Since here we need to shutdown our system, so specify the browse location as C:\Windows\System32\shutdown.exe and click on finish.

Now everything is set, at specified time the task will execute and the system will shutdown intimating you that the system will shutdown in a minute.

Post a Comment

 
Top