2. Speed up the internet by resetting DNS cache
Video Tutorial
We provided this article in the form of a Video Tutorial for our reader’s convenience. If you are interested in reading, watch this Tutorial after the completion of reading this article.
Open Command prompt with admin privileges by the following method given in the first step.
In command prompt window type ipconfig /flushdns and press enter.
3. Speed up internet by resetting Winsock and tcp ip
Video Tutorial
We Provided this article in the form of a Video Tutorial for our reader’s convenience. If you are interested in reading, skip the video for now and continue reading the article.
Open Command prompt with admin privileges by following the method given in the first step.
In the command prompt window type netsh int ip reset c:resetlog.txt and press enter. For more details about reset Winsock or tcp/ip see Microsoft forum article.
4. Speed up the internet by the continuous reply of pinging your connection
Video Tutorial
We provided this article in the form of a Video Tutorial for our reader’s convenience. If you are interested in reading, skip the video for now and watch after the completion of reading the article.
Open Command Prompt with administrator privileges by following the method given in the first step.
In the command prompt window type ipconfig and press enter. Now you can find the default gateway number as seen below screenshot.
In the command prompt window type ping –t (type your gateway numbers)For example ping –t 192.168.42.129. (Here 192.168.42.129 is my gateway number. Type your gateway number instead of my gateway number).Now minimize this command prompt window, but don’t exit or close the command prompt window.