Flushing the DNS cache on Windows 10 is a very easy process. Due to system security permissions, you must ensure that you run the command prompt as an administrator user.
Command Prompt (Admin)
from the menu.ipconfig /flushdns
Flushing the DNS cache on Windows 8 and Windows 8.1 is a very easy process. Due to system security permissions, you must ensure that you run the command prompt as an administrator user.
cmd
and the Windows search bar will appear on the right hand side with search results.Command Prompt
and click Run as administrator
ipconfig /flushdns
Flushing DNS on newer versions of Windows is almost as easy as the earlier versions but due to Microsoft's security additions you must run the command prompt with administrator privileges.
ipconfig /flushdns
Note: It is also possible to type in cmd
into the Windows Vista / Windows 7 start menu search field and then right click on the cmd.exe result instead of having to navigate through the various sub menus.
Flushing the DNS on Windows is an easy process, outlined below is the steps that should be run if you wish to clear your DNS cache.
cmd.exe
> OK).ipconfig /flushdns
Flushing the DNS in Mac OS X is an easy process, but the steps taken will depend on which version of OS X you are running.
If you are running Mac OS X 10.11, you need to follow the below steps:
sudo killall -HUP mDNSResponder
If you are running Mac OS X 10.10, you need to follow the below steps:
sudo discoveryutil udnsflushcaches
If you are running Mac OS X 10.9, you need to follow the below steps:
sudo killall -HUP mDNSResponder
If you are running Mac OS X 10.8, you need to follow the below steps:
sudo killall -HUP mDNSResponder
If you are running Mac OS X 10.7, you need to follow the below steps:
sudo killall -HUP mDNSResponder
If you are running Mac OS X 10.6, you need to follow the below steps:
sudo dscacheutil -flushcache
If you are running Mac OS X 10.5.1 or below, you need to follow the below steps:
sudo lookupd -flushcache
If you are running the nscd Name Service Cache Daemon and wish to flush your DNS cache, then you will need to do the following.
sudo
)./etc/init.d/nscd restart