TASKKILL /F /IM firefox.exe /T
Monday, December 2, 2013
How to list all runnung processes (PID) with ports on Windows
List all running PID with ports:
netstat -ano
Kill process:
taskkill /PID ##### /F
netstat -ano
Kill process:
taskkill /PID ##### /F
Multiple inline initialization in Java example
String string1 = new String(), string2 = new String();
Subscribe to:
Posts (Atom)