Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

kill port windows

netstat -ano | findstr :<PORT>

(Replace <PORT> with the port number you want, but keep the colon)

Step 2:

Next, run the following command:

taskkill /PID <PID> /F
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #kill #port #windows
ADD COMMENT
Topic
Name
5+5 =