Skip to content

Instantly share code, notes, and snippets.

@WindyNova
Created August 22, 2024 13:54
Show Gist options
  • Select an option

  • Save WindyNova/db54e4ef9bd2d63c97530c5769020d34 to your computer and use it in GitHub Desktop.

Select an option

Save WindyNova/db54e4ef9bd2d63c97530c5769020d34 to your computer and use it in GitHub Desktop.
Set Dynamic Port
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