Answers for "close all localhost connections"

2

close all localhost connections

netstat -ano | findstr :yourPortNumber

taskkill /PID typeyourPIDhere /F
Posted by: Guest on April-16-2020

Code answers related to "close all localhost connections"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language