xxxxxxxxxx
taskkill /IM "process_name" /T /F
::/T = kills child process
::/F = forceful termination of your process
::This can be usefull for taskkilling Chrome or Spotify, or maybe Overwolf.
::This just works for when much processes of the same type are running.