PDA

View Full Version : Ending/Detecting processes


Steven Franklin
14th April 2004, 08:59
Hi,

A problem with a third party process means that it can lock some of our installed files, meaning they cannot be uninstalled. I have talked to the third party vendor and this process can just be terminated. Doing this manually works fine.

I have looked into deleting on reboot, and if there is no other option i could use this, but i wanted to avoid this.

Can anybody suggest a means of looking up a process by name, and even if this process can be ended.

thanks for your time

Steve

Dj Nyx
14th April 2004, 09:12
if i understand...
you want to look if there is the process xy anf if its here you want to kill xy...

KillProcDLL::KillProc "nameofprocess"

Steven Franklin
14th April 2004, 09:42
that looks to do what i need, thank you