Skip to content

Instantly share code, notes, and snippets.

@TobiasChe
Created December 31, 2015 18:35
Show Gist options
  • Select an option

  • Save TobiasChe/2d5a24d2564922f93909 to your computer and use it in GitHub Desktop.

Select an option

Save TobiasChe/2d5a24d2564922f93909 to your computer and use it in GitHub Desktop.
Windows 10 port 80 'unbind' solution
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