Start up changes

  • Thread starter Thread starter xnman
  • Start date Start date
X

xnman

I have a bunch of programs that automatically start up and put an icon
on the system tray. How do I find where this list is and delete some of
them from starting up when I start my machine?

Thanks in advance
xnman
 
xnman said:
I have a bunch of programs that automatically start up and put an icon
on the system tray. How do I find where this list is and delete some of
them from starting up when I start my machine?

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).
 
Check the programs themselves to see if there's an option to stop loading at
Startup. If not type "msconfig" in the Run box and go to the Startup tab.
Uncheck any you don't want loading.
 
Back
Top