Code:
ntsd -p [pid] -c
|
Team Leader
|
![]() |
| 21Feb2007,16:06 | #1 |
|
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 |
|
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 |
|
great post
|
|
Newbie Member
|
|
| 16May2011,17:33 | #4 |
|
where should i type this ?
|
|
John Hoder
|
|
| 18May2011,19:51 | #5 |
|
in cmd
|