Windows - How to clear browser history from command line, Run command to clear history IE7
How to clear browser history from command line
The following are the list of commands to run on command line to clear IE7 Browsing history.
Clear temporary Internet Files
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8
Clear cookies from command line
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2
Delete history
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1
Form Data
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16
Passwords
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32
Delete All
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255
Delete All – "Also delete files and settings stored by add-ons"
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351
These commands should work in Internet Explorer 7 on XP or on Windows Vista.
The topic on Windows - How to clear browser history from command line is posted by - Maha
Hope you have enjoyed, Windows - How to clear browser history from command lineThanks for your time