How to close the occupied port

window

Command to view port number occupancy

 netstat -ano | findstr port

 Close the port with the command

taskkill -PID port -F

 

Guess you like

Origin blog.csdn.net/weixin_43824829/article/details/127556731