Fix for the error Http Port 80 is busy or isn't available in Windows.
There are some default windows applications especially on Windows 10 who rely on this port 80. So while we try to install a software that requires to configure Web application server, it will pause the installation with this Error.
Inorder to fix this, try running the command
Inorder to fix this, try running the command
NET stop HTTP
When you'll start it, you will get list first:
After the service is stopped, retry the installation process. You will see that the error is vanished.
In windows 10, sometimes you may seem that the stopping of http service fails. In order to resolve this, you need to go to Settings>Updates and security>Windows Difender. Turn off the online cloud syncing options and turn off windows defender. restart the pc and retry stopping the service.
Sometimes you need to disable also the 'Microsoft one drive' service from the task manager's startup tab.
In windows 10, sometimes you may seem that the stopping of http service fails. In order to resolve this, you need to go to Settings>Updates and security>Windows Difender. Turn off the online cloud syncing options and turn off windows defender. restart the pc and retry stopping the service.
Sometimes you need to disable also the 'Microsoft one drive' service from the task manager's startup tab.
Comments
Post a Comment