Skip to content

Instantly share code, notes, and snippets.

@hunterwei
Forked from binki/README.md
Created March 8, 2022 05:03
Show Gist options
  • Select an option

  • Save hunterwei/c514e21bac9ab4457e9ce1dfe8622a76 to your computer and use it in GitHub Desktop.

Select an option

Save hunterwei/c514e21bac9ab4457e9ce1dfe8622a76 to your computer and use it in GitHub Desktop.
Hyper-V Killer WiFi network speed fix powershell commands vEthernet External
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