kill processes in PowerShell
explicit way `taskkill /F /IM java.exe` match name of process `taskkill /FI "IMAGENAME eq jav*" /F`