How do I update / flush / reset my DNS records in Windows?
How do I update / flush / reset my DNS settings from Windows?
Solution 1:
Run IPCONFIG /FLUSHDNS
from an elevated command prompt.
This will flush your DNS cache, but not change your settings. If you actually want to change your DNS server, you will need to either set it statically, or run IPCONFIG /RENEW
if your DNS server's settings have changed,
Solution 2:
-
Open up a command prompt
a. Start
b. Run
type
ipconfig /flushdns
and press enter.