windows 解决端口占用

win+R

netstat -aon|findstr "443"
//PID为4452的进程占用

tasklist|findstr "4452"

taskkill /f /t /im vmware-hostd.exe

netstat -aon|findstr "443"查看,发现443端口无被占用了

posted on 2022-09-12 17:09  何苦->  阅读(42)  评论(0)    收藏  举报

导航