Skip to content

Instantly share code, notes, and snippets.

@coffeejoshua
Created February 11, 2022 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coffeejoshua/3f543c6cb2e1b4b1d29c8ba68149df0a to your computer and use it in GitHub Desktop.
Save coffeejoshua/3f543c6cb2e1b4b1d29c8ba68149df0a to your computer and use it in GitHub Desktop.
REM Restart the network interface "Ethernet" as a workaround for Intel's bad driver
@echo off
echo "Disable Ethernet adapter as a workaround"
netsh interface set interface "Ethernet" disable
echo "... and enable it again"
netsh interface set interface "Ethernet" enable
echo "done"
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment