Pages

Friday, March 7, 2014

How to Change, Add, or Remove Startup Programs in Windows 7



information   Information
This will show you how to either add, remove, enable, or disable a startup program in Windows 7.
Note   Note
You can also view the startup logs in Event Viewer (C:\Windows\system32\eventvwr.msc) underApplications and Services LogsMicrosoftWindows, Diagnostics-Performance, and Operational. The logs will be in the middle to show you what ran at startup, how long it took, and more.
warning   Warning
User Account Control prevents programs that require elevated (run as administrator) permission or an administrator password from running automatically when Windows 7 starts. If a program is blocked, you'll see a message in the notification area that says some startup programs need permission to run. You can then right click on the notification area message and either select to run the blocked program by giving UAC permission, remove the blocked program from the startup program list, or ignore the notification and not run the program.





 METHOD ONE 
Through the Program Itself

NOTE: Some programs may have a setting in them to allow it to run at startup or not. You will need to consult the program's documentations on how to do this specifically for their program if it is available for that program.

1. Open the program's settings menu.

2. To Add the Program to Startup
A) Select the program's Run at startup type option.
3. To Remove the Program from Startup
A) Unselect the program's Run at startup type option.



 METHOD TWO 
Through the Startup Folder

NOTE: You can add or remove shortcuts to programs or files from the Startup folder to have them run or open at the startup of Windows 7.

1. Right click on the exe file of the program you want to run at startup, or file to open at startup, and click on Create Shortcut.
NOTE: This is the shortcut that you will add to the Startup folder in either Option One or Option Two below. Skip this step if you are only removing a shortcut from the Startup folder.

A) Do either OPTION ONE "Current User" or OPTION TWO "All Users" below for what you want.


 OPTION ONE 
For Current Single User Only

NOTE: The single (current) user Startup folder is a hidden system folder located at:
C:\Users\(User-Name)\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
2. Open the Start Menu, click on All Programs, right click on the Startup folder, click on Open or Explore, and go to step 4below. (See screenshot below)
Name:  Start_Menu_Startup_Folder.jpg
Views: 484834
Size:  127.5 KB
OR

3. In the Start Menu search line, type shell:startup, press Enter, and go to step 4 below. (See screenshot below)
Name:  Start_Menu_shell-Startup.jpg
Views: 475797
Size:  42.2 KB
4. To Add a Startup Program or File Shortcut
A) Drag the shortcut created from step 1 to inside the Startup folder and drop it. (See screenshot below)
Startup Programs - Change-startup_folder.jpg
5. To Remove a Startup Program or File Shortcut
A) Right click on the shortcut in the Startup folder and click on Delete. (See screenshot above)
6. Close the Startup folder when done. (See screenshot below step 5A)


 OPTION TWO 
For All Users

NOTE: The all users Startup folder is a hidden system folder located at:

C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
2. Open the Start Menu, click on All Programs, right click on the Startup folder, click on Open All Users or Explore All Users, and go to step 4 below. (See screenshot below)
Name:  Start_Menu_Startup_Folder.jpg
Views: 484834
Size:  127.5 KB 
OR

3. 
In the Start Menu search line, type shell:common startup, press Enter, and go to step 4 below.

4. To Add a Startup Program or File Shortcut
A) Drag the shortcut created from step 1 to inside the Startup folder and drop it. (See screenshot below)
Startup Programs - Change-startup_folder_all.jpg
5. To Remove a Startup Program or File Shortcut
A) Right click on the shortcut in the Startup folder and click on Delete. (See screenshot above)
6. Close the Startup folder when done. (See screenshot below step 4A)



 METHOD THREE 
Through System Configuration (msconfig)

NOTE: Using the Selective Startup option in System Configuration (msconfig), you can enable or disable startup programs. You will need to be logged into an administator account, or provide the administrator password to open System Configuration.
WARNING: It would be best to also check the registry entries in METHOD FOUR below as well, since msconfig may not always show all startup programs.

1. Open the Start Menu.
A) In the search line, type msconfig and press Enter. (See screenshot below)
Name:  Start_Menu_msconfig.jpg
Views: 474336
Size:  41.5 KB 
B) Go to step 3.
OR

2. Open the Control Panel (All items view) and click on the Administrative Tools icon, then click on System Configuration. Close the Control Panel and Administrative Tools windows.

3. If prompted, click on Continue for the UAC prompt, or type in the administrator's password.

4. Click on the Startup tab. (See screenshot below)
Tip   Tip
If you look under the Location column for the Start Item, you will see the registry location for it that you can use to remove the startup item using METHOD FOUR below instead.
Name:  System_Configuration_Startup_Tab.jpg
Views: 476760
Size:  160.2 KB
5. To Disable a Startup Program
A) Select a listed startup program and uncheck it. (See screenshot above)

B) Repeat to disable anymore listed startup programs.
6. To Enable a Startup Program
A) Select a listed startup program and check it. (See screenshot below step 4)

B) Repeat to enable anymore listed startup programs.
7. To Disable All Listed Startup Programs
A) Click on the Disable all button. (See screenshot below step 4)

B) Go to step 9.
8. To Enable All Listed Startup Programs
A) Click on the Enable all button. (See screenshot below step 4)
9. Click on Apply. (See screenshot below step 4)

10. Click on the Boot tab, then check the Make all boot settings permanent box and click on OK. (See screenshot below)
Name:  Boot-1.jpg
Views: 466346
Size:  45.6 KB 
11. Click on Yes. (See screenshot below)
Name:  Boot-2.jpg
Views: 463381
Size:  29.7 KB
12. Click on the Restart button to apply. (See screenshot below)
WARNING: This will restart your computer immediately. Save and close anything that you are working on first.
Name:  Restart.jpg
Views: 463847
Size:  46.4 KB



 METHOD FOUR 
Manually in Registry Editor

NOTE: This will allow you to remove a startup program for either the current single user or all users. If you wanted to add a startup program, thenMETHOD TWO above would be a safer and easier way to do so.

1. Open the Start Menu.

2. In the search line, type regedit and press Enter. (See screenshot below)
Name:  Start_Menu_regedit.jpg
Views: 463457
Size:  41.6 KB
3. For "Current User" Only Locations
A) In regedit, go to: (See screenshots below)
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
AND
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce

Name:  Current_Reg_Run.jpg
Views: 466910
Size:  101.7 KB

Name:  Current_Reg_RunOnce.jpg
Views: 465654
Size:  79.9 KB
4. For "All Users" Locations
A) In regedit, go to: (See screenshots below)
For 32-bit and 64-bit Windows 7:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
AND
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce
AND (If added by Group Policy)
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run
AND (If added by Group Policy)
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run

AND
For 64-bit Windows 7 only:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run
AND
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\RunOnce

Startup Programs - Change-all_users_reg_run.jpg
Startup Programs - Change-all_users_reg_runonce.jpg
5. In the right pane of Run and/or RunOnce, right click on the startup program you want to remove and click on Delete. (See screenshots above)
NOTE: RunOnce is only to run the program once for the next time that Windows 7 starts up. Run is to run the program everytime that Windows 7 starts up.

6. Click on Yes to confirm deletion.

7. When done, close regedit.



 METHOD FIVE 
Using CCleaner
1. If you have not already, download and install the free program CCleaner.

2. Open CCleaner, and click on the Tools icon (left side) and on the Startup button. (See screenshot below)
Startup Programs - Change-ccleaner.jpg
3. Select a startup item, then either enabledisable, or delete it from the Vista startup programs list. (See screenshot above)



 METHOD SIX 
Through Task Scheduler


Note   Note
By default, you cannot run a elevated (Run as administrator) program that requires UAC permission at startup using the normal Windows 7 startup programs above.

For a Administrator User Account:
You can have Run as administrator (elevated) programs run at startup for a administrator account by running it in a startup task in Task Scheduler.

For a Standard User Account:
You will not be able to run elevated programs at startup for a standard user account though. Only unelevated programs (ex: Notepad).
1. For how to create a startup task, see:

How to Create a Task to Run a Program at Startup and Log On in Windows 7

No comments:

Post a Comment