1

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

MaartenDev
  • 5,631
  • 5
  • 21
  • 33
Aman Singh
  • 29
  • 1
  • 5

1 Answers1

0

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!

Yash Yadav
  • 56
  • 4