Beschreibung
diese Kurzableitung soll die Schritte darstellen, wie Sie die Hinweisbenachrichtigung zum Upgraden des Internet Explorers (IE) 11 deaktivieren können.
Hintergrund: Ein System muss bis auf weiteres den IE9 oder 10 verwenden!
HINWEIS: Wichtig, es wird dringend angeraten die Version 11 des IE zu installieren. Die älteren Versionen werden von Microsoft nicht mehr unterstützt!
Schritte - GPO Richtlinie:
Wenn die oben genannten Schritte (Entweder Oder) durchgeführt worden sind, erhält der Anwender bei der Verwendung der Älterern IE Version keine Hinweisbenachrichtigung zum IE Upgrade.
Scripte - VERNWENDUNG auf eigene GEFAHR:
kixtart:
? " IE11 Update Hinweis unterbinden"
WriteValue ("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_DISABLE_IE11_SECURITY_EOL_NOTIFICATION", "iexplore.exe", "1", "REG_DWORD")
WriteValue ("HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_DISABLE_IE11_SECURITY_EOL_NOTIFICATION", "RunOnceHasShown", "1", "REG_DWORD")
BatchFile:
ECHO OFF
REM End of Life FCK
ECHO ON
::Article
::The new "End of Life" upgrade notification for Internet Explorer
::https://support.microsoft.com/en-us/kb/3123303
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_DISABLE_IE11_SECURITY_EOL_NOTIFICATION" /v "iexplore.exe" /t REG_DWORD /d 1 /f
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_DISABLE_IE11_SECURITY_EOL_NOTIFICATION" /v "iexplore.exe" /t REG_DWORD /d 1 /f
ECHO OFF
REM End of Life FCK Remove
ECHO ON
::Article
::The new "End of Life" upgrade notification for Internet Explorer
::https://support.microsoft.com/en-us/kb/3123303
::Delete the entries
REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_DISABLE_IE11_SECURITY_EOL_NOTIFICATION" /v "iexplore.exe" /f
REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_DISABLE_IE11_SECURITY_EOL_NOTIFICATION" /v "iexplore.exe" /f
Quelle 2: http://blog.bistron.eu/windows/internet-explorer-meldung-zeit-fuer-ein-browserupgrade-unterdruecken
Powered by CMSimple | Template: ge-webdesign.de | Login