User Profile

Collapse

Profile Sidebar

Collapse
ihteshamqazi
ihteshamqazi
Last Activity: Jul 11 '10, 08:13 AM
Joined: Mar 9 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ihteshamqazi
    started a topic starting a process c# access denied
    in .NET

    starting a process c# access denied

    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
    ...
    See more | Go to post

  • 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
    See more | Go to post

    Leave a comment:


  • 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...
    See more | Go to post
No activity results to display
Show More
Working...