can somebody explain how can I delete unnecessary processes on windows? For example I deleted icq, but I still have some icq processes on Windows Task Manager. Every time when I start my windows I have a lot of unnecessary processes.

Thanks in advance (I have windows xp).

link|improve this question

feedback

2 Answers

up vote 5 down vote accepted

Use system configuration to remove entries from your startup lists;

  • Start, run, "msconfig".
  • Go to the "Startup" tab and uncheck things you no longer use or do not recognise.

You may also want to go through your startup services and set some of them to "Manual" or "Disabled".

  • Start, run, "services.msc"
  • See this guide for information on which services you can safely disable.
link|improve this answer
1  
+1 for remembering to mention services, I forgot about that. – Nifle Jun 3 '10 at 17:51
feedback

What you need is a startup manager.

Windows has a built in one started by typing msconfig on the command line.

More applications that can help you with this:
CCleaner
Revo Uninstaller
Autoruns

link|improve this answer
Warning: Be careful with what you disable in Autoruns, when you are unsure please look up information before making your decision. You can easily break your computer if you don't do so! – Tom Wijsman Jun 3 '10 at 17:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.