c# - How to prevent the Kill() process by another? -


this question has answer here:

in c# it's possible block kill() process another(user or program) ??

i want close application "close button" , block other way.

i've used c# years , i've never come across such mechanism. need way tell os current process somehow protected being killed. it's maybe more of os question language question, actually.


Comments