WIN10 checks the port and kills the process

WIN10 checks the port and kills the process

Insert image description here

View all: netstat -ano
View the corresponding port: netstat -ano|findstr "9090"

Insert image description here

taskkill -PID process number -F

Insert image description here

Guess you like

Origin blog.csdn.net/qq_30163677/article/details/130718036