I just read the following command:
taskkill /f /im something.exe
I read that /f forces the task to close, but what does /im
/f
/im
im is "image process name" example /f /im notepad.exe is specified to kill image process name (program) notepad.exe
im
/f /im notepad.exe