Sinds de installatie van IE7 bleef het onderstaande scherm tussen de 10 a 20 seconden hangen .
Op de volgende pagina http://support.microsoft.com/kb/941158 vind je meer info over deze bug. Er is helaas nog geen vrije patch voor te verkrijgen, deze moet je bestellen. Meer informatie vind je hier: http://support.microsoft.com/contactus/?ws=support
De hotfix kun je via het volgende batchfile installeren.
Het script doet het volgende:
- Installeerd KB941158 unattended
- Voegt de volgende registry key toe.
CLS
@ECHO OFF
ECHO.
ECHO installing KB941158
X:\apps\ie7\Patches\IE7-WindowsServer2003-KB941158-x86-ENU.exe /passive /norestart
ECHO.
ECHO Adding registry key
REG ADD “HKLM\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_PARSING_BRANDING_CMDLINE_FLAGS_KB941158” /v “*” /d “1” /t REG_DWORD /f
Shutdown -r -t 20
If you don’t want to be calling MS for this hotfix… http://www.thehotfixshare.net