Skip to content

Instantly share code, notes, and snippets.

@richinseattle
Created September 13, 2023 04:50
Show Gist options
  • Save richinseattle/d1dbc90081045c891d7f183bb0eaa719 to your computer and use it in GitHub Desktop.
Save richinseattle/d1dbc90081045c891d7f183bb0eaa719 to your computer and use it in GitHub Desktop.
Fixes slow network i/o under WSL2. Run from host.
Disable-NetAdapterBinding -Name "vEthernet (WSL)" -ComponentID ms_tcpip6 -IncludeHidden
Disable-NetAdapterLso -Name "vEthernet (WSL)" -IncludeHidden
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment