Clear IE7 Browsing History From the Command Line

Topics Internet, Windows Vista, Windows XP on July 21st, 2007

If you like to build batch files to automate on your computer, you’ll probably want to include at least one of these commands in your batch script. You can automate any one of the functions on the Explorer 7 Delete Browsing History dialog.

Here’s the dialog that you are probably used to seeing:

ve.png

And here’s the commands that correspond to the different buttons. The most important one from a perspective is the first, which will delete just the temporary files that are up your computer.

To use these commands, just run them from the command line, the start menu search box in vista, or a batch file.

Temporary Files

.exe InetCpl.cpl,ClearMyTracksByProcess 8

Cookies

.exe InetCpl.cpl,ClearMyTracksByProcess 2

History

.exe InetCpl.cpl,ClearMyTracksByProcess 1

Form Data

.exe InetCpl.cpl,ClearMyTracksByProcess 16

Passwords

.exe InetCpl.cpl,ClearMyTracksByProcess 32

Delete All

.exe InetCpl.cpl,ClearMyTracksByProcess 255

Delete All - “Also delete files and settings stored by add-ons”

.exe InetCpl.cpl,ClearMyTracksByProcess 4351

These commands should work in Explorer 7 on XP or on Vista.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • StumbleUpon
  • Facebook
  • Google
  • Furl
  • Live
  • MisterWong.DE
  • NewsVine
  • Reddit
  • Slashdot
  • Technorati
  • YahooMyWeb
  • BlinkList
  • description
  • Fark
  • Netvouz
  • Spurl
  • MisterWong
  • Webnews.de
  • E-mail this story to a friend!

Tags:, , , , , , , ,

Related posts

Leave a Reply