I had same issue with win10 pro 64bit
Solution: Microsoft ISS is installed by win10 default on port 80
Open InstalledDrive:\\wamp\bin\apache\apache2.4.9\conf\httpd.conf file
and change
#Listen 12.34.56.78:80
Listen 0.0.0.0:80
Listen [::0]:80
to e.g.
#Listen 12.34.56.78:8080
Listen 0.0.0.0:8080
Listen [::0]:8080
Then restart alle services and visit http:\\localhost:8080 on your brows
Forum:
WampServer English