1.查找占用80端口的进程id
netstat -aon|findstr "80"
2.查找进程id为"1000"的进程名
tasklist|findstr "1000"
转载于:https://www.cnblogs.com/airsong23/p/4650543.html
1.查找占用80端口的进程id
netstat -aon|findstr "80"
2.查找进程id为"1000"的进程名
tasklist|findstr "1000"
转载于:https://www.cnblogs.com/airsong23/p/4650543.html