Skip to content

Instantly share code, notes, and snippets.

@pedrotoliveira
Created August 26, 2016 15:12
Show Gist options
  • Save pedrotoliveira/669448e17475237beb3ef139ad21259b to your computer and use it in GitHub Desktop.
Save pedrotoliveira/669448e17475237beb3ef139ad21259b to your computer and use it in GitHub Desktop.
@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