netstat –ano|findstr <端口号>
wmic process get name,executablepath,processid|findstr <查出来的PID>
taskkill -PID <查出来的PID> -F
博主公众号
求关注
netstat –ano|findstr <端口号>
wmic process get name,executablepath,processid|findstr <查出来的PID>
taskkill -PID <查出来的PID> -F
博主公众号
求关注