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
it allows you to kill a task based on the image name like taskkill /im iexplore.exe or taskkill /im notepad.exe