S
S
sudo rm -rf /2018-11-15 09:18:37
System administration
sudo rm -rf /, 2018-11-15 09:18:37

How to find the Windows 10 service occupying 127.0.0.1:80?

Help, please, to solve a problem. I've looked all over, but I couldn't figure it out.
To run the lab, you need a local web server that does not want to start in this situation.
The essence of the problem
No servers installed.

  1. I open a browser, type in 127.0.0.1 and get
    012c9b6de779fb8abac47d6188679863.png
  2. I run cmd.exe, netstat says that port 80 is occupied by a process with pid = 4. It is also System .
    f0f4484519ff16271ffe402b3473671d.png
IIS is turned off completely (removed the root daw in the control panel).
In the registry HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP key Start = 3 (required for print services to work; critical). (With Start = 4, you can start, but print services do not want to start)
What do you need?
Find and disable the service that occupies port 80.
What could be the reason
  • IIS. On one of the items, ftp was raised via IIS. Perhaps some other component was installed, due to which this situation arose. And, at first, the localhost displayed the IIS page. BUT I removed the checkbox from the Control Panel with IIS, and 80 is still busy.
  • I installed Denwer, then deleted it because IIS was loaded instead of Denwer domains.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
M
Mikhail Lyalin, 2018-11-15
@mr_jok

move away from legacy Denver in favor of Open Server with assignment to any port

A
Artem @Jump, 2018-11-15
Tag

Hang up the server on other port, and all affairs.

K
Konstantin Malyarov, 2018-11-15
@Konstantin18ko

The jackdaw was removed, but the process was never completed.
If you haven't rebooted, then restart your computer.
Or don't reboot and directly kill the process.
In cmd: taskkill /PID 4 /T
Will kill the process and all children.

R
Radjah, 2018-11-15
@Radjah

I read the paper aloud. Expensive.

-b            Отображение исполняемого файла, участвующего в создании
               каждого подключения, или ожидающего порта. Иногда известные
               исполняемые файлы содержат множественные независимые
               компоненты. Тогда отображается последовательность компонентов,
               участвующих в создании подключения, либо ожидающий порт. В
               этом случае имя исполняемого файла находится снизу в скобках
               [], сверху - компонент, который им вызывается, и так до тех
               пор, пока не достигается TCP/IP. Заметьте, что такой подход
               может занять много времени и требует достаточных разрешений.

E
Ezhyg, 2018-11-16
@Ezhyg

TCP Viewer by Sysinternals
Process Explorer by Sysinternals
autoruns by Sysinternals
explore, enjoy

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question