Notepad on-line
1
wmic process where
"name='java.exe'"
get ProcessID, Commandline /
format
:list
taskkill /F /PID 827