Hi guyz.
I am writing a parental control system. This is a C#.NET executable ParentalControl ler.exe and is started as System.Diagnost ics.Process.Sta rt. The app is working fine but i don't want the children to stop the ParentalControl ler.exe from Task Manager. I have tried a solution in which another app (guard.exe) is guarding the ParentalControl ler.exe but i dont like this solution theoritically because a clever child can stop both the executables. So i am looking for a solution in which the child just cannot stop the application and its guardian from Task Manager. However the administrator (Parent) can stop both executables.
I hope i have explained the problem properly. Please help me.
Thanks
I am writing a parental control system. This is a C#.NET executable ParentalControl ler.exe and is started as System.Diagnost ics.Process.Sta rt. The app is working fine but i don't want the children to stop the ParentalControl ler.exe from Task Manager. I have tried a solution in which another app (guard.exe) is guarding the ParentalControl ler.exe but i dont like this solution theoritically because a clever child can stop both the executables. So i am looking for a solution in which the child just cannot stop the application and its guardian from Task Manager. However the administrator (Parent) can stop both executables.
I hope i have explained the problem properly. Please help me.
Thanks
Comment