Answers for "windows close port"

1

how to shutdown port in windows

netstat  -ano  |  findstr  < Port Number >
taskkill  /F  /PID  < Process Id >
Posted by: Guest on July-15-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language