mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Fix confilcts
This commit is contained in:
commit
f36d60c0f6
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,7 +5,7 @@ obj/
|
||||
_site/
|
||||
Tools/NuGet/
|
||||
.optemp/
|
||||
Thumbs.db
|
||||
*.db
|
||||
.DS_Store
|
||||
*.ini
|
||||
_themes*/
|
||||
|
@ -65,22 +65,6 @@
|
||||
"build_entry_point": "docs",
|
||||
"template_folder": "_themes"
|
||||
},
|
||||
{
|
||||
"docset_name": "mdop",
|
||||
"build_source_folder": "mdop",
|
||||
"build_output_subfolder": "mdop",
|
||||
"locale": "en-us",
|
||||
"monikers": [],
|
||||
"moniker_ranges": [],
|
||||
"open_to_public_contributors": true,
|
||||
"type_mapping": {
|
||||
"Conceptual": "Content",
|
||||
"ManagedReference": "Content",
|
||||
"RestApi": "Content"
|
||||
},
|
||||
"build_entry_point": "docs",
|
||||
"template_folder": "_themes"
|
||||
},
|
||||
{
|
||||
"docset_name": "microsoft-edge",
|
||||
"build_source_folder": "browsers/edge",
|
||||
@ -145,38 +129,6 @@
|
||||
"build_entry_point": "docs",
|
||||
"template_folder": "_themes"
|
||||
},
|
||||
{
|
||||
"docset_name": "surface",
|
||||
"build_source_folder": "devices/surface",
|
||||
"build_output_subfolder": "surface",
|
||||
"locale": "en-us",
|
||||
"monikers": [],
|
||||
"moniker_ranges": [],
|
||||
"open_to_public_contributors": true,
|
||||
"type_mapping": {
|
||||
"Conceptual": "Content",
|
||||
"ManagedReference": "Content",
|
||||
"RestApi": "Content"
|
||||
},
|
||||
"build_entry_point": "docs",
|
||||
"template_folder": "_themes"
|
||||
},
|
||||
{
|
||||
"docset_name": "surface-hub",
|
||||
"build_source_folder": "devices/surface-hub",
|
||||
"build_output_subfolder": "surface-hub",
|
||||
"locale": "en-us",
|
||||
"monikers": [],
|
||||
"moniker_ranges": [],
|
||||
"open_to_public_contributors": true,
|
||||
"type_mapping": {
|
||||
"Conceptual": "Content",
|
||||
"ManagedReference": "Content",
|
||||
"RestApi": "Content"
|
||||
},
|
||||
"build_entry_point": "docs",
|
||||
"template_folder": "_themes"
|
||||
},
|
||||
{
|
||||
"docset_name": "win-access-protection",
|
||||
"build_source_folder": "windows/access-protection",
|
||||
@ -480,5 +432,8 @@
|
||||
}
|
||||
},
|
||||
"need_generate_pdf": false,
|
||||
"need_generate_intellisense": false
|
||||
"need_generate_intellisense": false,
|
||||
"docs_build_engine": {
|
||||
"name": "docfx_v3"
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
5
.vscode/extensions.json
vendored
5
.vscode/extensions.json
vendored
@ -1,5 +0,0 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"docsmsft.docs-authoring-pack"
|
||||
]
|
||||
}
|
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
@ -1,8 +0,0 @@
|
||||
{
|
||||
"cSpell.words": [
|
||||
"intune",
|
||||
"kovter",
|
||||
"kovter's",
|
||||
"poshspy"
|
||||
]
|
||||
}
|
@ -11,7 +11,6 @@ ms.prod: edge
|
||||
ms.mktglfcycl: general
|
||||
ms.topic: reference
|
||||
ms.sitesec: library
|
||||
title: Microsoft Edge for IT Pros
|
||||
ms.localizationpriority: medium
|
||||
ms.date: 10/02/2018
|
||||
---
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
description: You can customize your organization’s browser settings in Microsoft Edge with Group Policy or Microsoft Intune, or other MDM service. When you do this, you set the policy once and then copy it onto many computers—that is, touch once, configure many.
|
||||
description: You can customize your organization's browser settings in Microsoft Edge with Group Policy or Microsoft Intune, or other MDM service. When you do this, you set the policy once and then copy it onto many computers—that is, touch once, configure many.
|
||||
ms.assetid: 2e849894-255d-4f68-ae88-c2e4e31fa165
|
||||
ms.reviewer:
|
||||
author: dansimp
|
||||
@ -18,7 +18,10 @@ ms.localizationpriority: medium
|
||||
|
||||
> Applies to: Microsoft Edge on Windows 10 and Windows 10 Mobile
|
||||
|
||||
You can customize your organization’s browser settings in Microsoft Edge with Group Policy or Microsoft Intune, or other MDM service. When you do this, you set the policy once and then copy it onto many computers—that is, touch once, configure many. For example, you can set up multiple security settings in a Group Policy Object (GPO) linked to a domain, and then apply those settings to every computer in the domain.
|
||||
> [!NOTE]
|
||||
> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/).
|
||||
|
||||
You can customize your organization's browser settings in Microsoft Edge with Group Policy or Microsoft Intune, or other MDM service. When you do this, you set the policy once and then copy it onto many computers—that is, touch once, configure many. For example, you can set up multiple security settings in a Group Policy Object (GPO) linked to a domain, and then apply those settings to every computer in the domain.
|
||||
|
||||
Other policy settings in Microsoft Edge include allowing Adobe Flash content to play automatically, provision a favorites list, set default search engine, and more. You configure a Group Policy setting in the Administrative Templates folders, which are registry-based policy settings that Group Policy enforces. Group Policy stores these settings in a specific registry location, which users cannot change. Also, Group Policy-aware Windows features and applications look for these settings in the registry, and if found the policy setting gets used instead of the regular settings.
|
||||
|
||||
|
@ -6,8 +6,6 @@ title: Microsoft Edge Legacy group policies
|
||||
|
||||
metadata:
|
||||
|
||||
document_id:
|
||||
|
||||
title: Microsoft Edge Legacy group policies
|
||||
|
||||
description: Learn how to configure group policies in Microsoft Edge Legacy on Windows 10.
|
||||
|
@ -15,6 +15,8 @@ ms.date: 01/17/2020
|
||||
---
|
||||
|
||||
# Deploy Microsoft Edge Legacy kiosk mode
|
||||
> [!IMPORTANT]
|
||||
> Microsoft 365 apps and services will not support Internet Explorer 11 starting August 17, 2021 (Microsoft Teams will not support Internet Explorer 11 earlier, starting November 30, 2020). [Learn more](https://aka.ms/AA97tsw). Please note that Internet Explorer 11 will remain a supported browser. Internet Explorer 11 is a component of the Windows operating system and [follows the Lifecycle Policy](https://docs.microsoft.com/lifecycle/faq/internet-explorer-microsoft-edge) for the product on which it is installed.
|
||||
|
||||
> Applies to: Microsoft Edge Legacy (version 45 and earlier) on Windows 10, version 1809 or later
|
||||
> Professional, Enterprise, and Education
|
||||
|
@ -3,7 +3,6 @@
|
||||
documentType: LandingData
|
||||
title: Microsoft Edge
|
||||
metadata:
|
||||
document_id:
|
||||
title: Microsoft Edge
|
||||
description: Find the tools and resources you need to help deploy and use Microsoft Edge in your organization.
|
||||
keywords: Microsoft Edge, issues, fixes, announcements, Windows Server, advisories
|
||||
|
@ -9,7 +9,6 @@ author: dansimp
|
||||
ms.author: dansimp
|
||||
ms.prod: edge
|
||||
ms.sitesec: library
|
||||
title: Deploy Microsoft Edge kiosk mode
|
||||
ms.localizationpriority: medium
|
||||
ms.date: 10/15/2018
|
||||
---
|
||||
|
@ -5,7 +5,6 @@ ms.prod: edge
|
||||
ms.mktglfcycl: explore
|
||||
ms.sitesec: library
|
||||
ms.pagetype: security
|
||||
title: Security enhancements for Microsoft Edge (Microsoft Edge for IT Pros)
|
||||
ms.localizationpriority: medium
|
||||
ms.date: 10/02/2018
|
||||
ms.reviewer:
|
||||
|
@ -7,6 +7,7 @@
|
||||
"**/*.yml"
|
||||
],
|
||||
"exclude": [
|
||||
"**/includes/**",
|
||||
"**/obj/**"
|
||||
]
|
||||
}
|
||||
|
@ -7,7 +7,8 @@ author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.assetid: 59185370-558c-47e0-930c-8a5ed657e9e3
|
||||
ms.reviewer:
|
||||
audience: itpro
manager: dansimp
|
||||
audience: itpro
|
||||
manager: dansimp
|
||||
ms.author: dansimp
|
||||
title: ActiveX installation using group policy (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
@ -17,6 +18,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Group Policy and ActiveX installation
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
ActiveX controls are installed and invoked using the HTML object tag with the CODEBASE attribute. This attribute, through a URL, makes Internet Explorer:
|
||||
|
||||
- Get the ActiveX control if it's not already installed.
|
||||
|
@ -9,12 +9,16 @@ title: Add employees to the Enterprise Mode Site List Portal (Internet Explorer
|
||||
ms.sitesec: library
|
||||
ms.date: 07/27/2017
|
||||
ms.reviewer:
|
||||
audience: itpro
manager: dansimp
|
||||
audience: itpro
|
||||
manager: dansimp
|
||||
ms.author: dansimp
|
||||
---
|
||||
|
||||
# Add employees to the Enterprise Mode Site List Portal
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -7,7 +7,8 @@ author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.assetid: 20aF07c4-051a-451f-9c46-5a052d9Ae27c
|
||||
ms.reviewer:
|
||||
audience: itpro
manager: dansimp
|
||||
audience: itpro
|
||||
manager: dansimp
|
||||
ms.author: dansimp
|
||||
title: Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1) (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
@ -17,6 +18,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1)
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 8.1
|
||||
|
@ -18,6 +18,9 @@ ms.date: 10/24/2017
|
||||
|
||||
# Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2)
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -7,7 +7,8 @@ author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.assetid: 042e44e8-568d-4717-8fd3-69dd198bbf26
|
||||
ms.reviewer:
|
||||
audience: itpro
manager: dansimp
|
||||
audience: itpro
|
||||
manager: dansimp
|
||||
ms.author: dansimp
|
||||
title: Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1) (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
@ -17,6 +18,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Add single sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1)
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 8.1
|
||||
|
@ -18,6 +18,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Add single sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2)
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -7,7 +7,8 @@ author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.assetid: 2b390786-f786-41cc-bddc-c55c8a4c5af3
|
||||
ms.reviewer:
|
||||
audience: itpro
manager: dansimp
|
||||
audience: itpro
|
||||
manager: dansimp
|
||||
ms.author: dansimp
|
||||
title: Administrative templates and Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
@ -17,6 +18,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Administrative templates and Internet Explorer 11
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
Administrative Templates are made up of a hierarchy of policy categories and subcategories that define how your policy settings appear in the Local Group Policy Editor, including:
|
||||
|
||||
- What registry locations correspond to each setting.
|
||||
|
@ -9,12 +9,16 @@ title: Approve a change request using the Enterprise Mode Site List Portal (Inte
|
||||
ms.sitesec: library
|
||||
ms.date: 07/27/2017
|
||||
ms.reviewer:
|
||||
audience: itpro
manager: dansimp
|
||||
audience: itpro
|
||||
manager: dansimp
|
||||
ms.author: dansimp
|
||||
---
|
||||
|
||||
# Approve a change request using the Enterprise Mode Site List Portal
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -7,7 +7,8 @@ author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.assetid: 3fbbc2c8-859b-4b2e-abc3-de2c299e0938
|
||||
ms.reviewer:
|
||||
audience: itpro
manager: dansimp
|
||||
audience: itpro
|
||||
manager: dansimp
|
||||
ms.author: dansimp
|
||||
title: Auto configuration and auto proxy problems with Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
@ -16,6 +17,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Auto configuration and auto proxy problems with Internet Explorer 11
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
You might experience some problems using automatic configuration and auto-proxy with Internet Explorer 11.
|
||||
|
||||
## Branding changes aren't distributed using automatic configuration
|
||||
|
@ -7,7 +7,8 @@ author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.assetid: 90308d59-45b9-4639-ab1b-497e5ba19023
|
||||
ms.reviewer:
|
||||
audience: itpro
manager: dansimp
|
||||
audience: itpro
|
||||
manager: dansimp
|
||||
ms.author: dansimp
|
||||
title: Auto configuration settings for Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
@ -16,6 +17,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Auto configuration settings for Internet Explorer 11
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
Automatic configuration lets you apply custom branding and graphics to your internal Internet Explorer installations, running on Windows 8.1 or Windows Server 2012 R2. For more information about adding custom branding and graphics to your IE package, see [Customize the toolbar button and Favorites List icons using IEAK 11](../ie11-ieak/guidelines-toolbar-and-favorites-list-ieak11.md).<p>**Important**<br>You'll only see and be able to use the **IE Customization Wizard 11 - Automatic Configuration** page if you're creating an internal IE installation package. For more information about the **IE Customization Wizard 11 - Automatic Configuration** page, see [Use the Automatic Configuration page in the IEAK 11 Wizard](../ie11-ieak/auto-config-ieak11-wizard.md).
|
||||
|
||||
## Adding the automatic configuration registry key
|
||||
|
@ -7,7 +7,8 @@ author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.assetid: c6753cf4-3276-43c5-aae9-200e9e82753f
|
||||
ms.reviewer:
|
||||
audience: itpro
manager: dansimp
|
||||
audience: itpro
|
||||
manager: dansimp
|
||||
ms.author: dansimp
|
||||
title: Auto detect settings Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
@ -16,6 +17,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Auto detect settings Internet Explorer 11
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
After you specify the specific settings related to automatic detection on your Dynamic Host Configuration Protocol (DHCP) and Domain Name System (DNS) servers, you can set up your users' browser settings from a central location.
|
||||
|
||||
Automatic detection works even if the browser wasn't originally set up or installed by the administrator.
|
||||
|
@ -7,7 +7,8 @@ author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.assetid: 5120aaf9-8ead-438a-8472-3cdd924b7d9e
|
||||
ms.reviewer:
|
||||
audience: itpro
manager: dansimp
|
||||
audience: itpro
|
||||
manager: dansimp
|
||||
ms.author: dansimp
|
||||
title: Auto proxy configuration settings for Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
@ -16,6 +17,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Auto proxy configuration settings for Internet Explorer 11
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
Configure and maintain your proxy settings, like pointing your users' browsers to your automatic proxy script, through the Internet Explorer Customization Wizard 11 running on either Windows 8.1 or Windows Server 2012 R2.
|
||||
|
||||
## Updating your auto-proxy settings
|
||||
|
@ -3,7 +3,8 @@ title: Blocked out-of-date ActiveX controls
|
||||
description: This page is periodically updated with new ActiveX controls blocked by this feature.
|
||||
author: dansimp
|
||||
ms.author: dansimp
|
||||
audience: itpro
manager: dansimp
|
||||
audience: itpro
|
||||
manager: dansimp
|
||||
ms.date: 05/10/2018
|
||||
ms.topic: article
|
||||
ms.prod: ie11
|
||||
@ -17,6 +18,9 @@ ms.sitesec: library
|
||||
|
||||
# Blocked out-of-date ActiveX controls
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
ActiveX controls are small apps that let websites provide content, like videos and games, and let you interact with content, like toolbars. Unfortunately, because many ActiveX controls aren't automatically updated, they can become outdated as new versions are released. It's very important that you keep your ActiveX controls up to date because malicious software (or malware) can target security flaws in outdated controls, damaging your computer by collecting info from it, installing unwanted software, or by letting someone else control it remotely. To help avoid this situation, Internet Explorer includes a security feature called _out-of-date ActiveX control blocking_.
|
||||
|
||||
We'll periodically update this page with new ActiveX controls blocked by this feature. We'll typically provide one month's advance notice before adding new controls to the list.
|
||||
|
@ -7,7 +7,8 @@ author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.assetid: 85f0cd01-6f82-4bd1-9c0b-285af1ce3436
|
||||
ms.reviewer:
|
||||
audience: itpro
manager: dansimp
|
||||
audience: itpro
|
||||
manager: dansimp
|
||||
ms.author: dansimp
|
||||
title: Browser cache changes and roaming profiles (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
@ -16,6 +17,9 @@ ms.date: 10/16/2017
|
||||
|
||||
|
||||
# Browser cache changes and roaming profiles
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
We’ve redesigned the browser cache to improve the performance, flexibility, reliability, and scalability of Internet Explorer and the apps that rely on the Windows Internet (WinINet) cache. Our new database design stops multiple clients from simultaneously accessing and using cached information, while also providing a higher level of data integrity.
|
||||
|
||||
You won’t notice any changes to the management of your roaming profile data if you use our new database implementation in conjunction with the [roaming user profile guidelines](https://go.microsoft.com/fwlink/p/?LinkId=401544). This means that IE data that’s stored in the `AppData\Roaming` user profile folder is still be uploaded to your normal profile storage location after a user successfully logs off.<p>**Note**<br>Cookies in a roaming profile can only be set by Internet Explorer for the desktop, with Enhanced Protected Mode turned off. Cookies set by the immersive version of IE or by Microsoft Store apps, can’t be part of a roaming profile. For more information about persistent cookies and roaming, see [Persistent cookies are not roamed in Internet Explorer](https://go.microsoft.com/fwlink/p/?LinkId=401545).
|
||||
|
@ -8,12 +8,16 @@ ms.sitesec: library
|
||||
author: dansimp
|
||||
ms.date: 07/27/2017
|
||||
ms.reviewer:
|
||||
audience: itpro
manager: dansimp
|
||||
audience: itpro
|
||||
manager: dansimp
|
||||
ms.author: dansimp
|
||||
---
|
||||
|
||||
|
||||
# Change history for Internet Explorer 11
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
This topic lists new and updated topics in the Internet Explorer 11 documentation for both Windows 10 and Windows 10 Mobile.
|
||||
|
||||
## April 2017
|
||||
|
@ -3,7 +3,8 @@ title: Check for a new Enterprise Mode site list xml file (Internet Explorer 11
|
||||
description: You can have centralized control over Enterprise Mode by creating a single, global XML site list that includes the list of websites to render using Enterprise Mode.
|
||||
ms.assetid: 2bbc7017-622e-4baa-8981-c0bbda10e9df
|
||||
ms.reviewer:
|
||||
audience: itpro
manager: dansimp
|
||||
audience: itpro
|
||||
manager: dansimp
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
@ -17,6 +18,9 @@ ms.localizationpriority: medium
|
||||
|
||||
# Check for a new Enterprise Mode site list xml file
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -6,7 +6,8 @@ author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.assetid: 21b6a301-c222-40bc-ad0b-27f66fc54d9d
|
||||
ms.reviewer:
|
||||
audience: itpro
manager: dansimp
|
||||
audience: itpro
|
||||
manager: dansimp
|
||||
ms.author: dansimp
|
||||
title: Choose how to deploy Internet Explorer 11 (IE11) (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
@ -15,6 +16,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Choose how to deploy Internet Explorer 11 (IE11)
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
In this section, you can learn about how to deploy your custom version of Internet Explorer using Automatic Version Synchronization (AVS) or using your software distribution tools.
|
||||
|
||||
## In this section
|
||||
|
@ -6,7 +6,8 @@ author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.assetid: 9572f5f1-5d67-483e-bd63-ffea95053481
|
||||
ms.reviewer:
|
||||
audience: itpro
manager: dansimp
|
||||
audience: itpro
|
||||
manager: dansimp
|
||||
ms.author: dansimp
|
||||
title: Choose how to install Internet Explorer 11 (IE11) (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
@ -15,6 +16,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Choose how to install Internet Explorer 11 (IE11)
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
Before you install Internet Explorer 11, you should:
|
||||
|
||||
- **Migrate Group Policy Objects.** Decide if your Group Policy Objects should migrate to the new version.
|
||||
|
@ -16,6 +16,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Collect data using Enterprise Site Discovery
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -16,6 +16,9 @@ ms.author: dansimp
|
||||
|
||||
# Use the Settings page to finish setting up the Enterprise Mode Site List Portal
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -16,6 +16,9 @@ ms.author: dansimp
|
||||
|
||||
# Create a change request using the Enterprise Mode Site List Portal
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -16,6 +16,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Create packages for multiple operating systems or languages
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
You'll create multiple versions of your custom browser package if:
|
||||
|
||||
- You support more than 1 version of Windows®.
|
||||
|
@ -16,6 +16,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Customize Internet Explorer 11 installation packages
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
You can customize Internet Explorer 11 to support various browser behaviors, multiple operating system versions and languages, and Setup information (.inf) files.
|
||||
|
||||
|Topic |Description |
|
||||
|
@ -18,6 +18,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Delete sites from your Enterprise Mode site list in the Enterprise Mode Site List Manager
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -15,6 +15,9 @@ ms.date: 07/27/2017
|
||||
---
|
||||
|
||||
# Deploy Internet Explorer 11 using Automatic Version Synchronization (AVS)
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
You can deploy Internet Explorer 11 to your users' computers by using your custom browser packages and Automatic Version Synchronization (AVS).
|
||||
|
||||
## What is Automatic Version Synchronization?
|
||||
|
@ -16,6 +16,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Deploy Internet Explorer 11 using software distribution tools
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
If you already manage software distribution and updates on your network through software distribution tools, you can also use these tools for ongoing deployments of Internet Explorer. Software distribution tools include:
|
||||
|
||||
- **System Center R2 2012 System Center 2012 R2 Configuration Manager.** Deploy and install Internet Explorer 11 on your user's computers through a software distribution package. For more information about using this tool, see [System Center R2 2012 Configuration Manager](https://go.microsoft.com/fwlink/p/?LinkID=276664).
|
||||
|
@ -17,6 +17,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Deploy pinned websites using Microsoft Deployment Toolkit (MDT) 2013
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -17,6 +17,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Deprecated document modes and Internet Explorer 11
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -18,6 +18,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Edit the Enterprise Mode site list using the Enterprise Mode Site List Manager
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -17,6 +17,9 @@ ms.date: 4/12/2018
|
||||
|
||||
|
||||
# Enable and disable add-ons using administrative templates and group policy
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
Add-ons let your employees personalize Internet Explorer. You can manage IE add-ons using Group Policy and Group Policy templates.
|
||||
|
||||
There are four types of add-ons:
|
||||
|
@ -17,6 +17,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Enhanced Protected Mode problems with Internet Explorer
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
Enhanced Protected Mode further restricts Protected Mode to deny potential attackers access to sensitive or personal information. If this feature is turned on, users might start to see errors asking them to turn it off, like **This webpage wants to run "npctrl.dll. If you trust this site, you can disable Enhanced Protected Mode for this site to run the control**. If your users click the **Disable** box, Enhanced Protected Mode is turned off for only the single visit to that specific site. After the user leaves the site, Enhanced Protected Mode is automatically turned back on.
|
||||
|
||||
You can use your company’s Group Policy to turn Enhanced Protected Mode on or off for all users. For more information, see the [Group policy objects and Internet Explorer 11 (IE11)](group-policy-objects-and-ie11.md) information in this guide.
|
||||
|
@ -18,6 +18,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Enterprise Mode for Internet Explorer 11
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -18,6 +18,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Enterprise Mode schema v.1 guidance
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -18,6 +18,9 @@ ms.date: 12/04/2017
|
||||
|
||||
# Enterprise Mode schema v.2 guidance
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -18,6 +18,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Export your Enterprise Mode site list from the Enterprise Mode Site List Manager
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -17,6 +17,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Fix web compatibility issues using document modes and the Enterprise Mode site list
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
The Internet Explorer 11 Enterprise Mode site list lets you specify document modes for specific websites, helping you fix compatibility issues without changing a single line of code on the site. This addition to the site list is a continuation of our commitment to help you upgrade and stay up-to-date on the latest version of Internet Explorer, while still preserving your investments in existing apps.
|
||||
|
||||
## What does this mean for me?
|
||||
|
@ -18,6 +18,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Fix validation problems using the Enterprise Mode Site List Manager
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -17,6 +17,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Group Policy, Advanced Group Policy Management (AGPM), and Internet Explorer 11
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
Advanced Group Policy Management (AGPM) is an add-on license that available for the Microsoft Desktop Optimization Pack (MDOP). This license gives you change control and a role assignment-model that helps optimize Group Policy management and reduce the risk of widespread failures.
|
||||
|
||||
From AGPM you can:
|
||||
|
@ -17,6 +17,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Group Policy, the Group Policy Management Console (GPMC), and Internet Explorer 11
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
A Microsoft Management Console (MMC)-based tool that uses scriptable interfaces to manage Group Policy. The 32-bit and 64-bit versions are included with Windows Server R2 with Service Pack 1 (SP1) and Windows Server 2012 R2.
|
||||
|
||||
## Why use the GPMC?
|
||||
|
@ -18,6 +18,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Group Policy and Internet Explorer 11 (IE11)
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -17,6 +17,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Group Policy, the Local Group Policy Editor, and Internet Explorer 11
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
A Microsoft Management Console (MMC)-based tool that manages both computer and user-related configurations for an individual computer policy. This tool is included with Windows® 7 Service Pack 1 (SP1) and Windows 8.1.
|
||||
|
||||
Here's a list of the policy settings you can use, based on the configuration type. For more info, see [Local Group Policy Editor](https://go.microsoft.com/fwlink/p/?LinkId=294912).
|
||||
|
@ -17,6 +17,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Group Policy and compatibility with Internet Explorer 11
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
Internet Explorer 11 has many Group Policy entries that can be configured for keeping your environment managed and safe. This table includes all of our recommendations around security, performance, and compatibility with the previous versions of Internet Explorer, regardless of which Zone the website is in.
|
||||
|
||||
|Activity |Location |Setting the policy object |
|
||||
|
@ -17,6 +17,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Group Policy management tools
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
Group Policy, based on Microsoft Active Directory Domain Services (AD DS), lets you manage your organization's computer and user settings as part of your Group Policy objects (GPOs), which are added and changed in the Group Policy Management Console (GPMC). GPOs can include registry-based Administrative Template policy settings, security settings, software deployment information, scripts, folder redirection, and preferences. The most effective way to target a specific GPO is to use Windows Management Instrumentation (WMI) filters. Like, creating a WMI filter that applies a GPO only to computers with a specific make and model.
|
||||
|
||||
By using Group Policy, you can set up a policy setting once, and then copy that setting onto many computers. For example, you can set up multiple Internet Explorer 11 security settings in a GPO that's linked to a domain, and then apply all of those settings to every computer in the domain.
|
||||
|
@ -17,6 +17,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Group policy preferences and Internet Explorer 11
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
Group Policy preferences are less strict than Group Policy settings, based on:
|
||||
|
||||
| |Group Policy preferences |Group Policy settings |
|
||||
|
@ -17,6 +17,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Group Policy problems with Internet Explorer 11
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
If you're having problems with Group Policy and Internet Explorer 11, or if you're looking for high-level information about the concepts and techniques used to troubleshoot Group Policy, as well as links to detailed reference topics, procedures, and troubleshooting scenario guides, see [Group Policy Analysis and Troubleshooting Overview](https://go.microsoft.com/fwlink/p/?LinkId=279872).
|
||||
|
||||
## Group Policy Object-related Log Files
|
||||
|
@ -17,6 +17,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Group Policy, Shortcut Extensions, and Internet Explorer 11
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
Group Policy includes the Shortcuts preference extension, which lets you configure shortcuts to:
|
||||
|
||||
- **File system objects.** Traditional shortcuts that link to apps, files, folders, drives, shares, or computers. For example, linking a shortcut to an app from the **Start** screen.
|
||||
|
@ -17,6 +17,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Group Policy, Windows Powershell, and Internet Explorer 11
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
Your domain-joined Group Policy Objects (GPOs) can use any of Group Policy-related “cmdlets” that run within Windows PowerShell.
|
||||
|
||||
Each cmdlet is a single-function command-line tool that can:
|
||||
|
@ -17,6 +17,9 @@ ms.date: 05/22/2018
|
||||
---
|
||||
|
||||
# Internet Explorer 11 delivery through automatic updates
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
Internet Explorer 11 makes browsing the web faster, easier, safer, and more reliable than ever. To help customers become more secure and up-to-date, Microsoft will distribute Internet Explorer 11 through Automatic Updates and the Windows Update and Microsoft Update sites. Internet Explorer 11 will be available for users of the 32-bit and 64-bit versions of Windows 7 Service Pack 1 (SP1), and 64-bit version of Windows Server 2008 R2 SP1. This article provides an overview of the delivery process and options available for IT administrators to control how and when Internet Explorer 11 is deployed to their organization through Automatic Updates.
|
||||
|
||||
- [Automatic updates delivery process](https://docs.microsoft.com/internet-explorer/ie11-deploy-guide/ie11-delivery-through-automatic-updates#automatic-updates-delivery-process)
|
||||
|
@ -11,6 +11,9 @@ ms.author: dansimp
|
||||
|
||||
# Full-sized flowchart detailing how document modes are chosen in IE11
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
Return to: [Deprecated document modes and Internet Explorer 11](deprecated-document-modes.md)<br>
|
||||
|
||||
<p style="overflow: auto;">
|
||||
|
@ -18,6 +18,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Import your Enterprise Mode site list to the Enterprise Mode Site List Manager
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -14,6 +14,9 @@ manager: dansimp
|
||||
|
||||
# Internet Explorer 11 (IE11) - Deployment Guide for IT Pros
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -17,6 +17,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Install and Deploy Internet Explorer 11 (IE11)
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -15,6 +15,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Install Internet Explorer 11 (IE11) using Microsoft Intune
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
Internet Explorer 11 is available as an update in Microsoft Intune. Microsoft Intune uses Windows cloud services to help you manage updates, monitor and protect your computers, provide remote assistance, track hardware and software inventory, and set security policies. For more information, see the [Documentation Library for Microsoft Intune](https://go.microsoft.com/fwlink/p/?LinkId=301805).
|
||||
|
||||
## Adding and deploying the IE11 package
|
||||
|
@ -17,6 +17,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Install Internet Explorer 11 (IE11) using Microsoft Deployment Toolkit (MDT) and your Windows images
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
You can install Internet Explorer 11 (IE11) using Microsoft Deployment Toolkit (MDT) and your Windows images.
|
||||
|
||||
You'll need to extract the .cab file for each supported operating system and platform combination and the .msu file for each prerequisite update. Download the IE11 update and prerequisites here:
|
||||
|
@ -17,6 +17,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Install Internet Explorer 11 (IE11) using System Center 2012 R2 Configuration Manager
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
You can install Internet Explorer 11 (IE11) by using [System Center R2 2012 Configuration Manager](https://go.microsoft.com/fwlink/p/?linkid=276664). Complete these steps for each operating system and platform combination.
|
||||
|
||||
**To install IE11**
|
||||
|
@ -16,6 +16,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Install Internet Explorer 11 (IE11) using your network
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
You can install Internet Explorer 11 (IE11) over your network by putting your custom IE11 installation package in a shared network folder and letting your employees run the Setup program on their own computers. You can create the network folder structure manually, or you can run Internet Explorer Administration Kit 11 (IEAK 11).
|
||||
|
||||
**Note**<br>If you support multiple architectures and operating systems, create a subfolder for each combination. If you support multiple languages, create a subfolder for each localized installation file.
|
||||
|
@ -16,6 +16,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Install Internet Explorer 11 (IE11) using third-party tools
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
You can install Internet Explorer 11 (IE11) using third-party electronic software distribution (ESD) systems and these command-line options:
|
||||
|
||||
## Setup Modes
|
||||
|
@ -16,6 +16,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Install Internet Explorer 11 (IE11) using Windows Server Update Services (WSUS)
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
Windows Server Update Services (WSUS) lets you download a single copy of the Microsoft product update and cache it on your local WSUS servers. You can then configure your computers to get the update from your local servers instead of Windows Update. For more information about WSUS, see [Windows Server Update Services](https://go.microsoft.com/fwlink/p/?LinkID=276790).
|
||||
|
||||
**To import from Windows Update to WSUS**
|
||||
|
@ -16,6 +16,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Install problems with Internet Explorer 11
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
Most Internet Explorer 11 installations are straightforward and work the way they should. But it's possible that you might have problems.
|
||||
|
||||
If you do, you can:
|
||||
|
@ -16,6 +16,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Fix intranet search problems with Internet Explorer 11
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
After upgrading to Internet Explorer 11, you might experience search issues while using your intranet site.
|
||||
|
||||
## Why is my intranet redirecting me to search results?
|
||||
|
@ -17,6 +17,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Manage Internet Explorer 11
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -17,6 +17,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Missing Internet Explorer Maintenance settings for Internet Explorer 11
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -17,6 +17,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Missing the Compatibility View Button
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -16,6 +16,12 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# .NET Framework problems with Internet Explorer 11
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
## Summary
|
||||
|
||||
If you’re having problems launching your legacy apps while running Internet Explorer 11, it’s most likely because Internet Explorer no longer starts apps that use managed browser hosting controls, like in .NET Framework 1.1 and 2.0.
|
||||
|
||||
**To turn managed browser hosting controls back on**
|
||||
@ -24,11 +30,14 @@ If you’re having problems launching your legacy apps while running Internet Ex
|
||||
|
||||
2. **For 32-bit processes on x64 systems:** Go to the `HKLM\SOFTWARE\Wow6432Node\MICROSOFT\.NETFramework` registry key and change the **EnableIEHosting** value to **1**.
|
||||
|
||||
For more information, see the [Web Applications](https://go.microsoft.com/fwlink/p/?LinkId=308903) section of the Application Compatibility in the .NET Framework 4.5 page.
|
||||
## More information
|
||||
|
||||
|
||||
|
||||
|
||||
IEHost is a Microsoft .NET Framework 1.1-based technology that provides a better model than ActiveX controls to host controls within the browser. The IEHost controls are lightweight and are operated under the .NET security model where they are operated inside a sandbox.
|
||||
|
||||
From the .NET Framework 4, we remove the IEHost.dll file for the following reasons:
|
||||
|
||||
- IEHost/HREF-EXE-style controls are exposed to the Internet. This poses a high security risk, and most customers who install the Framework are benefiting very little from this security risk.
|
||||
- Managed hosting controls and invoking random ActiveX controls may be unsafe, and this risk cannot be countered in the .NET Framework. Therefore, the ability to host is disabled. We strongly suggest that IEHost should be disabled in any production environment.
|
||||
- Potential security vulnerabilities and assembly versioning conflicts in the default application domain. By relying on COM Interop wrappers to load your assembly, it is implicitly loaded in the default application domain. If other browser extensions do the same function, they have the risks in the default application domain such as disclosing information, and so on. If you are not using strong-named assemblies as dependencies, type loading exceptions can occur. You cannot freely configure the common language runtime (CLR), because you do not own the host process, and you cannot run any code before your extension is loaded.
|
||||
|
||||
For more information about .NET Framework application compatibility, see [Application compatibility in the .NET Framework](/dotnet/framework/migration-guide/application-compatibility).
|
||||
|
@ -17,6 +17,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# New group policy settings for Internet Explorer 11
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
Internet Explorer 11 gives you some new Group Policy settings to help you manage your company's web browser configurations, including:
|
||||
|
||||
|
||||
|
@ -18,6 +18,9 @@ ms.date: 05/10/2018
|
||||
|
||||
# Out-of-date ActiveX control blocking
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
@ -105,7 +108,10 @@ reg add "HKCU\Software\Microsoft\Internet Explorer\VersionManager" /v DownloadVe
|
||||
```
|
||||
Turning off this automatic download breaks the out-of-date ActiveX control blocking feature by not letting the version list update with newly outdated controls, potentially compromising the security of your computer. Use this configuration option at your own risk.
|
||||
|
||||
## Out-of-date ActiveX control blocking on managed devices
|
||||
## Out-of-date ActiveX control blocking
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
on managed devices
|
||||
Out-of-date ActiveX control blocking includes four new Group Policy settings that you can use to manage your web browser configuration, based on your domain controller. You can download the administrative templates, including the new settings, from the [Administrative templates (.admx) for Windows 10](https://go.microsoft.com/fwlink/p/?LinkId=746579) page or the [Administrative Templates (.admx) for Windows 8.1 and Windows Server 2012 R2](https://go.microsoft.com/fwlink/p/?LinkId=746580) page, depending on your operating system.
|
||||
|
||||
### Group Policy settings
|
||||
|
@ -16,6 +16,9 @@ ms.date: 10/16/2017
|
||||
|
||||
|
||||
# Problems after installing Internet Explorer 11
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
After you install Internet Explorer 11 in your organization, you might run into the following issues. By following these suggestions, you should be able to fix them.
|
||||
|
||||
## Internet Explorer is in an unusable state
|
||||
|
@ -18,6 +18,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Remove all sites from your Enterprise Mode site list using the Enterprise Mode Site List Manager
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -18,6 +18,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Remove sites from a local compatibility view list
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -18,6 +18,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Remove sites from a local Enterprise Mode site list
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -17,6 +17,9 @@ ms.date: 04/02/2020
|
||||
|
||||
# Review neutral sites for Internet Explorer mode using the Enterprise Mode Site List Manager
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -18,6 +18,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Save your site list to XML in the Enterprise Mode Site List Manager
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -16,6 +16,9 @@ ms.author: dansimp
|
||||
|
||||
# Schedule approved change requests for production using the Enterprise Mode Site List Portal
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -18,6 +18,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Search your Enterprise Mode site list in the Enterprise Mode Site List Manager
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -17,6 +17,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Set the default browser using Group Policy
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
You can use the Group Policy setting, **Set a default associations configuration file**, to set the default browser for your company devices running Windows 10.
|
||||
|
||||
**To set the default browser as Internet Explorer 11**
|
||||
|
@ -18,6 +18,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Set up Enterprise Mode logging and data collection
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -16,6 +16,9 @@ ms.author: dansimp
|
||||
|
||||
# Set up the Enterprise Mode Site List Portal
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -17,6 +17,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Setup problems with Internet Explorer 11
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
Installing Internet Explorer creates the following log files, which are stored in the Windows installation folder (typically, the C:\\Windows folder):
|
||||
|
||||
- `IE11_main.log`
|
||||
|
@ -17,6 +17,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# System requirements and language support for Internet Explorer 11 (IE11)
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -17,6 +17,9 @@ ms.date: 05/10/2018
|
||||
|
||||
# Tips and tricks to manage Internet Explorer compatibility
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
Find out how to achieve better backward compatibility for your legacy web applications with the Enterprise Mode Site List.
|
||||
|
||||
Jump to:
|
||||
|
@ -17,6 +17,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Troubleshoot Internet Explorer 11 (IE11)
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -18,6 +18,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Turn off Enterprise Mode
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -16,6 +16,9 @@ ms.date: 07/27/2017
|
||||
|
||||
|
||||
# Fix font rendering problems by turning off natural metrics
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
By default, Internet Explorer 11 uses “natural metrics”. Natural metrics use inter-pixel spacing that creates more accurately rendered and readable text, avoiding many common font rendering problems with Windows Internet Explorer 9 or older sites.
|
||||
|
||||
However, you might find that many intranet sites need you to use Windows Graphics Device Interface (GDI) metrics. To avoid potential compatibility issues, you must turn off natural metrics for those sites.
|
||||
|
@ -18,6 +18,9 @@ ms.localizationpriority: medium
|
||||
|
||||
# Turn on Enterprise Mode and use a site list
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -18,6 +18,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# Turn on local control and logging for Enterprise Mode
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -18,6 +18,9 @@ ms.date: 07/27/2017
|
||||
|
||||
# List of updated features and tools - Internet Explorer 11 (IE11)
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
@ -16,6 +16,9 @@ author: dansimp
|
||||
|
||||
# Use the Enterprise Mode Site List Portal
|
||||
|
||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 10
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user