Wednesday, August 08, 2007

Process Overload


I am completely sick of all of the processes that have to be constantly running on my Windows machines. The things that particularly annoy me are the "update check" software- I am looking at you menacingly iTunes, Java, Adobe and Windows Update. Why on earth do these programs have to run constantly? Can't they at least just have a scheduled task to run at a particular time? Or how about copying firefox and just checking for an update whenever I start your program. I think Quicktime asks for updates more often that I actually use the software. I don't need a background process running constantly to tell me a piece of software that I haven't run in two months needs to be updated.

Perhaps even more annoying are the "helpers" that run to make various software applications appear to start up faster. I suppose this is just keeping up with the various tricks that Microsoft employs to make their stuff startup faster, so it's fair to blame them for starting the arms race.

And the final annoyance is the difficulty in seeing which svchost.exe PID goes with which service. How hard could it be record the name of the service, so that I could in a glance see which one is sucking CPU or RAM? I suppose I could actually code a solution to that myself...but I shouldn't have to. In fact, someone already did:

Process Explorer- this is what task manager should have been...

5 comments:

Anonymous said...

For the final annoyance, try "tasklist /svc" in a dos box.

Matt McKnight said...

Yea! Thanks for the advice. I am slowly learning to use the command line for Windows functions. It seems the unix command line is much more widely documented...

Unknown said...

Wow, my mac doesn't have that problem. You should pay the apple ransom.

Matt McKnight said...

Is this true? It's Apple software that is the biggest offender on Windows! Every update puts useless Quicktime back in the startup. Why would I need a video player to always be running? Why iTunes need a Helper? (Always makes me think of Hamburger Helper, which makes me think: "I don't know why the call it Hamburger Helper. It doesn't need any help."

Matt McKnight said...

Process Explorer- this is what task manager should have been...