Answers for "how kill port on windows 11 terminal"

13

kill port windows

npx kill-port 8080
Posted by: Guest on February-26-2021
-2

kill port in windows

netstat -ano | findstr :<PORT>
taskkill /PID <PID> /F
Posted by: Guest on January-14-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language