Windows – How to totally clear Windows7 DNS cache

dnswindows

The command ipconfig /flushdns does not clear all entries.
Check using ipconfig /displaydns on your side.
Here I still have some entries I can’t clear.

Does someone know how to erase all?
Thanks.

Best Answer

Use the following command in an elevated command prompt:

net stop dnscache 


net stop dnscache
The DNS Client service is stopping.
The DNS Client service was stopped successfully.


ipconfig /displaydns

Windows IP Configuration

Could not display the DNS Resolver Cache.
Related Question