Archive: KillProc and system process


KillProc and system process
Im attempting to use the KillProc dll to kill a process. This is working fine, however one process i am attempting to stop, is started by a service. This means that the logon is 'SYSTEM'. In this case KillProc returns error code 604 (permission denied). Has anybody found a work around for this, or have any suggestions?

thanks in advance

Steve


If it's a service, stop the service using the Services plugin on the Archive.

-Stu


unfortunatly the process i want is started by a service, and then just left running :-(. So even stopping the spawning service wont stop it.


Is it possible to kill a single specific instance of a process whilst leaving all other instances running?