1、netstat -ano | findstr "80"( 80为提示被占用的端口);
2、tasklist | findstr "5584"(5584是从上一步找到的进程PID,显示出了该进程对应的应用程序);
如果查询出来是system进程,则打开IIS,关闭整个Manager试试。
备选方案
http://jingyan.baidu.com/article/37bce2be10a5c21002f3a2cf.html
https://jingyan.baidu.com/article/77b8dc7fc6c9626174eab693.html
TcpView:http://pan.baidu.com/s/1bnGfIwv