[Windows] Force clear, flush and refresh DNS cache
Every time you access to the Internet, DNS client make to store many DNS record. Caching these resolutions can speeds up your web activities.
But, while you changed your DNS server address, caching continues activities and you access to wrong address. What is my solutions?
ipconfig /flushdns2. Display DNS Cache
ipconfig /displaydns3. Turn off or turn on DNS Cache
net stop dnscache4. Disable DNS Cache
net start dnscache
Goto Run/services.msc and disable DNS client service, DNS lookup may take longer.