Not sure if it'll even work...But here's what I use when I got some DNS problems: Code: @ echo off cls ipconfig /release ipconfig /flushdns ipconfig /renew pause Save it as a .bat Or just use these: Code: ipconfig /release ipconfig /flushdns ipconfig /renew
Originally Posted by Kenshin13 Not sure if it'll even work...But here's what I use when I got some DNS problems: Code: @ echo off cls ipconfig /release ipconfig /flushdns ipconfig /renew pause Save it as a .bat Or just use these: Code: ipconfig /release ipconfig /flushdns ipconfig /renew Thanks. Better than "I dont know" and "You cant" It worked for me.