Skip to content

Instantly share code, notes, and snippets.

@emkamal
Created April 27, 2021 14:45
Show Gist options
  • Save emkamal/ab8b8799f3f24e2486fd9572b7d8e8a4 to your computer and use it in GitHub Desktop.
Save emkamal/ab8b8799f3f24e2486fd9572b7d8e8a4 to your computer and use it in GitHub Desktop.
Sometimes I got a problem when I want to run a program that listen to port but I got this error saying port is unaccessible. Even though when being checked from netstat or tcpview.exe, the port is available. the solution that works for me:
net stop winnat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment