查杀端口进程

//查找该端口号对应的进程
netstat  -ano | findstr "8082"
//杀死该端口号对应的进程
taskkill /pid 10680 -f
posted @ 2018-06-25 17:05  音为  阅读(1124)  评论(0编辑  收藏  举报