Answers for "kill process in windows by port"

20

windows kill port

netstat -ano | findstr :3001
taskkill /PID <yourid> /F
Posted by: Guest on October-06-2020
0

kill a process at a port

fuser -k 8080/tcp
Posted by: Guest on May-20-2020

Code answers related to "kill process in windows by port"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language