Try our new Certificate Revocation List Check Tool
CRLcheck.exe is a tool developed to verify digital signatures of executable files. It collects files from known paths on your client, checks their signature, and checks Certificate Revocation Lists (CRL) and OCSP download. This helps avoid delays in launching files.
Category published:  Deployment   Click on the Category button to get more articles regarding that product.

Deployment: How to clear Internet Explorer 8 Temporary Files Silent

Posted by admin on 20.09.2012

RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8
del “%USERPROFILE%\Local Settings\Temporary Internet Files\” /S /F /Q

EDIT: codes for the first line (IE8 )

Code: [Select]
255 (Deletes ALL History)
1 (Deletes History Only)
2 (Deletes Cookies Only)
8 (Deletes Temporary Internet Files Only)
16 (Deletes Form Data Only)
32 (Deletes Password History Only)

 

IE7/IE8, Temporary, Roaming profile, Space


 Category published:  Deployment   Click on the Category button to get more articles regarding that product.