Every time you visit a website, your computer requests IP address for the website from your default DNS server. Then it caches them locally on your computer for some time to speed up the web access. If the IP address is cached, your computer doesn't have to request the IP address for some website anymore. And that leaves a trace. Even in private browsing.
You can check them if you type ipconfig /displaydns in the command line (CMD)
Cleaning them is really easy. Just type ipconfig /flushads in the command line.
You can make a batch file to clean them faster:
Open Notepad, and type:
@echo off
ipconfig /flushdns
Save the file as .bat and run it.
Thursday, June 14, 2012
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment