Hi,
I have a windows service running whose job is to look for a process and launch if not found.
The statment is : System.Diagnost ics.Process.Sta rt(path,usernam e,password,doma in).
parameters are :
path : path to the executable i.e....some path/myapp.exe
username : any windows xp limited account.
domain : String.Empty---i dont know what domain name to give
...
User Profile
Collapse
-
starting a process c# access denied
-
Thanks searock for your suggestion but the antivirus programs running would consider it as a virus and will try to remove it. How should i make it a legitimate critical process.
Thanks -
How to make an unstoppable (from Task Manager) process.
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...
No activity results to display
Show More
Leave a comment: