Hi,
I am poking around another app (opening it and manipulating it)
I want to force kill the process in my app, but do not want to use Process.Kill on it as it appears to ask the app to terminated nicely and the app finishes processing what it was doing (can take several mins in this case).
Yes I am aware of possible consequence's, but I know what I am doing.
I want the equivalent of "End Process Tree" NOT "End Process" in task manager.
Thanks in advance,
Kris
I am poking around another app (opening it and manipulating it)
I want to force kill the process in my app, but do not want to use Process.Kill on it as it appears to ask the app to terminated nicely and the app finishes processing what it was doing (can take several mins in this case).
Yes I am aware of possible consequence's, but I know what I am doing.
I want the equivalent of "End Process Tree" NOT "End Process" in task manager.
Thanks in advance,
Kris