Skip to content

Instantly share code, notes, and snippets.

@VictorXLR
Created March 12, 2021 00:11
Show Gist options
  • Save VictorXLR/1cab006f1599629673b420c6c7f079fd to your computer and use it in GitHub Desktop.
Save VictorXLR/1cab006f1599629673b420c6c7f079fd to your computer and use it in GitHub Desktop.
Get port ranges on windows 10
Made this Gist because, i couldnt use port 3000 on my node applications,
found the command here https://stackoverflow.com/questions/58424707/unable-to-listen-on-specific-windows-10-ports
```
netsh int ipv4 show excludedportrange tcp
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment