Internet connection problems?

You can release the DNS and renew to solve most issues. An easy way to do it is to create a batch file. Open Notepad and type the following:

@echo off
echo Easy Internet Refresh by Krishna C. Mandava
pause
ipconfig /flushdns
ipconfig /release
ipconfig /renew
START http://www.google.com

Now save the file with .bat as the extension. You can always edit it by right-clicking and selecting ‘Edit’. Now if you have saved the file on the desktop, double-click to see it work.

This entry was posted in Internet, Microsoft, Windows, issues. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>