Archive: Ending/Detecting processes


Ending/Detecting processes
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


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"


that looks to do what i need, thank you