Thread
:
Kill An Un-killable Process
View Single Post
Bhullarz
Skilled contributor
1Apr2007,03:32
in XP, we can use the following command to kill any process:
Code:
taskkill /f /im "process name" taskkill /f /pid "process id"
Scripting
likes this