Port 80 used by NT Kernel - help
Posted by: wayneblast (196.44.225.---)
Date: September 10, 2015 10:25AM

I have tried everything to kill processes on port 80 however Win 7 Enterprise is using 'NT Kernel & System' on port 80. IIS, World Wide Web Deployment service etc is not running.

Is there no way I can use another port with WAMP? Port:8080 or :81? I know that changes in the Apache config file may be required - your thoughts?

Options: ReplyQuote
Re: Port 80 used by NT Kernel - help
Posted by: RiggsFolly (---.as43234.net)
Date: September 10, 2015 03:06PM

Try this

netstat -anop TCP | find ":80"
tasklist /FI "PID eq 999" /FO TABLE /NH

replacing 999 with the PID number from the netstat command that is using port 80.
the PID is the number on the far right column of the output from the netstat command

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: Port 80 used by NT Kernel - help
Posted by: wayneblast (---.iburst.co.za)
Date: September 13, 2015 07:13PM

Tried it, port 80 still on PID 4- 'NT Kernel & System'.

Options: ReplyQuote
Re: Port 80 used by NT Kernel - help
Posted by: RiggsFolly (---.as43234.net)
Date: September 14, 2015 10:08AM

Then there is still something Microsoft related using port 80.

These are a list of things I know can cause this, it may not be a complete list

1. IIS
2. Web Deploy 2.0 (Web Deployment Agent Service)
3. MS Sql Server Reporting service.
4. BranchCache ( Windows 8.1 )
5. SQL Server VSS Writer

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote


Sorry, only registered users may post in this forum.