How to Flush DNS on Windows 10
If you have any DNS cache related issue you can flush the DNS cache using a command
Windows command
Click on windows key and type CMD
Open command prompt run as administrator
Type ipconfig /flushdns then press Enter
You can also clean and cache using PowerShell command
Click on windows key and type powerShell
And type command Clear-DnsClientCache press enter
0 Comments