Adblock breaks this site

Using CL to clear IE.7 history.

Discussion in 'Archives' started by KnickLighter, Aug 19, 2009.

  1. KnickLighter

    KnickLighter Member
    Banned

    Joined:
    Mar 21, 2009
    Posts:
    96
    Referrals:
    0
    Sythe Gold:
    0
    Using CL to clear IE.7 history.

    So lots of people still use IE.7 because it was the more reliable version of the others. For those of you who like to build batch files to automate cleanup on your computer, you’ll enjoy these.

    In IE.7 you'll most likely see;

    [​IMG]

    Now these are the direct commands for each of the following buttons above;

    Temporary Internet Files -

    Code:
    RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8
    Cookies -

    Code:
    RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2
    History -

    Code:
    RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1
    Form Data -

    Code:
    RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16
    Passwords -

    Code:
    RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32
    Delete All -

    Code:
    RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255
    Delete All – Also delete files and settings stored by addons

    Code:
    RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351
    Be advised, I do not recommend those who don't know how to use batch files to do this.

    These will work on any OS that allows IE7.

    Currently working on IE.8, just have to get the file for passwords and I'll post that in a bit.

    [email protected] - for any questions
     
< Give away maxed melee rs account | Give away maxed melee rs account >


 
 
Adblock breaks this site