<<
By the way, do you know how to get rid of items on start up? THey aren't listed in my startup folder, and when I cancel them from my task manager, after a bootup, there they are again. >>
Basically, there are two general types of items that get cranked up when the OS starts up, services and non-service processes. The matter of which services are started at boot time is controlled from the Services applet in the Administrative Tools. There are some pretty good threads on this board regarding which services can be dispensed with, and how they should be set to not start on standalone workstations.
Non-service processes can start from a rather large number of places:
- In the Startup folder for the current user and for all users.
- In the registry:
HKLM\Software\Microsoft\Windows\CurrentVersion\Run
HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnce
HKLM\Software\Microsoft\Windows\CurrentVersion\RunServices
HKLM\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce
HKCU\Software\Microsoft\Windows\CurrentVersion\Run
HKCU\Software\Microsoft\Windows\CurrentVersion\RunOnce
HKCU\Software\Microsoft\Windows\CurrentVersion\RunServices
HKCU\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce
and from the
HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows, the "run" and "Load" keys.
Many processes which start in these locations can be prevented from starting by going into their options dialogs and telling them not to start. But the startup behavior of ALL of them can be controlled by editing the appropriate registry keys or changing the contents of the appropriate startup folder OR by accomplishing the same thing much more easily with a utility. The one I use is Mike Lin's Startup Control Panel, an elegant and effective freeware utility that is simple and absolutely reliable. It's available in two forms, Control Panel applet (the one I use) and executable, on
this page.
Hope this information is helpful.
Regards,
Jim