Skip to content

Instantly share code, notes, and snippets.

@AvasDream
Created November 26, 2019 21:38
Show Gist options
  • Save AvasDream/7bf16281efe957828fafcb1d30e648e4 to your computer and use it in GitHub Desktop.
Save AvasDream/7bf16281efe957828fafcb1d30e648e4 to your computer and use it in GitHub Desktop.
Windows PC slow Internet

Issue 26-11-2019

Only one client in the network had a bad internet speed. Searched a lot. A hope this helps someone.

Windows Documentation

  1. Open Powershell as administrator

  2. Input: netsh int tcp show global

autotuninglevel should be set to normal.

If it is not set to normal set the value with this commant

netsh interface tcp set global autotuninglevel=normal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment