Created
January 16, 2019 01:08
-
-
Save bombel2/66469e95fc84e35a44fc2868100fa86b to your computer and use it in GitHub Desktop.
Windows 10 fix dynamic port allocation
This file contains 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
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