Modifying What is Started when You Start Windows

Written by Allen Wyatt (last updated November 20, 2017)

4

When you start Windows, it goes through a booting process that loads all sorts of operating system files. That isn't all that is loaded, however. Windows can also load utility programs that you have installed on your system. The programs that are loaded necessarily vary from system to system, as they are dependent on the software you have installed on your system.

To see what third-party programs are starting when you start Windows, you need to display the System Configuration dialog box. The easiest way is to use Windows' search capability to look for and start "msconfig.exe." Once the program is running, make sure the Startup tab is displayed. (See Figure 1.)

Figure 1. The Startup tab of the System Configuration dialog box.

This tab lists programs that automatically run every time you start Windows. Most of these programs end up as icons in the Notification Area of the Taskbar, but some just run and leave no outward sign that they're active in memory.

Note that each item in the list of programs includes a manufacturer. I find this information helpful in determining whether I need the particular startup program or not. The really helpful thing about the Startup tab is the Location column. Studying this column can disclose where the actual command to run a program is located.

Using the Startup tab of the System Configuration dialog box, you can select which programs should be started when you start Windows and which shouldn't. Clear the check box for any programs you don't want started, and then reboot. If problems crop up, you can also go back to msconfig, select the check box, and restart.

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

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Determining if Num Lock is On

Need to know if the Num Lock key is on or off? You can use a short bit of macro code to figure out the state of the key.

Discover More

Program Opens without the Desired Document

Double-click a document link in the recent documents list maintained by Windows, and you may be surprised if Word doesn't ...

Discover More

Adding Last-Row Data to a Page Footer

If you want to modify information that appears in the footer of a worksheet printout, on a page-by-page basis, you can ...

Discover More
More WindowsTips

What is a Desktop.ini File?

When browsing through your system, you might see several files named Desktop.ini. This tip explains what these files are ...

Discover More

Grouping Tiles in the Start Menu

Arranging tiles into groups can make finding and starting your apps quicker. Discover how easy it is to group tiles in ...

Discover More

Changing the Text Cursor Indicator

Windows 10 allows for customization of the Text Cursor Indicator. With simple customization options you make the ...

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 6 + 1?

2017-11-20 19:00:53

Bob Koniption

So I mark things that I don't want to load at startup. Then what happens if I need one while, say, online? Would I not be able to activate it without a reboot ? I have always wondered about this.


2017-11-20 10:52:00

Aussie_2

Not so in Windows 10.
Fortunately msconfig startup tab has message to go to Task Manager startup tab. One of the rare helpful features is that it even gives a link.


2017-11-20 07:46:06

bruce

That is a good way to do it, but a better, much easier way is to use a program called: Autoruns .. it is free & does a very good job in showing what does run when the machine boots up. Just uncheck whatever you do not want to startup.
https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns


2017-11-20 06:28:31

Barry

You can get a more complete list of what all is starting by using Autoruns from sysinternals.


Newest Tips