kill process without knowing the full path using QT
- by kaycee
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 !