Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Since <code>INETCPL.CPL version 7.0</code> that ships with Internet Explorer 7 does have an entry-point named <code>ClearMyTracksByProcessW</code>, It's possible it is not present in IE6.</p> <p>Hence may be a script is a more basic solution:</p> <pre><code>@ECHO OFF ECHO * Cleaning Current User's Temp Folders * FOR /D %%G IN ("C:\Documents and Settings\*.*") DO DEL/S/Q/F "%%G\Cookies\*.*" FOR /D %%G IN ("C:\Documents and Settings\*.*") DO DEL/S/Q/F "%%G\Local Settings\Temp\*.*" FOR /D %%G IN ("C:\Documents and Settings\*.*") DO DEL/S/Q/F "%%G\Local Settings\History\*.*" FOR /D %%G IN ("C:\Documents and Settings\*.*") DO DEL/S/Q/F "%%G\Local Settings\Temporary Internet Files\*.*" Echo * Done * PAUSE CLS </code></pre> <p>(you can keep only the "delete" that interest you in this script)</p> <p>However, as <a href="http://www.howtogeek.com/howto/windows/clear-ie7-browsing-history-from-the-command-line/" rel="nofollow noreferrer">reported in this thread</a>, it may not be enough.</p> <hr> <p>The only other solution would be to use a (free) thirdparty utility:</p> <p><a href="http://www.ccleanerbeginnersguide.com/ccleanerhelp.png" rel="nofollow noreferrer">alt text http://www.ccleanerbeginnersguide.com/ccleanerhelp.png</a><a href="http://www.ccleanerbeginnersguide.com/scr/commandline.htm" rel="nofollow noreferrer">CCleaner</a></p> <p>Other options are <a href="http://www.windowskb.com/Uwe/Forum.aspx/windowsxp/261874/Clear-IE-History-using-Batch-file-Recent" rel="nofollow noreferrer">mentionned in this thread</a>:</p> <ul> <li><a href="http://support.it-mate.co.uk/?mode=Products&amp;p=Index.datSuite" rel="nofollow noreferrer">index.dat</a></li> <li><a href="http://www.kellys-korner-xp.com/xp_tweaks.htm" rel="nofollow noreferrer">Xp Tweaks (See 24 right)</a></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload