Created
June 8, 2022 02:19
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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