查看443端口占用情况
netstat -ano|findstr "443"
netstat -ano|findstr "8097"
TCP 0.0.0.0:8097 0.0.0.0:0 LISTENING 4064
TCP [::]:8097 [::]:0 LISTENING 4064
然后,根据进程号 4064 继续查找:
tasklist|findstr "4064"
显示:
D:\work\App\Apache24\bin>tasklist|findstr "4064"