stop what is on port 80 code example
Example 1: how to stop port 8080
netstat -ano | findstr <Port Number>
Example 2: how to stop llistening to port 80
net stop http
netstat -ano | findstr <Port Number>
net stop http