Skip to content

Instantly share code, notes, and snippets.

@jeffcogswell
Created July 13, 2016 02:11
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 jeffcogswell/1c39d8d859198544edbd4ec86aea5212 to your computer and use it in GitHub Desktop.
Save jeffcogswell/1c39d8d859198544edbd4ec86aea5212 to your computer and use it in GitHub Desktop.
Reset wifi adapter - Run as administrator
netsh interface set interface name="Wi-Fi" admin=disabled
timeout 3
netsh interface set interface name="Wi-Fi" admin=enabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment