Skip to content

Instantly share code, notes, and snippets.

@ohsevin
Created June 8, 2022 02:19
Show Gist options
  • Save ohsevin/45dacf9c495ad9e19a342ecf46dea970 to your computer and use it in GitHub Desktop.
Save ohsevin/45dacf9c495ad9e19a342ecf46dea970 to your computer and use it in GitHub Desktop.
A windows .bat file to run a few simple commands that help refresh your wifi status
ipconfig /release
ipconfig /renew
arp -d *
nbtstat -R
nbtstat -RR
ipconfig /flushdns
ipconfig /registerdns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment