How to clear DNS cache

Post Reply
mister_v
Posts: 137
Joined: Sat Jun 20, 2009 5:42 pm

How to clear DNS cache

Post by mister_v »

Hello

how do I quickly clear the DNS from a windows 10 PC ?
Chris
Site Admin
Posts: 127
Joined: Mon Jul 21, 2008 9:45 am
Location: Leuven, Belgium
Contact:

Re: How to clear DNS cache

Post 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
Post Reply