youmeng

netstat -aon|findstr "443"  

找到占用443的进程号;  

tasklist|findstr "2016"  

根据进程号2016找到占用443的程序  

 

在services.msc中停止该服务即可

分类:

技术点:

相关文章: