Flush DNS Cache on Windows

Channel:
Subscribers:
877,000
Published on ● Video Link: https://www.youtube.com/watch?v=LkT3VXwgpcY



Duration: 0:00
8,807 views
300


Flush DNS Cache on Windows
To clear the DNS cache on Windows, use the following methods:
1. Command Prompt:
Open the Command Prompt as administrator, type ipconfig /flushdns, and press Enter. This is the most common and reliable method.
2. Run Dialog:
Press the Windows key + R, type ipconfig /flushdns, and press Enter. This is a faster way to access the command.
3. PowerShell:
Open PowerShell as administrator, type Clear-DnsCache, and press Enter. PowerShell offers another way to flush the DNS cache.