Wednesday, September 30, 2009

Clear IE cache from command line

Turns out you can avoid the awkward series of menus to empty Internet Explorer's temporary internet files, history, cookies, etc by typing the following in the command line:
rundll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351

Very useful for automated testing!

More details here.

No comments: