You are browsing the archive for internet explorer.

by MLK

CMD: How to delete Temporary Internet Files and Cookies cache

8:54 AM 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

9:09 AM 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