2
1
On one of the Windows XP machines I use regularly, there is a process that starts up periodically. I'd like to be able to kill the process – sometimes – because it occasionally runs when I'm busy doing something machine-intensive.
I've already tried dropping the process priority to "Idle" to mitigate the effects, but it isn't the CPU that's the problem. Rather, the process is very disk-intensive and no matter the process priority, it still causes significant disk thrashing when running, impacting everything else I'm doing at the time.
Using Process Explorer, I can find the process, right-click, and choose Kill Process, but I always get the message "Error terminating process: Access is denied."
This is not an operating system process, but third-party software. What might that process be doing to prevent itself from being terminated?
How can I kill such a process? Is there a way for me to modify the process's security or access control list (ACL) somewhere, using Process Explorer or another tool, so that I can effectively kill it?
potential dupe: http://superuser.com/questions/48864/shortcut-to-kill-an-application or http://superuser.com/questions/66176/kill-window-or-application-just-like-linux-do ... also http://superuser.com/questions/69783/how-to-monitor-and-kill-a-process-automatically-on-windows-by-process-name or http://superuser.com/questions/66474/cannot-kill-process-in-vista-64 ... or try browsing thru this list
– quack quixote – 2010-05-06T20:47:25.840@quack quixote: Thanks, but none of those questions deal with the "Access denied" issue central to this question. I'm also asking if there's a way to modify the process security/ACL, and I don't see those questions asking that either. – Chris W. Rea – 2010-05-07T00:34:54.587
Though I do see http://superuser.com/questions/109010 .. very close, but no cigar; I'm asking re: XP x86, not Win7 x64.
– Chris W. Rea – 2010-05-07T00:38:07.740Can you tell us the process name? – Jet – 2014-03-07T19:13:40.083