How to Flush DNS Cache
|
Windows XP
- Go to Start
- Find command prompt(CMD) OR you can search cmd in Search bar
- Open the Command prompt
- Type this command and press Enter: ipconfig/flushdns
- If the command is successfull, you will see this message: Windows IP configuration successfully flushed the DNS Resolver Cache.
Windows 7
- Go to Start
- Find command prompt(CMD) OR you can search cmd in Search bar
- Right click on Command prompt and select Run as administrator
- Type this command and press Enter: ipconfig/flushdns
- If the command is successfull, you will see this message: Windows IP configuration successfully flushed the DNS Resolver Cache.
Windows 8
- Press Windows+X key to open the menu
- Right click on Command prompt and select Run as administrator
- Type this command and press Enter: ipconfig/flushdns
- If the command is successfull, you will see this message: Windows IP configuration successfully flushed the DNS Resolver Cache.
Mac 10.7 and 10.8
- Click Applications --> Utilities
- Open up the Terminal
- Type this command and press Enter: sudo killall -HUP mDNSResponder
Mac 10.5 and 10.6
- Click Applications --> Utilities
- Open up the Terminal
- Type this command and press Enter: sudo dscacheutil -flushcache
|
|