Answers for "how to find a process that uses powershell port 3000"

20

windows kill port

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

Code answers related to "how to find a process that uses powershell port 3000"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language