Commands to clear out specific privacy settings on Internet Explorer
Last Updated on Sunday, 31 January o 02:38 Written by admin Sunday, 31 January o 02:28
These commands should work in Internet Explorer 7 on XP or on Windows Vista.
These commands can be run from the “run” command, DOS, batch script or even placed after the “target” section on the IE shorcut.
1.) Clear Temporary Internet Files
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8
2.) Clear Cookies
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2
3.) Clear History
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1
4.) Clear Form Data
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16
5.) Clear Passwords
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32
6.) Delete All
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255
7.) Delete All – “Also delete files and settings stored by add-ons”
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351