通过cmd命令查看某个端口的进程pid和并关闭该进程的操作

1、查看某个进程操作: 
netstat -aon|findstr xxx (xxx端口号) 
2、关闭该进程: 
taskkill -f -pid aaa(aaa为该端口的进程pid号)

你可能感兴趣的:(淘淘商城)