How to flush the DNS cache on Windows
Posted September 3rd, 2008 in Windows (Updated September 4th, 2008)
If you are having issues on Windows when a DNS entry is being cached when it shouldn't you can easily flush the DNS cache from the command line. This post explains how to flush the Windows DNS cache.
All you need to do is open up a command prompt and then type in the following command:
ipconfig /flushdns
This will display the following output:
Windows IP Configuration Successfully flushed the DNS Resolver Cache.
That's it, all done!
If you want to see what's currently in the DNS cache on Windows, then refer to my Display DNS cache on Windows post.
Related posts:
- Display DNS cache on Windows (Friday, September 5th 2008)
- Editing the hosts file on Windows Vista (Sunday, April 20th 2008)
Recent posts:
- MySQL queries for article summaries part 2 of 2 (Tuesday, January 6th 2009)
- Aims for 2009 (Monday, January 5th 2009)
- Weekly Roundup - January 5th 2008 (Monday, January 5th 2009)
- MySQL queries for article summaries part 1 of 2 (Sunday, January 4th 2009)
- 2008 Summary of Posts (Saturday, January 3rd 2009)
- 2008 / 2009 overview (Friday, January 2nd 2009)
Subscribe to RSS Feed / Email / Bookmark / Share
Use the buttons below to subscribe to my RSS feed to be notified next time something is posted, share this post with others, or subscribe by email and have my posts sent in a daily email.
Posts are made using the following schedule (although it may vary some weeks): Mondays & Fridays = PHP; Tuesdays & Saturdays = MySQL; Wednesdays & Sundays = Javascript/jQuery; Thursdays = HTML/CSS.
