Skip to content
⌘ NSIS Forum Archive

KillProc and system process

4 posts

sfranklin#

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
sfranklin#
unfortunatly the process i want is started by a service, and then just left running :-(. So even stopping the spawning service wont stop it.
jezzer100#
Is it possible to kill a single specific instance of a process whilst leaving all other instances running?