Created
August 22, 2024 13:54
-
-
Save WindyNova/db54e4ef9bd2d63c97530c5769020d34 to your computer and use it in GitHub Desktop.
Set Dynamic Port
This file contains hidden or 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 set dynamicport udp start=49152 num=16384 | |
| netsh int ipv6 set dynamicport tcp start=49152 num=16384 | |
| netsh int ipv6 set dynamicport udp start=49152 num=16384 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment