80端口的烦恼:[3]清除NT Kernel占用80端口
1、运行'netstat -ano'发现80端口被pid=4的进程占用
![80端口的烦恼:[3]清除NT Kernel占用80端口](https://exp-picture.cdn.bcebos.com/50a010f85856d53d4d8bbd5a47d2bb665059ca06.jpg)
3、如何清除呢?需要使用注册表,开始-》regedit,打开
![80端口的烦恼:[3]清除NT Kernel占用80端口](https://exp-picture.cdn.bcebos.com/3b03be7aa010bc331e97510892efa25f0d143f07.jpg)
5、找到System
![80端口的烦恼:[3]清除NT Kernel占用80端口](https://exp-picture.cdn.bcebos.com/c8373cbc7dc5cf6722efb0f58e96b814f5d02607.jpg)
7、再找到http-start
![80端口的烦恼:[3]清除NT Kernel占用80端口](https://exp-picture.cdn.bcebos.com/b442d6d246fe474ed033560cb0ef354f51b81f07.jpg)
9、重启电脑,就解除了NT Kernel & System占用80端口,如果要使用vs能够正常运行,则反过来把4改成3即可。
1、运行'netstat -ano'发现80端口被pid=4的进程占用
3、如何清除呢?需要使用注册表,开始-》regedit,打开
5、找到System
7、再找到http-start
9、重启电脑,就解除了NT Kernel & System占用80端口,如果要使用vs能够正常运行,则反过来把4改成3即可。