Skip to main content

Windows Task Scheduler


If you find yourself busy, you don't get time to do your repetitive tasks. You can line up those repetitive programs to get executed in Windows Task Scheduler. I will take a very typical example:  You have created a batch file, (I have discussed about a batch file in my previous post you can read it from here: how to write a batch file or a batch job? ) and you need to run this batch file every Wednesday, then you can schedule a task using Windows Task Scheduler. 


How to open Task Scheduler

  1. Click on Start Menu.
  2. In the Search box type "task scheduler" . From results select Task Scheduler link.
or
  1. Click Start
  2. Click Programs or All Programs.
  3. Click Accessories and then System Tools.
  4. In the System Tools folder click Task Scheduler.

How to create a new Task in Task Scheduler:

 

  1. At the top of the Window click Action and select Create Basic Task.
  2. In the Create Basic Task Wizard type the name of your task and click Next.
  3. Select your Trigger or when you want the Task to run and then click Next.
  4. Select the Action you want to perform when the trigger occurs. For example, you could choose to open a specific program or start a batch file. Once selected click the Next button and point the location of the script or program you wish to run and then click Next when finished.
  5. Finally, in the Finish screen make sure everything looks correct and then click Finish. If something is not correct click the Back button until you see the section that allows you to change what is incorrect.

Popular posts from this blog

How to write a bach file or a batch job?

If your are connected with world of programming, you might have heard this word " Batch File ". A batch file is used to execute a no of operations or a list of commands one after the other often requiring no user input. A no of operations are batched in a file to be executed sequentially when we run that file. In Microsoft Windows Operating system a batch file is a file saved with .bat extension while in other operating systems like Unix and Linux it can be written as a command file shell script. Batch files are often used to load programs, run multiple processes at a time, and perform common or repetitive tasks. For example, a batch job could be used to back up many files on a computer system, process log files, run a series of calculation commands, run multiple system diagnostic processes, or any number of other things that require multiple commands to be run. A big advantage of a batch job is that it can be started at any time and left alone until t...

Adding Password to Microsoft Word Document

Recovering Deleted Files, Pictures & Videos

  So many times we accidently delete some important files, pictures or videos. Sometimes we loose files because of unexpected system failure  ( ultimately causing system format). We can get our deleted files back using Recovery Softwares/Utilities.  Even though a file was deleted there is a good chance that contents of the file are still around.  When a file is deleted the contents of the file are not removed. Only a pointer to the file in the file system table is deleted.   It is very important to immediately stop writing to the storage device that previously contained your files/pictures so that the old file contents are not overwritten.  For example, don’t take any more pictures with your digital camera because new pictures will overwrite the deleted files. HOW TO RECOVER DELETED FILES???? Step1: You will need to use a utility to recover your lost files. I like to use a free ut...