Use this command to kill any process that thinks it's special and can't be killed using the task manager: Code: ntsd -p [pid] -c
in XP, we can use the following command to kill any process: Code: taskkill /f /im "process name" taskkill /f /pid "process id"