Open a command prompt and enter:
netstat -na | find "80"
to see if anything is listening on the standard TCP web server port. If there is, look in Control Panel > Administrative Tools > Services for the usual suspects like "World Wide Web Publishing Service". Bear in mind, WAMP is going to install the Apache server so, if you see that in the Services, you won't want to disable it.