Page 1 of 1

How to clear DNS cache

Posted: Sun Oct 24, 2021 11:24 am
by mister_v
Hello

how do I quickly clear the DNS from a windows 10 PC ?

Re: How to clear DNS cache

Posted: Sun Oct 24, 2021 11:37 am
by Chris
You can do it with ipconfig

open the Run dialog box: ( windows key + R)
enter : ipconfig /flushdns

but it might be clearer using comand prompt (run as administrator):
and run ipconfig /flushdns



If you want to use power shell:
Type "powershell" in the search bar beside the Windows logo.
select Windows Powershell

type in the command : Clear-DnsClientCache