- Offizieller Beitrag
Clear/Delete DNS cache
For security reasons you should delete the DNS cache regularly!
Right click on the Windows icon in the system tray.
Click Windows Power Shell (Administrator).
Or open the command prompt (click Run) and enter cmd there.
Display DNS cache:
ipconfig /displaydns
Save DNS cache:
ipconfig /displaydns > C:\Users\YourUserName\Desktop\dnscache.txt
Clear DNS cache / Delete DNS cache:
ipconfig /flushdns
Have a lot of fun