Skip to content

Instantly share code, notes, and snippets.

@dbreunig
Created April 18, 2024 15:59
Show Gist options
  • Save dbreunig/c5a509de1093a5581261c5f264796368 to your computer and use it in GitHub Desktop.
Save dbreunig/c5a509de1093a5581261c5f264796368 to your computer and use it in GitHub Desktop.
Fixing Slow Network on WSL2

In Powershell:

$ ipconfig

Note the name of your network connector. Then:

$ netsh int ipv4 set interface "Wi-Fi" forwarding=enable

Replacing "Wi-Fi" with the name of your connector.

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