Skip to content

Instantly share code, notes, and snippets.

@gbraad
Last active August 30, 2017 06:50
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 gbraad/6e49a98b7b33b457f5ebcb787c94fc10 to your computer and use it in GitHub Desktop.
Save gbraad/6e49a98b7b33b457f5ebcb787c94fc10 to your computer and use it in GitHub Desktop.
Reset wireless to get DHCP assigned again

Reset wireless to get DHCP assigned again

netcfg -d

reboot

netsh winsock reset catalog
netsh int ipv4 reset reset.log

reboot

netsh int tcp set heuristics disabled
netsh int tcp set global autotuninglevel=disabled
netsh int tcp set global rss=enabled

reboot

And hopefully you have DHCP assigned addresses again on your wireless adapter...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment