先打开CMD,输入netstat -aon|findstr “443”,查看哪个进程占用了443端口,得到进程id
    image.png
    然后输入tasklist |findstr “6228”,可得到确切的进程名。
    image.png
    最后停止该进程即可