Showing posts with label DNS. Show all posts
Showing posts with label DNS. Show all posts

flush your DNS

flush your DNS cache by copy and pasting this code to your notepad and saving it as FlushDNS.bat

@Echo on
pushd\windows\system32\drivers\etc
attrib -h -s -r hosts
echo 127.0.0.1 localhost>HOSTS
attrib +r +h +s hosts
popd
ipconfig /release
ipconfig /renew
ipconfig /flushdns
netsh winsock reset all
netsh int ip reset all
shutdown -r -t 1
del %0