1:28 PM
To flush your DNS cache in Windows, you can do one of two things:
- Reboot the OS
- Go to the command line and type in the following:
 C:\>ipconfig /flushdns
 
 Windows IP Configuration
 
 Successfully flushed the DNS Resolver Cache.
 
 C:\>
0 comments