See this SO answer.
-
-
Save hunterwei/c514e21bac9ab4457e9ce1dfe8622a76 to your computer and use it in GitHub Desktop.
Hyper-V Killer WiFi network speed fix powershell commands vEthernet External
This file contains hidden or 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
| Get-NetAdapterAdvancedProperty | Where-Object Name -like 'vEthernet*' | Where-Object RegistryKeyword -like '*Lso*IPv*' | Select-Object -Property Name,RegistryKeyword,@{name='RegistryValue';expression={'0'}} | Set-NetAdapterAdvancedProperty |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment