Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

kill port windows

// Open cmd with admintrastor and only use one command
for /f "tokens=5" %a in ('netstat -aon ^| findstr 3306') do taskkill /PID %a /F & exit
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #kill #port #windows
ADD COMMENT
Topic
Name
4+3 =