Starting Applications Automatically when Starting Windows

Written by Barry Dysert (last updated September 28, 2020)

You may have applications that you want to automatically start every time Windows is started. This is easy to do by using the Task Scheduler. Say that your program is called "C:\EXE\Monitor.exe" and you want it to start every time Windows is started.

First, you need to start the Task Scheduler. The easiest way to do this is to simply use the search capabilities of Windows. Search for "Task Scheduler" (without the quote marks), and then open it once it is located. Ensure that the selected node in the left vertical pane is "Task Scheduler Library." (See Figure 1.)

Figure 1. The Task Scheduler main screen.

This main screen is broken into five basic areas. The left vertical pane is the navigation pane, allowing you to create folders and sub-folders in which to keep your scheduled tasks. (I just use the default "Task Scheduler Library.") The top center pane lists all of the scheduled tasks in the node that's been selected in the navigation pane. Note the vertical and horizontal scroll bars on this pane, which implies that it contains a lot of information that you can scroll around to see. The bottom center pane lists the details of the task selected in the upper pane. It contains six tabs that are all related to the task selected in the upper pane. The right vertical pane is split into upper and lower areas. The upper area lets you perform actions on the library selected in the navigation pane and the lower area lets you perform actions on the task selected in the middle of the screen.

To create a scheduled task, select the node in the navigation pane where you want it to reside (again, I normally use the default "Task Scheduler Library") and then, in the upper-right area of the screen, click the "Create Basic Task" link. This starts a wizard that guides you through the creation of your task. Remember, we want to run the program called "C:\EXE\Monitor.exe" each time Windows starts. (See Figure 2.)

Figure 2. The Create Task Wizard first screen.

Type a name and a short description of what your program does, and then click Next. Windows displays the second step of the wizard. (See Figure 3.)

Figure 3. The Create Task Wizard second screen.

This second step is where you indicate when your program is going to run. Since we want the program to run when Windows starts, click the "When the Computer Starts" radio button. Click Next to move on to the third wizard step. (See Figure 4.)

Figure 4. The Create Task Wizard third screen.

This third screen is where you indicate the action you want taken when the task runs. We want to have a program run, so you should click the "Start a Program" radio button. Click Next to move on to the fourth step. (See Figure 5.)

Figure 5. The Create Task Wizard fourth screen.

This fourth screen is where you provide the name of the program that's supposed to run. You can also supply arguments to the program as well as have it start in a particular directory. Type the program name and click Next. (See Figure 6.)

Figure 6. The Create Task Wizard summary screen.

This summary simply summarizes the information you've supplied on the previous screens. Assuming you're satisfied with everything, clicking the Finish button causes your scheduled task to be created. The task is then executed the next time you start Windows.

 This tip (11895) applies to Windows 7, 8, and 10.

Author Bio

Barry Dysert

Barry has been a computer professional for over 35 years, working in different positions such as technical team leader, project manager, and software developer. He is currently a software engineer with an emphasis on developing custom applications under Microsoft Windows. When not working with Windows or writing Tips, Barry is an amateur writer. His first non-fiction book is titled "A Chronological Commentary of Revelation." ...

MORE FROM BARRY

Determining if You Have 32-bit or 64-bit Windows

There are occasions when you may want to know whether you're running the 32-bit or 64-bit version of Windows. This tip ...

Discover More

Resizing the Recycle Bin

The Recycle Bin is a great feature that allows you to recover files that you didn't intend to delete. But you may find ...

Discover More

Changing a User's Account Type

There are several different account types in Windows. This tip tells you how to change from one account type to another.

Discover More
More WindowsTips

Modifying the General Startup Process

Having problems getting Windows to start properly? You can try to track down what is causing the problem by using the ...

Discover More

Customizing the SendTo Menu

The SendTo menu can be used to perform some handy tasks with files. By following the steps in this tip you'll be able to ...

Discover More

Sharing Resources on a Network

Business or home networks can make efficient use of resources by sharing them. You can establish a print server and/or a ...

Discover More
Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is 2 + 8?

There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)


Newest Tips