How to Use Command Line to Delete IE Browsing History
Using the Command Line we can easily Delete IE7 / IE8 Browsing History (cookies, internet files, history, form data, and/or passwords) from IE7 or IE8. These commands can come in handy if you want to create batch files to clear the browsing history.
Commands
1.Delete Temporary Internet Files
2.Delete Cookies
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2
3.Delete History
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1
4.Delete Form Data
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16
5.Delete Passwords
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32
6.Delete All
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255
7.Delete Files and Settings Stored by Add-Ons
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351
No comments:
Post a Comment