Skip to content

Instantly share code, notes, and snippets.

@jeancx
Created December 12, 2023 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeancx/55f4169f5796f84daa428f5be869c38f to your computer and use it in GitHub Desktop.
Save jeancx/55f4169f5796f84daa428f5be869c38f to your computer and use it in GitHub Desktop.
windows-configs.md

Limit Winat reserved dynamic ports

netsh int ipv4 show dynamicport tcp
netsh int ipv4 set dynamic tcp start=60001 num=5534
netsh int ipv4 show dynamicport tcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment