Answers for "windows end process on port"

-2

windows kill process on port

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

Code answers related to "windows end process on port"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language