Hello. I need to terminate a running process/application given its ".exe" name. I found the FindWindow API but its parameter is the application name and not the ".exe" name (for example, "Notepad - Untitled" instead of "notepad.exe". I also tried using TerminateProcess API but it can only terminate a process created by CreateProcess API. I need help badly.
