netstat -ano查看全部端口监听情况
netsat -ano | findstr  80  查看80端口是否被监
tasklist | findstr 123 查看PID123的启动程序
到任务管理器中查找启动程序所在目录