HowTo Clean IE7 data by script

Hello,

I just found what I was looking for a long a time. I both use Firefox and IE7 browsers. Private data cleanup is quite easy with firefox and can be automated. But, for Internet Explorer, I had to navigate through different menus (Tools/Delete History/Delete all, check the addin box and click Ok then…). Petri wrote a nice article on his website explaining how to automate this by either a script or a shortcut.

Here is my batch file :

@ECHO OFF
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 9
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351

You can read the full article there.

Enjoy ;)

New Tool : qRFC

Hello,

I use to read various documentations and sometimes, there are some RFC (Request For Comments) documents notified. To read them, I found a nice and free application named qRFC. With this app, you can either load a rfc file stored on your computer, or load it from the web. To try it yourself, click here !

Enjoy ! ;)

Cool firefox addon : Cisco search plugins

Hello all,

For all of you who are you using either Firefox or IE7, Cisco setup some search engine to add to your favorite browser. Below it is ! Link Enjoy it ;)

New page : Tools

Hello all,

I just published a new page, where you’ll find some network tools. I stored some on my usb key and cannot do without… Let’s enjoy !

See you later ;)