Created
December 31, 2015 18:35
-
-
Save TobiasChe/2d5a24d2564922f93909 to your computer and use it in GitHub Desktop.
Windows 10 port 80 'unbind' solution
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| REM start => run => cmd => iisreset /stop | |
| win10port80unbind.bat | |
| REM by default win10 auto starts and populates port 80 on both v4 and v6 interfaces | |
| REM with IIS things. This sucks. | |
| REM start bat file | |
| iisreset /stop | |
| REM end bat file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment