Last active
October 26, 2022 15:46
-
-
Save imrodrigoalves/c9c0b08696ad790149eb23f5b7e8c722 to your computer and use it in GitHub Desktop.
Allow WSL Fast Internet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
wsl exit | |
powershell -Command "Set-NetAdapterLso -Name 'vEthernet (WSL)' -IPv4Enabled $False -IPv6Enabled $False" |
Awesome, good to know, thanks 👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've updated the command in the gist to make use of your suggestions.
Tested with Windows 11 and it works.