How to create basic tasks with Task Scheduler, in 5 steps

With the help of the Task Scheduler, you can create all kinds of automated tasks to be run by Windows. For example, you can schedule some apps to run at specific time intervals or display a message on your desktop when something happens. Unfortunately, not many people know about this tool, as Windows does not advertise it as much as it deserves. To help you get started working with it, we created this guide on how to use the basic task wizard offered by the Task Scheduler. Here is how it works:

Contents

  1. How to access the Task Scheduler in Windows
  2. Step 1. Start the "Create Basic Task" wizard
  3. Step 2. Name the task and give it a description
  4. Step 3. Choose when to execute the new task
  5. Step 4. Set the action that you want to be executed
  6. Step 5. Check the details of the new task and save it
  7. How to use Task Scheduler to create tasks that send e-mails or display messages (only in Windows 7)
  8. Conclusion

How to access the Task Scheduler in Windows

If you want to use the Task Scheduler, you must first know how to open it. If you do not know how, we have published a separate guide on this subject: 9 ways to start the Task Scheduler in Windows (all versions).

If you do not have the time required to read that tutorial too, a fast way to open the Task Scheduler in any modern version of Windows is to use the search. Type the word schedule in Cortana's search field on the taskbar in Windows 10, on the Start screen from Windows 8.1, or in the search field on the Start Menu, in Windows 7. Then, click or tap on the Task Scheduler search result.

How to create basic tasks with Task Scheduler, in 5 steps

Task Scheduler, Basic Task Wizard

Before going ahead, remember that Task Scheduler looks and works the same in Windows 10, Windows 7 and Windows 8.1. Because of that and also for simplicity, we are going to use screenshots taken mainly in Windows 10.

Step 1. Start the "Create Basic Task" wizard

In the Task Scheduler window, go to the Actions column on the right. There, click or tap the "Create Basic Task" link, to open the wizard bearing the same name.

How to create basic tasks with Task Scheduler, in 5 steps

Task Scheduler, Basic Task Wizard

The wizard allows anyone to create basic tasks that are executed by Windows, at a given time or when a specific condition is met. To illustrate the whole process, let's assume that you want to create a task that periodically runs the Disk Cleanup tool.

Step 2. Name the task and give it a description

On the first step of the wizard, enter a name and a description for your new task. Then, click or tap the Next button.

How to create basic tasks with Task Scheduler, in 5 steps

Task Scheduler, Basic Task Wizard

Step 3. Choose when to execute the new task

You have to decide when the task starts. There are many options for choosing when the task is run: every day, weekly, monthly, only once, each time your computer starts, every time you log on, or when a particular event takes place. This part of the process is called the task trigger and, in other words, it is what needs to happen for the task to run. Pick the option that you want and press Next.

How to create basic tasks with Task Scheduler, in 5 steps

Task Scheduler, Basic Task Wizard

You must provide more details about the time when the task should run, depending on the option you have chosen previously.

For example, if you want the new task to be executed every Wednesday at 10:00 PM, you should choose Weekly and then make the following configuration:

  1. Set the starting date and time next Wednesday, at 10:00 PM;
  2. In the "Recur every" field, type 1, meaning that the task is going to be run weekly;
  3. Choose the day of the week as Wednesday.

How to create basic tasks with Task Scheduler, in 5 steps

Task Scheduler, Basic Task Wizard

If you choose to execute the task Monthly, apart from the starting date and time, you must also choose the month when the task is executed. Click or tap on the Months drop-down menu to make the task run on several specific months, in all the months of the year, or in just one month.

How to create basic tasks with Task Scheduler, in 5 steps

Task Scheduler, Basic Task Wizard

Then, you can choose the day or days of the month, by checking Days and typing the days, or by selecting them from the list.

How to create basic tasks with Task Scheduler, in 5 steps

Task Scheduler, Basic Task Wizard

You can also set the task to run on a specific day of a specific week. To do that, click or tap the On option. Then, in the first drop-down list, choose the number of the week and in the second drop-down list, pick the day of the week.

How to create basic tasks with Task Scheduler, in 5 steps

Task Scheduler, Basic Task Wizard

After you are done setting when the task is going to be executed, click or tap Next.

Step 4. Set the action that you want to be executed

On the next step, you must tell Task Scheduler the action to take: "Start a program," "Send an e-mail" or "Display a message."

Here, there is an essential difference between Windows 10 and Windows 8.1 on the one hand, and Windows 7, on the other hand. The three options are available in all these Windows versions, but the last two are highlighted as deprecated in Windows 10 and Windows 8.1, which means that they do not work in these operating systems.

How to create basic tasks with Task Scheduler, in 5 steps

Task Scheduler, Basic Task Wizard

Even if you can follow the wizard and create a task that sends an e-mail or displays a message, just before the task is saved, you get an error message like the one below, which states that "The task definition uses a deprecated feature."

How to create basic tasks with Task Scheduler, in 5 steps

Task Scheduler, Basic Task Wizard

Therefore, in Windows 10 and Windows 8.1, you cannot create tasks that send e-mails or display messages, even if the wizard displays these options. You can create such tasks only in Windows 7. If you want to see how they work, read the last section of this guide.

However, let's continue the tutorial and see how to set the action that is going to be executed by the task:

If you want to run a program like Disk Cleanup, select "Start a program" and then click or tap Next.

How to create basic tasks with Task Scheduler, in 5 steps

Task Scheduler, Basic Task Wizard

Click or tap Browse, select the program or the script that you want to be run, and then press Open. Alternatively, you can also type the location to the executable file of that program. If you want or need, you can add arguments and set the folder where the program/script starts. When you are done, press Next.

How to create basic tasks with Task Scheduler, in 5 steps

Task Scheduler, Basic Task Wizard

Step 5. Check the details of the new task and save it

Finally, you can see a summary of the task and the settings that you have made. Click or tap the Back button if you want to change anything. Otherwise, press the Finish button. This action saves the task and enables it to be run when you scheduled it.

How to create basic tasks with Task Scheduler, in 5 steps

Task Scheduler, Basic Task Wizard

How to use Task Scheduler to create tasks that send e-mails or display messages (only in Windows 7)

If you are using Windows 7, let's see how to set a "Send an e-mail" action:

After you choose to use this action and press the Next button, you have to enter the details of your message: sender, receiver, email subject and the text content. If you want, you can also attach a file. The last and most important step is providing the address of the SMTP server that sends the email. You should use the SMTP server of the email address you specified in the From field. However, the trouble is that most SMTP servers require authentication before sending anything, to prevent abuses and problems. The "Create Basic Task" wizard has no fields for providing the necessary authentication details. Therefore, the sending of the email is more than likely going to fail. It might work, but only if the SMTP server does not require authentication for sending email messages.

How to create basic tasks with Task Scheduler, in 5 steps

Task Scheduler, Basic Task Wizard

The other action that only works in Windows 7 is the one called "Display a message": If you choose this task action, all you have to do is type the title of the message and the text that you want to be displayed.

How to create basic tasks with Task Scheduler, in 5 steps

Task Scheduler, Basic Task Wizard

When done, click or tap Next and then Finish.

Conclusion

As you can see, creating basic scheduled tasks is easy in Task Scheduler. The wizard lets you choose many settings about the what triggers the task and what actions it should take when that happens. If you have any suggestions, questions or problems, leave us a comment below and let's talk.

Sign up and earn $1000 a day ⋙

How to pin comments on TikTok

How to pin comments on TikTok

How to pin comments on TikTok, TikTok allows users to pin comments easily. Here's how to pin comments on TikTok videos.

Instructions for Organizing a Q&A session on Facebook

Instructions for Organizing a Q&A session on Facebook

Instructions for Organizing a Q&A session on Facebook, Recently, Facebook has launched the feature to create a Q&A session, when you post a question for everyone to answer.

Instructions for installing and recording videos with Likee

Instructions for installing and recording videos with Likee

Instructions for installing and recording videos with Likee, Likee is an application that supports extremely beautiful and impressive video recording, and is loved by many young people today. The following,

How to export the list of meeting participants in Zoom

How to export the list of meeting participants in Zoom

How to export the list of meeting participants in Zoom, How to take attendance on Zoom is not difficult, it even allows you to export the list of students participating in the class.

How to change font on Xiaomi

How to change font on Xiaomi

How to change font on Xiaomi, Want to create a new image for Xiaomi device? Just follow the instructions below to change the font style and size above

Instructions for creating a mirror image effect on Picsart

Instructions for creating a mirror image effect on Picsart

Instructions for creating a mirror image effect on Picsart, Picsart is an application where users only need to perform a few simple steps to transform the photo.

How to add new fonts to Microsoft Word

How to add new fonts to Microsoft Word

How to add new fonts to Microsoft Word, Can't find the font you want to use for documents in Microsoft Word? Don't worry, you can install new fonts for Word according to these steps

How to turn off the computer screen and still keep the computer running

How to turn off the computer screen and still keep the computer running

How to turn off the computer screen and still have the computer running, How to turn off the PC screen and still have the computer running on Win 10/11? Very simple. Here's how to turn off the computer screen

How to fix facebook error logging in 3/2024

How to fix facebook error logging in 3/2024

To fix the “An unexpected error occurred” issue when logging in to Facebook, you can try the following steps

Cant access Facebook, Messenger and Instagram, how to fix it immediately

Cant access Facebook, Messenger and Instagram, how to fix it immediately

Users reported that their Facebook, Messenger and Instagram accounts were suddenly logged out and could not be accessed again, both on the app and web version.

Instructions on how to take photos on Tiktok are extremely simple

Instructions on how to take photos on Tiktok are extremely simple

Instructions on how to take photos on Tiktok are extremely simple. Tiktok is a famous application for recording and creating short videos on social networks. However, this application also

How to find and get Instagram links

How to find and get Instagram links

How to find and get Instagram links, Instagram is one of the most popular and easy-to-use social networking platforms today. However, because it is designed specifically for mobile,

Instructions for locking the mouse cursor when playing games on BlueStacks

Instructions for locking the mouse cursor when playing games on BlueStacks

Instructions for locking the mouse cursor when playing games on BlueStacks, Instructions for turning on/off the mouse cursor lock feature when playing games in the BlueStacks App Player emulator.

Instructions for installing and using Faceapp using an emulator on PC

Instructions for installing and using Faceapp using an emulator on PC

Instructions for installing and using Faceapp using an emulator on PC, Simple and easy instructions on how to install and use the Faceapp face editing app using an emulator on PC

Instructions for creating a cover photo group on Facebook

Instructions for creating a cover photo group on Facebook

Instructions for creating a cover photo group on Facebook, Creating a cover photo group is a feature that helps users set Facebook cover photos with many different images (maximum of 6 photos).

Mastering Technical Analysis with the Stochastic Indicator on Bubinga

Mastering Technical Analysis with the Stochastic Indicator on Bubinga

Learn how to effectively use the Stochastic Indicator for technical analysis on Bubinga. Explore advanced techniques to enhance your trading strategies

Instructions for adding angel wings to photos using PicsArt

Instructions for adding angel wings to photos using PicsArt

Instructions for adding angel wings to photos using PicsArt, PicsArt is a photo editing application used by many people today. Today WebTech360 will introduce the article

How to turn off the Just accessed notification on Zalo

How to turn off the Just accessed notification on Zalo

How to turn off the Just accessed notification on Zalo. This article WebTech360 will guide you to turn off the Just accessed notification under your Zalo chat name.

Instructions for blocking and unblocking accounts on TikTok

Instructions for blocking and unblocking accounts on TikTok

Instructions for blocking and unblocking accounts on TikTok. Similar to other social networking applications, TikTok also allows users to block someone's account

How to write a long status with a colorful background on Facebook

How to write a long status with a colorful background on Facebook

How to write a long status with a colorful background on Facebook, Today, WebTech360 will introduce some steps to post a long status with a colorful background on Facebook,