killAllJava.bat 64 B

123
  1. taskkill /IM java.exe -t -f
  2. taskkill /IM javaw.exe -t -f
  3. pause