A+: Windows Startup

Most systems are configured to run programs at startup as well as services. In addition to starting some services at start up, Windows can also start programs automatically from these locations:

    • The Startup folder in the Start menu for all users— To view the contents of this folder, open the Run prompt, type %allusersprofile%\Start Menu\Programs\Startup, and click OK.

    • The Startup folder in the Start menu for the current user— To view the contents of this folder, click Start, Run, type %userprofile%\Start Menu\Programs\Startup, and click OK.

    • Registry keys, such as

    • HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run

    • HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

    • HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce

    • HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce

Startup programs might wind up in the Task Bar or the systray, or they might be displayed in a window or full-screen. If you don’t want a program loading at startup, you might be able to configure the program not to run at startup. If the program lacks an option for this, however, you can use the Microsoft System Configuration Utility, MSConfig.exe, to block the program from running at startup.

Comments