当前位置:网站首页>Phpstudy 80 port occupied W10 system
Phpstudy 80 port occupied W10 system
2022-07-03 08:47:00 【bin9153】
80 The port is system Occupancy solutions : Close test effectively
1、 First , Let's talk about how to find the port occupation .
netstat -ano | findstr ":80 "
tasklist /fi "PID eq 4"
2、 In the diagram above , We found that 80 The port is System Occupied .
We input regedit Open the registry .
3、 find HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\HTTP
4、 Item found Start, Change its value to 0
5、 Restart the system ,System The process will not occupy 80 Port .
Steps can be used 1 To test .
边栏推荐
- Creation of osgearth earth files to the earth ------ osgearth rendering engine series (1)
- UE4 source code reading_ Bone model and animation system_ Animation node
- Introduction to hexadecimal coding
- Try to reprint an article about CSDN reprint
- How does unity fixedupdate call at a fixed frame rate
- P1596 [USACO10OCT]Lake Counting S
- Chocolate installation
- Markdown directory generation
- Monotonic stack -42 Connect rainwater
- [rust notes] 13 iterator (Part 1)
猜你喜欢
[MySQL] MySQL Performance Optimization Practice: introduction of database lock and index search principle
Image processing 8-cnn image classification
[concurrent programming] explicit lock and AQS
Servlet的生命周期
Kunlunbase meetup is waiting for you!
Installation of PHP FPM software +openresty cache construction
Monotonic stack -84 The largest rectangle in the histogram
Campus lost and found platform based on SSM, source code, database script, project import and operation video tutorial, Thesis Writing Tutorial
Mxone Pro adaptive 2.0 film and television template watermelon video theme apple cmsv10 template
Dealing with duplicate data in Excel with xlwings
随机推荐
How to place the parameters of the controller in the view after encountering the input textarea tag in the TP framework
22-06-27 Xian redis (01) commands for installing five common data types: redis and redis
Unity multi open script
Deeply understand the underlying data structure of MySQL index
Unity Editor Extension - Outline
[cloud native] introduction and use of feign of microservices
XPath实现XML文档的查询
二进制转十进制,十进制转二进制
Unity interactive water ripple post-treatment
【Rust 笔记】08-枚举与模式
Animation_ IK overview
Sending and receiving of request parameters
Unity learning notes
Annotations simplify configuration and loading at startup
Development material set
Query XML documents with XPath
Really explain the five data structures of redis
Creation of osgearth earth files to the earth ------ osgearth rendering engine series (1)
22-06-27 西安 redis(01) 安装redis、redis5种常见数据类型的命令
[concurrent programming] Table hopping and blocking queue