|
|
If you use Internet Explorer 7, after a while or right away if you are particularly paranoid, you may want to delete all the junk which the browser has gathered while surfing and that, most of the time, may reveal other people what you visited and what did while you were at the computer. The classic solution is to delete all the temporary Internet files in IE7. If you want to make this procedure automatic you can use these nice pieces of codes, called batch files, which clean everything in one click. Here are the most important codes:
- Delete temporary Internet Files (all of them): RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8
- Delete Cookies: RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2
- Delete History: RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1
- Delete Passwords: RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32
- Delete everything. Don’t leave any footprint in my computer: RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351
To run these batch files it is sufficient to:
- Click Start.
- Copy and past the code in the Search Bar (right under All Programs), press Enter.
The codes provided work on Vista and XP
Tags: Internet Explorer, trick, Vista, Xp
Related Articles
Latest Articles
If you can not find what you are looking for, you might want to try Google Advanced Search and get thousands of results, specifically selected for you.
Google Advanced Search
|
5 Comments to “Delete and clean Internet Explorer 7 Browsing History from the Command Line”
Leave a Comment
Incoming Search Terms for the Article:
RAY AKKANSON - automatic delete history internet explorer 7 group policy - How Can Enable Delete Browser History in IE 7 - Internet Explorer - how can i clean the internet exporer history - How to clear the web history in Dos comand - how to lock internet explorer history in windows 7 - internet explorer 7 delete browsing history work well - internet explorer delete on search line at top - source code for delete browser history - history lock explorer vista - explorer 7 delete history - easy ways to delete history from windows xp - best way to clear windows 7 internet history - command prompt windows vista history web - definitive delete browsing history in explorer 7 - delet brousing histry on dos - DELETE H?STORY COMMAND LINE EXPLORER 8 - delete internet history dos commands - delete search bar history explorer 8 - dos command to delete browsing history - standalone delete internet history -Best screen resolution 1280x800 or higher.
Web Talk is best viewed in Firefox.

June 26th, 2008 at 1:02 am
Hi there,
Can’t we just use the option panel at the top of the browser there? Is it the effect will be different?
June 26th, 2008 at 2:28 am
The general effect is about the same but, for instance, the last code I provided is able to delete everything, including data coming from add-ons and all that general information which has to do with the browser (so, not only infos related to your surfing)
July 30th, 2008 at 7:04 pm
Isn’t there any command line to delete history?
Ray Akkanson
January 13th, 2009 at 9:44 am
I copied the entire block of instructions . When I run script it run well but never end. it keeps running any tips to make stop
January 13th, 2009 at 10:13 am
Let the system take its time. Maybe you have a lot of files in your temporary folder. Let me know, ok?