Taskkill : Kill Mutiple Processes at Once
The following command is really useful if you have multiple copies of an exe that are not responding, Internet Explorer is a good example here. This command will forcefull terminate all processes with the name iexplore.exe:
taskkill /im iexplore.exe /f