المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Killing hidden processes



C# Programming
04-07-2011, 01:40 PM
Hi, I can currently kill any process by looping through them. I also want to be able to kill hidden processes but no success even though I googled it. As you may guess, the programs that I want to kill don't show up in the task manager nor in GetProcesses(). Have any idea about how to solve?