Rich D said:
My computer is running slowly. I'm on DSL but there are 66 processes
running. I think this is way too many.
I agree. I've got a ton of things running and still have less than 60.
What's probably happening to you is that you are running some of God-awful programs which spawn half a dozen processes. I would
recommend getting rid of as many of those as possible. It is poor and sloppy programming when a program requires numerous processes
to run. There are some legitamate programs that use more than one but even then, it's not a very popular practice (for example
McAfee AV runs about 5, that's not good; Apache uses two for security but doesn't seem to have an option to not do so even though
it's not actually necessary; and ATI's driver runs two and we fought a bitter battle about that.)
Upon looking at the list of processes, I see the ones put there by the system and the ones with my name
on them. Am I safe in removing all with my name on them, cuz I can't tell from the name what they are anyhow?
Not quite. The username column indicates which user ran the process true, but that doesn't mean that you can just kill off the ones
that your account ran. For example, if you killed off the explorer.exe process (which is under your username of course since the
system doesn't run that), then you would lose the whole Windows shell. There are important ones that need to be run even if your
account initiated them.
wouldn't that be the same as when I got the computer new if I did that?
Can't say, but I can probmise you that there were several processes run from your account when you got the system.
Is there a list someplace of the ones that MUST remain to allow the system to run?
Yes there are, but a lot of these lists tend to be made by people who are trying to run their system as reduced as possible as a
challenge. In other words, they are trying to see what they can cut out and still have Windows technically run, not what is
necessary for normal functioning. Be careful which ones you look at. Furthermore, most of the lists tend to focus on things like
services instead of processes, because no list of processes can ever be complete since they vary from computer to computer. The
best you can find is a list of Windows-only processes, which isn't too helpful since it wouldn't include other things you need (eg
virus scanner, etc.)
You can lookup the process names to see what they are and whether you need them or not, but a quicker and easier option is to get a
copy of Sysinternal's Autoruns and look through the list of things that are automatically being run on your system. That way you
can find out which processes are running and what directory they are in (the directory names will tell you what company/program they
belong to). Then you can choose whether or not you want them running.
http://www.sysinternals.com/utilities/autoruns.html
HTH