Skip to content

Instantly share code, notes, and snippets.

@imrodrigoalves
Last active October 26, 2022 15:46
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imrodrigoalves/c9c0b08696ad790149eb23f5b7e8c722 to your computer and use it in GitHub Desktop.
Save imrodrigoalves/c9c0b08696ad790149eb23f5b7e8c722 to your computer and use it in GitHub Desktop.
Allow WSL Fast Internet
@echo off
wsl exit
powershell -Command "Set-NetAdapterLso -Name 'vEthernet (WSL)' -IPv4Enabled $False -IPv6Enabled $False"
@jhmaster2000
Copy link

Awesome, good to know, thanks 👍

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