You are browsing the archive for internet explorer.

by MLK

CMD: How to delete Temporary Internet Files and Cookies cache

June 2, 2008 in Windows Scripts by MLK

  • Create/open new CMD or BAT file (ex. Script.cmd or Script.bat)
  • Include this code into the file:
    • @ECHO OFF
    • rd “%userprofile%\local settings\temporary internet files\content.ie5″ /s/q
    • rd “%userprofile%\local settings\history\history.ie5″ /s/q
    • del “%userprofile%\cookies\*.*” /s/q/f
    • EXIT
  • Save this batch file
  • Open Group Policy Editor
  • Add this batch file as Logoff script:
    • Local Computer Policy – User Configuration – Windows Settings – Scripts (Logon/Logoff)

by MLK

KB946202: Windows Internet Explorer 7 to be distributed via WSUS

January 23, 2008 in Windows Security, Windows Update by MLK

Description/Problem:
On February 12, 2008 Microsoft will release the Windows Internet Explorer 7 Installation and Availability update to Windows Server Update Services (WSUS) marked as an Update Rollup package. Windows Internet Explorer 7 Installation and Availability Update is a complete installation package that will upgrade machines running Internet Explorer 6 to Windows Internet Explorer 7.

Solution:
KB946202