How to Clear/Flush DNS cache in Windows / Linux / Mac Machines: "To Clear/flush DNS cache in Microsoft Windows.
Quote:
Start>> Run >> type cmd
In command prompt, type
Quote:
C:\> ipconfig /flushdns
OR
In command prompt, type
Quote:
C:\> net stop dnscache
C:\> net start dnscache
Once you run the command your Window DNS cache will Clear/flush."
'via Blog this'
Tien and Monfils score wins for the ages in Melbourne
-
Learner Tien, 19, beats Corentin Moutet while Gael Monfils, 38, defeats
fourth seed Taylor Fritz to reach the Australian Open fourth round.
9 minutes ago
save in flushdns.bat using notepad
ipconfig /flushdns
net stop dnscache
net start dnscache