Archive for the ‘Everything else’ Category
IE7 and empty your cache
Ofcourse, we all know how to remove your browser history. A couple of days ago I had this problem: The cache did not wanted to be emptied… Empty everything, empty password cache etc.
Luckely, there are alternatives. Just start your DOS Box and try the following commands:
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255 (Removes everything from cache)
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1 (Removes history of visited sites)
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2 (Removes only the Cookies)
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8 (Removes temporary Internetfiles)
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16 (Removes data from forms)
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32 (Removes your saved passwords)
Enjoy