kill process without knowing the full path using QT
Posted
by kaycee
on Stack Overflow
See other posts from Stack Overflow
or by kaycee
Published on 2010-04-12T17:10:05Z
Indexed on
2010/04/12
17:13 UTC
Read the original article
Hit count: 387
i'm trying to retrieve the active processes on my computer and to search for specific one, if it exists then i should kill it. is it possible to do it without knowing the specific path of the execute ? i know the execute process name but not the full path.
so in short: 1. get all active processes 2. kill specific process
thanks !
© Stack Overflow or respective owner