С 15.06.2022 г. IE 11 не поддерживается
IE11 станет недоступным с 14.02.2023. Сайты, созданные для IE, можно перезапустить в режиме IE в Microsoft Edge.
Это обновление устраняет неполадки, описанные в соответствующей статье базы знаний Майкрософт KB2956283. Сведения о доступности других обновлений для системы безопасности вашего компьютера см. в разделе «Связанные ресурсы» внизу этой страницы.
Важно! Если выбрать язык ниже, содержимое страницы динамически отобразится на выбранном языке.
-
Date Published:
26.07.2019
File Name:
Windows8.1-KB2956283-x64.msu
Установите это обновление, чтобы устранить неполадки веб-браузера Internet Explorer. Полный список проблем, входящих в данное обновление, см. в соответствующей статье базы знаний Майкрософт. После установки обновления может потребоваться перезагрузить компьютер.
-
Поддерживаемые операционные системы
Windows Server 2012 R2
Это обновление предназначено для веб-браузера Internet Explorer 11, работающего под управлением следующих операционных систем.
- Server 2012 R2
-
- Нажмите кнопку Загрузить на этой странице, чтобы начать загрузку, или выберите другой язык в раскрывающемся списке Изменить язык и нажмите кнопку Перейти.
- Выполните одно из указанных ниже действий.
- Чтобы немедленно начать установку, нажмите кнопку Выполнить.
- Чтобы сохранить загруженный файл на компьютере и установить его позже, нажмите кнопку Сохранить.
- Чтобы отменить установку, нажмите кнопку Отмена.
At times, it sounds really damaging and helpless when there is an in-built feature/option goes corrupted and you do not find any way to re-install it. The same goes with the IE11 when the corruption happens wherein you and your clients are so much dependent on Internet Explorer due to compatible built application which are built to run only over IE. Now what? Let’s see how easy it is to re-install Internet Explorer on Windows 2012.
IE 11 ships as a hidden optional feature. The feature is called “Internet-Explorer-Optional-amd64”. Since Windows Server 2012 R2 is a 64-bit only operating system, there is no x86 Edition for Windows 2012 Operating System.
Step 1 – Remove Internet Explorer 11
Open a command prompt in elevated mode and paste in the following command:
C:\> dism /online /disable-feature:"Internet-Explorer-Optional-amd64"
If you get an error like “Error 87”, reboot the system and try again.
The above command will uninstall IE 11 from the system. But you will still see the icons and be able to continue browsing in any active browser windows. A reboot is required to remove it. So REBOOT!!!
NOTE: At the end of the above command, it will automatically prompt you to reboot. Simply hit the “Y” key to reboot the system.
After a reboot, you will see the Internet Explorer icon and shortcuts are completely gone. To be completely safe, clear all the temporary files in the system using this series of commands. It would be safe to ignore any files that cannot be deleted because they were in use:
C:\> DEL /S /Q “%TMP%\*.*”
C:\> DEL /S /Q “%TEMP%\*.*”
C:\> DEL /S /Q “%WINDIR%\Temp\*.*”
C:\> DEL /S /Q “%USERPROFILE%\Local Settings\Temp\*.*”
C:\> DEL /S /Q “%USERPROFILE%\Local Settings\Temp\*.*”
C:\> DEL /S /Q “%LOCALAPPDATA%\Temp\*.*
Step 2 – Install Internet Explorer 11
Open a command prompt again in elevated mode. This time, we need to enable the feature we disabled above.
C:\> dism /online /enable-feature:"Internet-Explorer-Optional-amd64"
Once again, you will see a little bit of output and then a prompt to reboot. Reboot now. After the reboot, IE 11 will be back, with all the default (out of box) settings. Reconfigure as you please.
Arrgh! So you have been hit by a corruption somewhere in Internet Explorer 11 (IE 11) registry or set up and want to be able to fix it.
Arrgh! So you have been hit by a corruption somewhere in Internet Explorer 11 (IE 11) registry or set up and want to be able to fix it. All the articles and forums and documentation on the Internet seem to say the unfortunate inevitable: “rebuild your system from scratch (format and install) and there is no way to do that in Windows Server 2012 R2 because IE11 is a built-in component.” If you have come up to that blank wall, let me tell you now….
That is completely false information. You can uninstall and reinstall IE 11 in Windows Server 2012 R2 !!!
And this is how…
IE 11 ships as a hidden optional feature. The feature is called “Internet-Explorer-Optional-amd64”. Since Windows Server 2012 R2 is a 64-bit only operating system, there is no “x86” equivalent of this feature. To refresh the installation, what we need to do is uninstall this feature, reboot, then install it and reboot again. However, we cannot use Install-WindowsFeature or Remove-WindowsFeature PowerShell commands to do this, because it is a hidden-optional feature. We have to do this using the DISM tool, from a CMD command prompt.
We need to do a total of 2 reboots, so plan for that accordingly before proceeding.
Step 1 – Remove Internet Explorer 11
Open a command prompt in elevated mode and paste in the following command:
C:\> dism /online /disable-feature:"Internet-Explorer-Optional-amd64"
If you get an error like “Error 87”, reboot the system and try again.
The above command will uninstall IE 11 from the system. But you will still see the icons and be able to continue browsing in any active browser windows. A reboot is required to remove it. So REBOOT!!!
NOTE: At the end of the above command, it will automatically prompt you to reboot. Simply hit the “Y” key to reboot the system.
After a reboot, you will see the Internet Explorer icon and shortcuts are completely gone. To be completely safe, clear all the temporary files in the system using this series of commands. It would be safe to ignore any files that cannot be deleted because they were in use:
C:\> DEL /S /Q "%TMP%\*.*" C:\> DEL /S /Q "%TEMP%\*.*" C:\> DEL /S /Q "%WINDIR%\Temp\*.*" C:\> DEL /S /Q "%USERPROFILE%\Local Settings\Temp\*.*" C:\> DEL /S /Q "%USERPROFILE%\Local Settings\Temp\*.*" C:\> DEL /S /Q "%LOCALAPPDATA%\Temp\*.*"
Step 2 – Install Internet Explorer 11
Open a command prompt again in elevated mode. This time, we need to enable the feature we disabled above.
C:\> dism /online /enable-feature:"Internet-Explorer-Optional-amd64"
Once again, you will see a little bit of output and then a prompt to reboot. Reboot now. After the reboot, IE 11 will be back, with all the default (out of box) settings. Reconfigure as you please.
Have fun!
Update for Internet Explorer 11 for Windows Server 2012 R2 (KB2901549) |
This update applies to Internet Explorer 11 with the following operating systems.
- Install this update to resolve issues in Internet Explorer. For a complete list of the issues that are included in this Update, see the associated Microsoft Knowledge Base article. After you install this item, you may have to restart your computer.
Knowledge Base Articles: |
|
---|
Files
Status: LiveThis download is still available on microsoft.com. Since you’re using a legacy operating system, the downloads below are archives provided by the Internet Archive Wayback Machine from the Microsoft Download Center prior to August 2020. |
File | Size |
---|---|
Windows8.1-KB2901549-x64.msu
SHA1: |
23.46 MB |
System Requirements
Operating Systems: Windows Server 2012 R2
- This update applies to Internet Explorer 11 with the following operating systems:
- Server 2012 R2
Installation Instructions
-
- Click the Download button on this page to start the download, or select a different language from the Change language drop-down list and click Go.
- Do one of the following:
- To start the installation immediately, click Run.
- To save the download to your computer for installation at a later time, click Save.
- To cancel the installation, click Cancel.
Microsoft официально заверила поддержку Internet Explorer (IE) для большинства современных версий Windows 10 и 11 (кроме LTSC редакций и Windows Server) с 15 июня 2022. Классическое приложение Internet Explorer 11 будет постепенно перенаправляться во встроенный браузер Microsoft Edge. В ближайших обновлениях, распространяемых через Windows Update, MSFT обещает полностью отключить IE на современных билдах Windows. В этой статье мы рассмотрим, как отключить или удалить Internet Explorer в Windows 11/10/8.1 и Windows Server.
Содержание:
- Удаляем Internet Explorer в Windows 10 и 11
- Как удалить Internet Explorer в Windows Server?
- Как отключить Internet Explorer 11 с помощью групповых политик?
Удаляем Internet Explorer в Windows 10 и 11
Internet Explorer 11 в Windows 10 и 11 поставляется в виде отдельного компонента, доступного как Feature on Demand/FoD (по аналогии с RSAT или NetFx3). Вы можете установить или удалить IE через приложение Параметры.
- Перейдите в Settings -> Apps -> Apps and Feature -> Optional Features или выполните команду быстрого доступа
ms-settings:appsfeatures
- Найдите в списке Internet Explorer 11 и нажмите кнопку Uninstall;
Также вы можете с помощью PowerShell проверить, установлены ли компоненты IE на компьютере:
Get-WindowsOptionalFeature -Online –FeatureName Internet-Explorer-Optional-amd64
FeatureName : Internet-Explorer-Optional-amd64 DisplayName : Internet Explorer 11 Description : Finds and displays information and Web sites on the Internet. RestartRequired : Required State : Enabled CustomProperties : \SoftBlockLink : http://go.microsoft.com/fwlink/?LinkID=142507
В данном примере компоненты IE11 устанговлены, чтобы удалить IE11, выполните команду:
Disable-WindowsOptionalFeature -FeatureName Internet-Explorer-Optional-amd64 –Online
Перезагрузите компьютер.
После удаления Internet Explorer исчезнут ассоциации для файлов .html (и других веб-форматов) с IE. При этом Windows Store и другие встроенные приложения будут работать, даже если на компьютере не установлено другого веб браузера.
При удалении компонентов Internet Explorer 11 в Windows, вы не сможете использовать режим совместимости Internet Explorer в браузере Microsoft Edge. Если вам нужен этот режим для просмотра устаревших сайтов, вместо удаления IE, отключите его с помощью групповых политик (описано в последнем разделе этой статьи).
Вы можете использовать такой скрипт для удаления IE на компьютере:
RemoveIE.ps1
#PowerShell script to remove Internet Explorer
#Check If IE is Installed
$check = Get-WindowsOptionalFeature -Online | Where-Object {$_.FeatureName -eq "Internet-Explorer-Optional-amd64"}
If ($check.State -ne "Disabled")
{
#Remove Internet Explorer
Disable-WindowsOptionalFeature -FeatureName Internet-Explorer-Optional-amd64 -Online -NoRestart | Out-Null
}
Для удаления Internet Explorer на удаленных компьютерах, можно использовать команду Invoke-Command (требует настроенного WinRM/PowerShell Remoting):
Invoke-Command -ComputerName PC01,PC02,PC03 -FilePath C:\PS\RemoveIE.ps1
Как удалить Internet Explorer в Windows Server?
IE уже отсутствует в Windows в Windows Server 2022. В более старых версиях Windows Server (2019/2016/2012R2) вы можете удалить Internet Explorer 11 с помощью DISM:
dism /online /disable-feature /featurename:Internet-Explorer-Optional-amd64
Перезагрузите Windows Server и убедитесь, что файл iexplore.exe успешно удален из
C:\Program Files\Internet Explorer
.
Как отключить Internet Explorer 11 с помощью групповых политик?
Если вы не хотите полностью удалять IE в Windows (например, вы хотите использовать IE Mode в Microsoft Edge), вы можете запретить запуск браузера Internet Explorer 11 с помощью групповых политик:
-
- Создайте новую доменную GPO и назначьте ее на OU с компьютерами/серверами с помощью консоли
GPMC.msc
или воспользуйтесь редактором локальной групповой политики (
gpedit.msc
); - Перейдите в раздел Computer Configuration -> Administrative Templates -> Windows Components -> Internet Explorer;
- Найди параметр GPO Disable Internet Explorer 11 as a standalone browser, включите его и выберите тип уведомления пользователя об отключении IE:Never – пользователи не будут уведомлены о том, что IE 11 отключен;
Always – при каждом запуске IE пользователи будут получать уведомление об отключенном Internet Explorer 11 и перенаправляться в альтернативный браузер Microsoft Edge;
Once per user – пользователи оповещаются только один раз (рекомендовано);
- Создайте новую доменную GPO и назначьте ее на OU с компьютерами/серверами с помощью консоли
- Обновите настройки GPO на компьютерах;
Данная политика запрещается запуск браузера Internet Explorer 11 (через файловые ассоциации Windows или прямым запуском iexplore.exe) и запускает вместо него Microsoft Edge (при этом режим совместимостей IE в Edge полностью работоспособен). Иконки IE 11 удаляются из стартового меню и панели задач.
При попытке запустить IE вручную, появляется уведомление:
Internet Explorer This action is restricted. For more information, please contact your system administrator.