I have installed the WAMP server but i am unable to use the port for the Apache service.
I have already installed all Visual C++ Redistributable for Visual Studio reference: From here
I have installed the WAMP server but i am unable to use the port for the Apache service.
I have already installed all Visual C++ Redistributable for Visual Studio reference: From here
You may try killing the task with the same PID as mentioned in the results from the "nestat -ao" command.
To kill the task open the Command prompt as Administrator, Command: taskkill /pid /f
Here the /f is used to force the task to end. Hope this helps... You can try restarting the system, if the problem persists...
Although, you may wanna check other solutions, Here!