How to flush DNS cache in Windows XP / Vista
Sunday, 14 June 2009
DNS request are cached by your operating system to speed up lookups. If you need to clear DNS cache for some reason(like testing your blog in a new host), you need to know the correct commands to be entered in the command prompt / terminal.
Here is the simple command line shortcut to do it in Windows.
Flush DNS cache in Windows Vista
- Hit Windows key and type in cmd (do not hit enter).
- In the search results that come up, right click “cmd” and run as administrator. When the screen flashes and asks for permission, accept it.
- In the command prompt, type in ipconfig /flushdns (or right click and paste it to the command prompt) and hit return.
- You should see the confirmation
Flush DNS cache in Windows XP
- Hit Windows+R to bring up the Run dialog box.
- Type cmd and hit ok or Enter.
- In the command prompt that comes up, enter ipconfig /flushdns and hit return.































