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.

GetSocial