Citrix: a 20-second delay occurs when you log on to the domain from a client computer that has Internet Explorer 7 installed
January 16, 2008 2 Comments
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
Pingback: http://ictfreak.wordpress.com/2008/01/16/citrix-a-20-second-delay-occurs-when-you-log-on-to-the-domain-from-a-client-computer-that-has-internet-explorer-7-installed/ « Sbcfreak’s Weblog