Clear IE Cache Through Command Line


Apparently you can clear the IE cache using the command line.  This is going into batch files to reduce the number of times I have to click in IE.
  • All, RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255 
  • History, RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1
  • Cookies, RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2
  • Temp Internet Files, RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8
  • Form Data, RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16
  • Passwords, RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32

Comments

Popular posts from this blog

Add User As Local Administrator On Domain Controller

Calling Dataverse Web API in PowerShell using Client Credentials

How to Create SharePoint Items with Power Automate Desktop