Remove program from startup

  • Thread starter Thread starter Maralee
  • Start date Start date
Check the program's own options for a way to disable this behavior. If the
program doesn't have this option, click Start, Run and enter MSCONFIG Go
to the Startup tab and disable the program there.
 
Maralee said:
How do I stop a program from always opening on startup?

Check your startup settings to find out what is causing this.
Applications that start with Windows can be found here:
- the WIN.INI, section [windows], entries "run=" and "load="
- the Registry keys
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices
- the folders
C:\DOCUMENTS AND SETTINGS\ALL USERS\START MENU\PROGRAMS\STARTUP
C:\DOCUMENTS AND SETTINGS\{username}\START MENU\PROGRAMS\STARTUP
See also "How to Troubleshoot By Using the Msconfig Utility in Windows
XP" (http://support.microsoft.com/?kbid=310560). Once you have found
the optimal settings with MSCONFIG you can remove all disabled entries
permanently. Entries you have disabled with MSCONFIG.EXE are found in
the Registry keys
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\services
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared
Tools\MSConfig\startupfolder
HKEY_LOCAL_MACHINE\Software\Microsoft\shared Tools\MSConfig\startupreg
 
Back
Top