Created
August 26, 2016 15:12
-
-
Save pedrotoliveira/669448e17475237beb3ef139ad21259b to your computer and use it in GitHub Desktop.
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
@echo off | |
ipconfig /release | |
echo Reparando a conexão... | |
arp -d * | |
nbtstat -R | |
ipconfig /flushdns | |
nbtstat -RR | |
ipconfig /registerdns | |
netsh interface ip set address "local" dhcp | |
ipconfig /renew | |
cls | |
exit | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment