Clear Browsing History From the Command Line for IE7
July 27, 2008 by Arun
Filed under Internet Explorer
In order to clear the browsing history , its easy to clear it from the menus of ie7.but if you are a command line junky then you can use this following codes to clear it from the command line.
1. Temporary Internet Files :- RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8
2. Cookies :- RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2
3. History :- RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess
4. Form Data :- RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16
5. Passwords :- RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32
6. Delete All :- RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255
7. Delete All and Also delete files and settings stored by add-ons :-
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351
If you like this Post and get Benifitted by it , Don't forget to subscribe to my RSS feed and comment below. Thanks for visiting!















Comments
Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!