Kill An Un-killable Process

Team Leader
21Feb2007,16:06   #1
pradeep's Avatar
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
Skilled contributor
1Apr2007,03:32   #2
Bhullarz's Avatar
in XP, we can use the following command to kill any process:
Code:
 

taskkill /f /im "process name"
taskkill /f /pid "process id"
Scripting like this
John Hoder
21Dec2010,00:05   #3
Scripting's Avatar
great post
Newbie Member
16May2011,17:33   #4
mjhk's Avatar
where should i type this ?
John Hoder
18May2011,19:51   #5
Scripting's Avatar
in cmd