Kill a process with a certain image path using C#
I need to find a way to kill all processes that use a certain image path.
I have been finding that killing the process by name, doesn't always kill
the process properly due to the fact that it's developers are unable to
keep the same name from build to build.
I have done some digging around but haven't been able to find a solution
to this. Wondering if someone here can point me in the right direction.
No comments:
Post a Comment