CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2001
    Location
    Punjab, Pakistan
    Posts
    12

    Need help to disable process termination

    Can some one help me out. I need to disable my program to be terminated from task manger, or by any third party tool that shows all the process of system.



  2. #2
    Join Date
    Jun 2001
    Location
    Sweden
    Posts
    169

    Re: Need help to disable process termination

    If I remember correctly a process started as a service in the system account will not be possible to kill unless the program that is to kill the process also runs in the system account, so this will make it alot harder for a user to kill your process.

    /Magnus

    "Time is natures way of stopping everything from happening at once"

+ Reply to Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts



HTML5 Development Center

Click Here to Expand Forum to Full Width