Created
January 4, 2017 13:32
-
-
Save edysegura/e2fe851f06a20ad31f55d8af912346bf to your computer and use it in GitHub Desktop.
[BAT] A simple BAT script to renew your ip
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 | |
ipconfig /flushdns | |
ipconfig /flushdns | |
ipconfig /flushdns | |
ipconfig /flushdns | |
ipconfig /flushdns |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Love this, thank you