Skip to content

Instantly share code, notes, and snippets.

@bombel2
Created January 16, 2019 01:08
Show Gist options
  • Save bombel2/66469e95fc84e35a44fc2868100fa86b to your computer and use it in GitHub Desktop.
Save bombel2/66469e95fc84e35a44fc2868100fa86b to your computer and use it in GitHub Desktop.
Windows 10 fix dynamic port allocation
netsh int ipv4 set dynamicport tcp start=49152 num=16384
netsh int ipv4 show dynamicport tcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment