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

Changing How Event Log Overruns are Handled

By default, the event logs are implemented in a circular buffer, i.e., when its maximum size is reached, the oldest ...

Discover More

Understanding ISO Images

ISO images are great for archival and portability. An ISO image is a file on your hard drive that represents an optical ...

Discover More

Setting the Default Search Engine in Microsoft Edge

For some people, search engines are a religious issue. Fortunately, Microsoft Edge has left the door open for you to ...

Discover More
More WindowsTips

Limiting Bandwidth for Updates

Use a new advanced feature in Settings to limit upload bandwidth usage. By setting the absolute bandwidth an update can ...

Discover More

Changing Behavior for Audio CDs

When you place an audio CD in you PC, Windows attempts to play the CD, by default. If you don't want Windows to behave in ...

Discover More

Clean Boot Windows 10

When your computer is not running the way it should, you can try a clean boot. A clean boot in Windows 10 provides more ...

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 one less than 2?

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


Newest Tips