Answers for "kill usage of port"

20

windows kill port

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

how to stop port 8080

taskkill  /F  /PID  <Process Id>
Posted by: Guest on February-27-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language