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 ;)

Windows Server 2008 exams release dates

Following Microsoft cerfication event, you’ll find the announced dates for Windows 2008 exams release below :

  • 70-640 27th Feb 08 – 27th April 2008
  • 70-642 27th Feb 08 – 27th April 2008
  • 70-643 27th Feb 08 – 27th April 2008
  • 70-646 20th March 2008 – 20th May 2008
  • 70-647 20th March 2008 – 20th May 2008
  • 70-648 (V2) 18th April 2008 – 18th June 2008
  • 70-649 (V2) 18th April 2008 – 18th June 2008

Now you know your targets for 2008 ! ;)