I want to program an anti distraction software like anti-social for windows since there is no windows version of it. See the official web site.
Anti-social can not be terminated while in block mode. User has to restart computer for that.
I have limited .NET experience. Any hints for frameworks to do that in .NET?
Thanks a lot.
(sorry my last post was too unspecific)
I don’t think it is possible (I don’t think the linked app is unstoppable, too).
But you could try to create a system service checking if your application is running, and if it gets killed start it again. If you check in your application weather the system service is running and start it up again if someone shoots it up it could get difficult to stop it.