If U're having problems with SLT DNS, Use OpenDNS. (208.67.222.222 or 208.67.220.220)
copy following txt to notepad and save as "anyname.bat" , then just double click on that batch file. This will change the DNS settings in TCP/IP of Local area connection.
@echo off
echo Preferred OpenDNS Server Settings Configuration
netsh interface ip add dns name="Local Area Connection" addr=208.67.222.222 index=1
echo.
echo.
echo Alternate OpenDNS Server Settings Configuration
netsh interface ip add dns name="Local Area Connection" addr=208.67.220.220 index=2
copy following txt to notepad and save as "anyname.bat" , then just double click on that batch file. This will change the DNS settings in TCP/IP of Local area connection.
@echo off
echo Preferred OpenDNS Server Settings Configuration
netsh interface ip add dns name="Local Area Connection" addr=208.67.222.222 index=1
echo.
echo.
echo Alternate OpenDNS Server Settings Configuration
netsh interface ip add dns name="Local Area Connection" addr=208.67.220.220 index=2
)