Internet Speed Issue

SamFisher123

Reputable
Aug 21, 2014
4
0
4,510
I am getting 130kbps on a 2mb Broadband connection.Can someone plz check the following status and tell me if anything is wrong.Thanks.
33jmm84.png
 
Solution
Good Day Sam Fisher

There are 2 steps i can recommend you to try to resolve this.

1) Open Notepad, then paste the following text into notepad

@Echo off
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
cls
echo Script finished.
pause
del %0

Select Save As, and save it anywhere on your pc with the file name ending in .bat

The icon should change from a notepad to a gear.

Double click the saved file to run it, and restart when it is finished. Check if your connection speed has improved.

2) Phone your internet service provider, and ask them to reset your port. At...
Good Day Sam Fisher

There are 2 steps i can recommend you to try to resolve this.

1) Open Notepad, then paste the following text into notepad

@Echo off
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
cls
echo Script finished.
pause
del %0

Select Save As, and save it anywhere on your pc with the file name ending in .bat

The icon should change from a notepad to a gear.

Double click the saved file to run it, and restart when it is finished. Check if your connection speed has improved.

2) Phone your internet service provider, and ask them to reset your port. At times, that does help. Who is your internet service provider?

Kind Regards
 
Solution