Command Line Administration of IE 7 and 8


I found a list of interesting dll handle calls for the administration of internet explorer tasks. These lines can be used via batch file, login script. Kaseya or right from the run prompt. They are kind of useful to run as scheduled tasks too to reduce build up of temp files and history on computers automatically.

[ad]

1. Clear cookies: RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2
2. Clear Form Data: RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16
3. Clear History: RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1
4. Clear Saved Passwords: RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32
5. Clear Temp Files: RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8

[ad]

,

  1. #1 by Bob Dog on July 6, 2010 - 9:29 pm

    Windows is gaye.

(will not be published)