Can I prevent a user from using windows taskmanager to end a process?
- by Russ
I have a c# 4.0 application that I hear grumblings and rumors about problems with. Now, this application has a global unhandled exception handler that reports back to me with errors. I also know that it works because SOME people fill it in, and submit it.
It seems though; that a large number of people do NOT fill it in, but instead, use the Windows Taskmanager to end the process.
Is it possible to prevent a user from using the Windows Taskmanager to end a specific process? My goal would be that if the application crashes, the form that the user is presented with prevents the process from being ended.
I'll also accept steps that would prevent the Windows Taskmanager from being launched.