Hello
how do I quickly clear the DNS from a windows 10 PC ?
How to clear DNS cache
Re: How to clear DNS cache
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
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