Answers for "how to close port 3003 from windows"

-1

how to kill port in windows

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

kill a port windows

netstat -ano | findstr :<PORT>
taskkill //PID <PID> //F
OR
taskkill /PID <PID> /F
Posted by: Guest on August-30-2021

Code answers related to "how to close port 3003 from windows"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language