Current location - Quotes Website - Team slogan - How to check which program is using port 80?
How to check which program is using port 80?
How to stop a program that occupies port 80 of the computer:

Execute the following command in the windows command line window: cmd;;

Paste the following command into the address where the cursor blinks: netstat -aon|findstr "80 ",as shown below.

Port 80 is occupied by a process with process number 15080. Open the Task Manager to see which process is 15080, and then stop it. ?