mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-17 15:57:23 +00:00
Merge remote-tracking branch 'refs/remotes/origin/master' into sh-7964738
This commit is contained in:
commit
b69ccab035
@ -9,7 +9,7 @@
|
||||
"build_output_subfolder": "education",
|
||||
"locale": "en-us",
|
||||
"version": 0,
|
||||
"open_to_public_contributors": false,
|
||||
"open_to_public_contributors": true,
|
||||
"type_mapping": {
|
||||
"Conceptual": "Content"
|
||||
}
|
||||
@ -20,15 +20,15 @@
|
||||
"build_output_subfolder": "browsers/internet-explorer",
|
||||
"locale": "en-us",
|
||||
"version": 0,
|
||||
"open_to_public_contributors": false,
|
||||
"open_to_public_contributors": true,
|
||||
"type_mapping": {
|
||||
"Conceptual": "Content"
|
||||
}
|
||||
},
|
||||
{
|
||||
"docset_name": "itpro-hololens",
|
||||
"build_source_folder": "itpro-hololens",
|
||||
"build_output_subfolder": "itpro-hololens",
|
||||
"build_source_folder": "devices/hololens",
|
||||
"build_output_subfolder": "devices/hololens",
|
||||
"locale": "en-us",
|
||||
"version": 0,
|
||||
"open_to_public_contributors": false,
|
||||
@ -45,7 +45,7 @@
|
||||
"build_output_subfolder": "mdop",
|
||||
"locale": "en-us",
|
||||
"version": 0,
|
||||
"open_to_public_contributors": false,
|
||||
"open_to_public_contributors": true,
|
||||
"type_mapping": {
|
||||
"Conceptual": "Content"
|
||||
}
|
||||
@ -56,7 +56,7 @@
|
||||
"build_output_subfolder": "browsers/edge",
|
||||
"locale": "en-us",
|
||||
"version": 0,
|
||||
"open_to_public_contributors": false,
|
||||
"open_to_public_contributors": true,
|
||||
"type_mapping": {
|
||||
"Conceptual": "Content"
|
||||
}
|
||||
@ -67,7 +67,7 @@
|
||||
"build_output_subfolder": "devices/surface",
|
||||
"locale": "en-us",
|
||||
"version": 0,
|
||||
"open_to_public_contributors": false,
|
||||
"open_to_public_contributors": true,
|
||||
"type_mapping": {
|
||||
"Conceptual": "Content"
|
||||
}
|
||||
@ -78,7 +78,7 @@
|
||||
"build_output_subfolder": "devices/surface-hub",
|
||||
"locale": "en-us",
|
||||
"version": 0,
|
||||
"open_to_public_contributors": false,
|
||||
"open_to_public_contributors": true,
|
||||
"type_mapping": {
|
||||
"Conceptual": "Content"
|
||||
}
|
||||
@ -89,7 +89,7 @@
|
||||
"build_output_subfolder": "windows",
|
||||
"locale": "en-us",
|
||||
"version": 0,
|
||||
"open_to_public_contributors": false,
|
||||
"open_to_public_contributors": true,
|
||||
"type_mapping": {
|
||||
"Conceptual": "Content"
|
||||
}
|
||||
@ -101,7 +101,8 @@
|
||||
"branches_to_filter": [
|
||||
""
|
||||
],
|
||||
"git_repository_url_open_to_public_contributors": "",
|
||||
"git_repository_url_open_to_public_contributors": "https://github.com/Microsoft/windows-itpro-docs",
|
||||
"git_repository_branch_open_to_public_contributors": "master",
|
||||
"skip_source_output_uploading": false,
|
||||
"dependent_repositories": []
|
||||
}
|
85
CONTRIBUTING.md
Normal file
85
CONTRIBUTING.md
Normal file
@ -0,0 +1,85 @@
|
||||
# Contributing to Windows IT professional documentation
|
||||
|
||||
Thank you for your interest in the Windows IT professional documentation! We appreciate your feedback, edits, and additions to our docs.
|
||||
This page covers the basic steps for contributing to our technical documentation.
|
||||
|
||||
## Sign a CLA
|
||||
|
||||
All contributors who are ***not*** a Microsoft employee must [sign a Microsoft Contribution Licensing Agreement (CLA)](https://cla.microsoft.com/) before contributing to any Microsoft repositories.
|
||||
If you've already contributed to Microsoft repositories in the past, congratulations!
|
||||
You've already completed this step.
|
||||
|
||||
## Editing topics
|
||||
|
||||
We've tried to make editing an existing file as simple as possible.
|
||||
|
||||
**To edit a topic**
|
||||
|
||||
1. Go to the page on TechNet that you want to update, and then click **Contribute**.
|
||||
|
||||

|
||||
|
||||
2. Click the **Pencil** icon (in the red box) to edit the content.
|
||||
|
||||

|
||||
|
||||
3. Using markdown language, make your changes to the topic. For info about how to edit content using markdown, see:
|
||||
- **If you're linked to the Microsoft organization in GitHub:** [Windows Open Publishing Guide Home](http://aka.ms/windows-op-guide)
|
||||
|
||||
- **If you're external to Microsoft:** [Mastering Markdown](https://guides.github.com/features/mastering-markdown/)
|
||||
|
||||
4. Make your suggested change, and then click **Preview Changes** to make sure it looks correct.
|
||||
|
||||

|
||||
|
||||
5. When you’re done editing the topic, scroll to the bottom of the page, and then click **Propose file change** to create a fork in your personal GitHub account.
|
||||
|
||||

|
||||
|
||||
The **Comparing changes** screen appears to see what the changes are between your fork and the original content.
|
||||
|
||||
6. On the **Comparing changes** screen, you’ll see if there are any problems with the file you’re checking in.
|
||||
|
||||
If there are no problems, you’ll see the message, **Able to merge**.
|
||||
|
||||

|
||||
|
||||
7. Click **Create pull request**.
|
||||
|
||||
8. Enter a title and description to give the approver the appropriate context about what’s in the request.
|
||||
|
||||
9. Scroll to the bottom of the page, making sure that only your changed files are in this pull request. Otherwise, you could overwrite changes from other people.
|
||||
|
||||
10. Click **Create pull request**.
|
||||
|
||||
The pull request is sent to the writer of the topic and your edits are reviewed. If your request is accepted, updates are published to one of the following places:
|
||||
|
||||
- [Windows 10](https://technet.microsoft.com/itpro/windows)
|
||||
- [Internet Explorer 11](https://technet.microsoft.com/itpro/internet-explorer)
|
||||
- [Microsoft Edge](https://technet.microsoft.com/itpro/microsoft-edge)
|
||||
- [Surface](https://technet.microsoft.com/itpro/surface)
|
||||
- [Surface Hub](https://technet.microsoft.com/itpro/surface-hub)
|
||||
- [Windows 10 for Education](https://technet.microsoft.com/edu/windows)
|
||||
- [Microsoft Desktop Optimization Pack](https://technet.microsoft.com/itpro/mdop)
|
||||
|
||||
## Making more substantial changes
|
||||
|
||||
To make substantial changes to an existing article, add or change images, or contribute a new article, you will need to create a local clone of the content.
|
||||
For info about creating a fork or clone, see the GitHub help topic, [Fork a Repo](https://help.github.com/articles/fork-a-repo/).
|
||||
|
||||
Fork the official repo into your personal GitHub account, and then clone the fork down to your local device. Work locally, then push your changes back into your fork. Then open a pull request back to the master branch of the official repo.
|
||||
|
||||
## Using issues to provide feedback on documentation
|
||||
|
||||
If you just want to provide feedback rather than directly modifying actual documentation pages, you can create an issue in the repository.
|
||||
|
||||
At the top of a topic page you'll see an **Issues** tab. Click the tab and then click the **New issue** button.
|
||||
|
||||
Be sure to include the topic title and the URL for the page you're submitting the issue for, if that page is different from the page you launched the **New issue** dialog from.
|
||||
|
||||
## Resources
|
||||
|
||||
You can use your favorite text editor to edit Markdown. We recommend [Visual Studio Code](https://code.visualstudio.com/), a free lightweight open source editor from Microsoft.
|
||||
|
||||
You can learn the basics of Markdown in just a few minutes. To get started, check out [Mastering Markdown](https://guides.github.com/features/mastering-markdown/).
|
||||
|
22
README.md
22
README.md
@ -1,6 +1,20 @@
|
||||
# win-cpub-itpro-docs
|
||||
This repo hosts the WDG ITPro content that is published to TechNet.
|
||||
# Windows IT professional documentation
|
||||
|
||||
Welcome! This repository houses the docs that are written for IT professionals for the following products:
|
||||
|
||||
- [Windows 10](https://technet.microsoft.com/itpro/windows)
|
||||
- [Internet Explorer 11](https://technet.microsoft.com/itpro/internet-explorer)
|
||||
- [Microsoft Edge](https://technet.microsoft.com/itpro/microsoft-edge)
|
||||
- [Surface](https://technet.microsoft.com/itpro/surface)
|
||||
- [Surface Hub](https://technet.microsoft.com/itpro/surface-hub)
|
||||
- [Windows 10 for Education](https://technet.microsoft.com/edu/windows)
|
||||
- [Microsoft Desktop Optimization Pack](https://technet.microsoft.com/itpro/mdop)
|
||||
|
||||
## Contributing
|
||||
|
||||
We actively merge contributions into this repository via [pull request](https://help.github.com/articles/using-pull-requests/) into the *master* branch.
|
||||
If you are not a Microsoft employee, before you submit a pull request you must [sign a Contribution License Agreement](https://cla.microsoft.com/) to ensure that the community is free to use your submissions.
|
||||
For more information on contributing, read our [contributions guide](CONTRIBUTING.md).
|
||||
|
||||
|
||||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|
||||
|
||||
English Handoff Folder Structure Demo!
|
||||
|
@ -6,6 +6,7 @@ ms.prod: edge
|
||||
ms.mktglfcycl: general
|
||||
ms.sitesec: library
|
||||
title: Microsoft Edge - Deployment Guide for IT Pros (Microsoft Edge for IT Pros)
|
||||
localizationpriority: high
|
||||
---
|
||||
|
||||
# Microsoft Edge - Deployment Guide for IT Pros
|
||||
@ -15,6 +16,8 @@ title: Microsoft Edge - Deployment Guide for IT Pros (Microsoft Edge for IT Pros
|
||||
- Windows 10
|
||||
- Windows 10 Mobile
|
||||
|
||||
>Learn more about what features and functionality are supported in each Windows edition at [Compare Windows 10 Editions](https://www.microsoft.com/en-us/WindowsForBusiness/Compare).
|
||||
|
||||
Microsoft Edge is the new, default web browser for Windows 10, helping you to experience modern web standards, better performance, improved security, and increased reliability. Microsoft Edge also introduces new features like Web Note, Reading View, and Cortana that you can use along with your normal web browsing abilities.
|
||||
|
||||
Microsoft Edge lets you stay up-to-date through the Windows Store and to manage your enterprise through Group Policy or your mobile device management (MDM) tools.
|
||||
@ -47,11 +50,11 @@ However, if you're running web apps that continue to use:
|
||||
|
||||
* legacy document modes
|
||||
|
||||
You'll need to keep running them using IE11. If you don't have IE11 installed anymore, you can download it from the Windows Store or from the [Internet Explorer 11 download page](http://go.microsoft.com/fwlink/p/?linkid=290956). Alternatively, you can also use Enterprise Mode with Microsoft Edge to transition only the sites that need these technologies to load in IE11. For info about Enterprise Mode and Edge, see [Use Enterprise Mode to improve compatibility](emie-to-improve-compatibility.md).
|
||||
You'll need to keep running them using IE11. If you don't have IE11 installed anymore, you can download it from the Windows Store or from the [Internet Explorer 11 download page](https://go.microsoft.com/fwlink/p/?linkid=290956). Alternatively, you can also use Enterprise Mode with Microsoft Edge to transition only the sites that need these technologies to load in IE11. For info about Enterprise Mode and Edge, see [Use Enterprise Mode to improve compatibility](emie-to-improve-compatibility.md).
|
||||
|
||||
## Related topics
|
||||
|
||||
- [Download Internet Explorer 11](http://go.microsoft.com/fwlink/p/?linkid=290956)
|
||||
- [Internet Explorer 11 (IE11) - Deployment Guide for IT Pros](http://go.microsoft.com/fwlink/p/?LinkId=760644)
|
||||
- [Internet Explorer 11 - FAQ for IT Pros](http://go.microsoft.com/fwlink/p/?LinkId=760645)
|
||||
- [Internet Explorer Administration Kit 11 (IEAK 11) - Administrator's Guide](http://go.microsoft.com/fwlink/p/?LinkId=760646)
|
||||
- [Download Internet Explorer 11](https://go.microsoft.com/fwlink/p/?linkid=290956)
|
||||
- [Internet Explorer 11 (IE11) - Deployment Guide for IT Pros](https://go.microsoft.com/fwlink/p/?LinkId=760644)
|
||||
- [Internet Explorer 11 - FAQ for IT Pros](https://go.microsoft.com/fwlink/p/?LinkId=760645)
|
||||
- [Internet Explorer Administration Kit 11 (IEAK 11) - Administrator's Guide](https://go.microsoft.com/fwlink/p/?LinkId=760646)
|
||||
|
@ -6,6 +6,7 @@ ms.prod: edge
|
||||
ms.mktglfcycl: explore
|
||||
ms.sitesec: library
|
||||
title: Available policies for Microsoft Edge (Microsoft Edge for IT Pros)
|
||||
localizationpriority: high
|
||||
---
|
||||
|
||||
# Available policies for Microsoft Edge
|
||||
@ -18,7 +19,7 @@ title: Available policies for Microsoft Edge (Microsoft Edge for IT Pros)
|
||||
Microsoft Edge works with Group Policy and Microsoft Intune to help you manage your organization's computer settings. Group Policy objects (GPO's) can include registry-based Administrative Template policy settings, security settings, software deployment information, scripts, folder redirection, and preferences.
|
||||
|
||||
By using Group Policy and Intune, you can set up a policy setting once, and then copy that setting onto many computers. For example, you can set up multiple security settings in a GPO that's linked to a domain, and then apply all of those settings to every computer in the domain.
|
||||
<p>**Note**<br>For more info about Group Policy, see the [Group Policy TechCenter](http://go.microsoft.com/fwlink/p/?LinkId=214514). This site provides links to the latest technical documentation, videos, and downloads for Group Policy. For more info about the tools you can use to change your Group Policy objects, see the Internet Explorer 11 topics, [Group Policy and the Group Policy Management Console (GPMC)](http://go.microsoft.com/fwlink/p/?LinkId=617921), [Group Policy and the Local Group Policy Editor](http://go.microsoft.com/fwlink/p/?LinkId=617922), [Group Policy and the Advanced Group Policy Management (AGPM)](http://go.microsoft.com/fwlink/p/?LinkId=617923), and [Group Policy and Windows Powershell](http://go.microsoft.com/fwlink/p/?LinkId=617924).
|
||||
<p>**Note**<br>For more info about Group Policy, see the [Group Policy TechCenter](https://go.microsoft.com/fwlink/p/?LinkId=214514). This site provides links to the latest technical documentation, videos, and downloads for Group Policy. For more info about the tools you can use to change your Group Policy objects, see the Internet Explorer 11 topics, [Group Policy and the Group Policy Management Console (GPMC)](https://go.microsoft.com/fwlink/p/?LinkId=617921), [Group Policy and the Local Group Policy Editor](https://go.microsoft.com/fwlink/p/?LinkId=617922), [Group Policy and the Advanced Group Policy Management (AGPM)](https://go.microsoft.com/fwlink/p/?LinkId=617923), and [Group Policy and Windows Powershell](https://go.microsoft.com/fwlink/p/?LinkId=617924).
|
||||
|
||||
## Group Policy settings
|
||||
Microsoft Edge works with these Group Policy settings (`Computer Configuration\Administrative Templates\Windows Components\Microsoft Edge\`) to help you manage your company's web browser configurations:
|
||||
@ -47,7 +48,7 @@ Microsoft Edge works with these Group Policy settings (`Computer Configuration\A
|
||||
|Show message when opening sites in Internet Explorer |Windows 10 Insider Preview |This policy setting lets you decide whether employees see an additional page in Microsoft Edge, stating that a site has been opened using Internet Explorer 11.<p>If you enable this setting, employees see an additional page in Microsoft Edge, stating that a site has been opened using Internet Explorer 11.<p>If you disable or don’t configure this setting, the default app behavior occurs and no additional page appears. |**Enabled:** Shows an additional page in Microsoft Edge, stating that a site has been opened using Internet Explorer 11.<p>**Disabled or not configured (default):** Doesn’t show an additional page in Microsoft Edge, stating that a site has been opened using Internet Explorer 11. |
|
||||
|
||||
## Using Microsoft Intune to manage your Mobile Data Management (MDM) settings for Microsoft Edge
|
||||
If you manage your policies using Intune, you'll want to use these MDM policy settings. You can see the full list of available policies, on the [Policy CSP]( http://go.microsoft.com/fwlink/p/?LinkId=722885) page.
|
||||
If you manage your policies using Intune, you'll want to use these MDM policy settings. You can see the full list of available policies, on the [Policy CSP]( https://go.microsoft.com/fwlink/p/?LinkId=722885) page.
|
||||
|
||||
<p>**Note**<br>The **Supports** column uses these options:
|
||||
|
||||
@ -101,8 +102,8 @@ These are additional Windows 10-specific MDM policy settings that work with Mic
|
||||
|AllowSyncMySettings |Desktop |<ul><li>**URI full path.** ./Vendor/MSFT/Policy/Config/Experience/AllowSyncMySettings</li><li>**Data type.** Integer</li><li>**Allowed values:**<ul><li>**0.** Employees can’t sync settings between PCs.</li><li>**1 (default).** Employees can sync between PCs.</li></ul></li></ul> |
|
||||
|
||||
## Related topics
|
||||
* [Group Policy TechCenter](http://go.microsoft.com/fwlink/p/?LinkId=214514)
|
||||
* [Mobile Data Management (MDM) settings]( http://go.microsoft.com/fwlink/p/?LinkId=722885)
|
||||
* [Group Policy TechCenter](https://go.microsoft.com/fwlink/p/?LinkId=214514)
|
||||
* [Mobile Data Management (MDM) settings]( https://go.microsoft.com/fwlink/p/?LinkId=722885)
|
||||
|
||||
|
||||
|
||||
|
@ -7,6 +7,7 @@ ms.mktglfcycl: support
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
title: Use Enterprise Mode to improve compatibility (Microsoft Edge for IT Pros)
|
||||
localizationpriority: high
|
||||
---
|
||||
|
||||
# Use Enterprise Mode to improve compatibility
|
||||
@ -18,7 +19,7 @@ title: Use Enterprise Mode to improve compatibility (Microsoft Edge for IT Pros)
|
||||
If you have specific web sites and apps that you know have compatibility problems with Microsoft Edge, you can use the Enterprise Mode site list so that the web sites will automatically open using Internet Explorer 11. Additionally, if you know that your intranet sites aren't going to work properly with Microsoft Edge, you can set all intranet sites to automatically open using IE11.
|
||||
|
||||
Using Enterprise Mode means that you can continue to use Microsoft Edge as your default browser, while also ensuring that your apps continue working on IE11.
|
||||
<p>**Note**<br>If you want to use Group Policy to set Internet Explorer as your default browser, you can find the info here, [Set the default browser using Group Policy]( http://go.microsoft.com/fwlink/p/?LinkId=620714).
|
||||
<p>**Note**<br>If you want to use Group Policy to set Internet Explorer as your default browser, you can find the info here, [Set the default browser using Group Policy]( https://go.microsoft.com/fwlink/p/?LinkId=620714).
|
||||
|
||||
## Fix specific websites
|
||||
|
||||
@ -26,7 +27,7 @@ Microsoft Edge doesn't support ActiveX controls, Browser Helper Objects, VBScrip
|
||||
|
||||
 **To add sites to your list**
|
||||
|
||||
1. In the Enterprise Mode Site List Manager, click **Add**.<p>If you already have an existing site list, you can import it into the tool. After it's in the tool, the xml updates the list, checking **Open in IE** for each site. For info about importing the site list, see [Import your Enterprise Mode site list to the Enterprise Mode Site List Manager](http://go.microsoft.com/fwlink/p/?LinkId=618322).<p>
|
||||
1. In the Enterprise Mode Site List Manager, click **Add**.<p>If you already have an existing site list, you can import it into the tool. After it's in the tool, the xml updates the list, checking **Open in IE** for each site. For info about importing the site list, see [Import your Enterprise Mode site list to the Enterprise Mode Site List Manager](https://go.microsoft.com/fwlink/p/?LinkId=618322).<p>
|
||||
|
||||
2. Type or paste the URL for the website that’s experiencing compatibility problems, like *<domain>*.com or *<domain>*.com/*<path>* into the **URL** box. <p>You don’t need to include the `http://` or `https://` designation. The tool will automatically try both versions during validation.
|
||||
|
||||
@ -36,11 +37,11 @@ Microsoft Edge doesn't support ActiveX controls, Browser Helper Objects, VBScrip
|
||||
|
||||
5. Click **Save** to validate your website and to add it to the site list for your enterprise.<p>If your site passes validation, it’s added to the global compatibility list. If the site doesn’t pass validation, you’ll get an error message explaining the problem. You’ll then be able to either cancel the site or ignore the validation problem and add it to your list anyway.
|
||||
|
||||
6. On the **File** menu, go to where you want to save the file, and then click **Save to XML**.<p>You can save the file locally or to a network share. However, you must make sure you deploy it to the location specified in your Group Policy setting. For more info, see [Turn on Enterprise Mode and use a site list](http://go.microsoft.com/fwlink/p/?LinkId=618952).
|
||||
6. On the **File** menu, go to where you want to save the file, and then click **Save to XML**.<p>You can save the file locally or to a network share. However, you must make sure you deploy it to the location specified in your Group Policy setting. For more info, see [Turn on Enterprise Mode and use a site list](https://go.microsoft.com/fwlink/p/?LinkId=618952).
|
||||
|
||||
### Set up Microsoft Edge to use the Enterprise Mode site list
|
||||
|
||||
You must turn on the **Use Enterprise Mode Site List** Group Policy setting before Microsoft Edge can use the Enterprise Mode site list. This Group Policy applies to both Microsoft Edge and IE11, letting Microsoft Edge switch to IE11 as needed, based on the Enterprise Mode site list. For more info about IE11 and Enterprise Mode, see [Enterprise Mode for Internet Explorer 11 (IE11)](http://go.microsoft.com/fwlink/p/?linkid=618377).
|
||||
You must turn on the **Use Enterprise Mode Site List** Group Policy setting before Microsoft Edge can use the Enterprise Mode site list. This Group Policy applies to both Microsoft Edge and IE11, letting Microsoft Edge switch to IE11 as needed, based on the Enterprise Mode site list. For more info about IE11 and Enterprise Mode, see [Enterprise Mode for Internet Explorer 11 (IE11)](https://go.microsoft.com/fwlink/p/?linkid=618377).
|
||||
|
||||
 **To turn on Enterprise Mode using Group Policy**
|
||||
|
||||
@ -69,7 +70,7 @@ You must turn on the **Use Enterprise Mode Site List** Group Policy setting befo
|
||||
## Fix your intranet sites
|
||||
|
||||
You can add the **Send all intranet traffic over to Internet Explorer** Group Policy setting for Windows 10 so that all of your intranet sites open in IE11. This means that even if your employees are using Microsoft Edge, they will automatically switch to IE11 while viewing the intranet.
|
||||
<p>**Note**<br>If you want to use Group Policy to set IE as the default browser for Internet sites, you can find the info here, [Set the default browser using Group Policy]( http://go.microsoft.com/fwlink/p/?LinkId=620714).
|
||||
<p>**Note**<br>If you want to use Group Policy to set IE as the default browser for Internet sites, you can find the info here, [Set the default browser using Group Policy]( https://go.microsoft.com/fwlink/p/?LinkId=620714).
|
||||
|
||||
 **To turn on Sends all intranet traffic over to Internet Explorer using Group Policy**
|
||||
|
||||
@ -80,11 +81,11 @@ You can add the **Send all intranet traffic over to Internet Explorer** Group Po
|
||||
3. Refresh your policy in your organization and then view the affected sites in Microsoft Edge.<p>The site shows a message in Microsoft Edge, saying that the page needs IE. At the same time, the page opens in IE11; in a new frame if it's not yet running, or in a new tab if it is.
|
||||
|
||||
## Related topics
|
||||
* [Blog: How Microsoft Edge and Internet Explorer 11 on Windows 10 work better together in the Enterprise](http://go.microsoft.com/fwlink/p/?LinkID=624035)
|
||||
* [Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 download](http://go.microsoft.com/fwlink/p/?LinkId=394378)
|
||||
* [Enterprise Mode Site List Manager for Windows 10 download](http://go.microsoft.com/fwlink/?LinkId=746562)
|
||||
* [Enterprise Mode for Internet Explorer 11 (IE11)](http://go.microsoft.com/fwlink/p/?linkid=618377)
|
||||
* [Set the default browser using Group Policy]( http://go.microsoft.com/fwlink/p/?LinkId=620714)
|
||||
* [Blog: How Microsoft Edge and Internet Explorer 11 on Windows 10 work better together in the Enterprise](https://go.microsoft.com/fwlink/p/?LinkID=624035)
|
||||
* [Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 download](https://go.microsoft.com/fwlink/p/?LinkId=394378)
|
||||
* [Enterprise Mode Site List Manager for Windows 10 download](https://go.microsoft.com/fwlink/?LinkId=746562)
|
||||
* [Enterprise Mode for Internet Explorer 11 (IE11)](https://go.microsoft.com/fwlink/p/?linkid=618377)
|
||||
* [Set the default browser using Group Policy]( https://go.microsoft.com/fwlink/p/?LinkId=620714)
|
||||
|
||||
|
||||
|
||||
|
@ -7,6 +7,7 @@ ms.prod: edge
|
||||
ms.mktglfcycl: support
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
localizationpriority: high
|
||||
---
|
||||
|
||||
# Browser: Microsoft Edge and Internet Explorer 11
|
||||
@ -20,7 +21,7 @@ ms.pagetype: appcompat
|
||||
- Windows 10
|
||||
|
||||
## Enterprise guidance
|
||||
Microsoft Edge is the default browser experience for Windows 10 and Windows 10 Mobile. However, if you're running web apps that need ActiveX controls, we recommend that you continue to use Internet Explorer 11 for them. If you don't have IE11 installed anymore, you can download it from the Windows Store or from the [Internet Explorer 11 download page](http://go.microsoft.com/fwlink/p/?linkid=290956).
|
||||
Microsoft Edge is the default browser experience for Windows 10 and Windows 10 Mobile. However, if you're running web apps that need ActiveX controls, we recommend that you continue to use Internet Explorer 11 for them. If you don't have IE11 installed anymore, you can download it from the Windows Store or from the [Internet Explorer 11 download page](https://go.microsoft.com/fwlink/p/?linkid=290956).
|
||||
|
||||
We also recommend that you upgrade to IE11 if you're running any earlier versions of Internet Explorer. IE11 is supported on Windows 7, Windows 8.1, and Windows 10. So any legacy apps that work with IE11 will continue to work even as you migrate to Windows 10.
|
||||
|
||||
|
@ -7,6 +7,7 @@ ms.mktglfcycl: support
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
title: Microsoft Edge requirements and language support (Microsoft Edge for IT Pros)
|
||||
localizationpriority: high
|
||||
---
|
||||
|
||||
# Microsoft Edge requirements and language support
|
||||
@ -28,7 +29,7 @@ Some of the components in this table might also need additional system resources
|
||||
| Item | Minimum requirements |
|
||||
| ------------------ | -------------------------------------------- |
|
||||
| Computer/processor | 1 gigahertz (GHz) or faster (32-bit (x86) or 64-bit (x64)) |
|
||||
| Operating system | <ul><li>Windows 10 (32-bit or 64-bit)</li><li>Windows 10 Mobile</li></ul><p>**Note**<br> For specific Windows 10 Mobile requirements, see the [Minimum hardware requirements for Windows 10 Mobile](http://go.microsoft.com/fwlink/p/?LinkID=699266) topic. |
|
||||
| Operating system | <ul><li>Windows 10 (32-bit or 64-bit)</li><li>Windows 10 Mobile</li></ul><p>**Note**<br> For specific Windows 10 Mobile requirements, see the [Minimum hardware requirements for Windows 10 Mobile](https://go.microsoft.com/fwlink/p/?LinkID=699266) topic. |
|
||||
| Memory | <ul><li>Windows 10 (32-bit) - 1 GB</li><li>Windows 10 (64-bit) - 2 GB</li></ul> |
|
||||
| Hard drive space | <ul><li>Windows 10 (32-bit) - 16 GB</li><li>Windows 10 (64-bit) - 20 GB</li></ul> |
|
||||
| DVD drive | DVD-ROM drive (if installing from a DVD-ROM) |
|
||||
|
@ -5,6 +5,7 @@ ms.mktglfcycl: explore
|
||||
ms.sitesec: library
|
||||
ms.pagetype: security
|
||||
title: Security enhancements for Microsoft Edge (Microsoft Edge for IT Pros)
|
||||
localizationpriority: high
|
||||
---
|
||||
|
||||
# Security enhancements for Microsoft Edge
|
||||
|
@ -23,23 +23,23 @@
|
||||
###[What is Enterprise Mode?](ie11-deploy-guide/what-is-enterprise-mode.md)
|
||||
###[Set up Enterprise Mode logging and data collection](ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md)
|
||||
###[Turn on Enterprise Mode and use a site list](ie11-deploy-guide/turn-on-enterprise-mode-and-use-a-site-list.md)
|
||||
###[Enterprise Mode schema v.2 guidance for Windows 10 devices](ie11-deploy-guide/enterprise-mode-schema-version-2-guidance.md)
|
||||
###[Enterprise Mode schema v.1 guidance for Windows 7 and Windows 8.1 devices](ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md)
|
||||
###[Enterprise Mode schema v.2 guidance](ie11-deploy-guide/enterprise-mode-schema-version-2-guidance.md)
|
||||
###[Enterprise Mode schema v.1 guidance](ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md)
|
||||
###[Check for a new Enterprise Mode site list xml file](ie11-deploy-guide/check-for-new-enterprise-mode-site-list-xml-file.md)
|
||||
###[Turn on local control and logging for Enterprise Mode](ie11-deploy-guide/turn-on-local-control-and-logging-for-enterprise-mode.md)
|
||||
###[Use the Enterprise Mode Site List Manager tool](ie11-deploy-guide/use-the-enterprise-mode-site-list-manager.md)
|
||||
####[Add sites to the Enterprise Mode site list using the Windows 10 Enterprise Mode Site List Manager tool](ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md)
|
||||
####[Add sites to the Enterprise Mode site list using the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool](ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md)
|
||||
####[Add multiple sites to the Enterprise Mode site list using a file and the Windows 10 Enterprise Mode Site List Manager tool](ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md)
|
||||
####[Add multiple sites to the Enterprise Mode site list using a file and the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool](ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md)
|
||||
####[Edit the Enterprise Mode site list using the Enterprise Mode Site List Manager tool](ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md)
|
||||
####[Fix validation problems using the Enterprise Mode Site List Manager tool](ie11-deploy-guide/fix-validation-problems-using-the-enterprise-mode-site-list-manager.md)
|
||||
####[Search your Enterprise Mode site list in the Enterprise Mode Site List Manager tool](ie11-deploy-guide/search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md)
|
||||
####[Save your site list to XML in the Enterprise Mode Site List Manager tool](ie11-deploy-guide/save-your-site-list-to-xml-in-the-enterprise-mode-site-list-manager.md)
|
||||
####[Export your Enterprise Mode site list from the Enterprise Mode Site List Manager tool](ie11-deploy-guide/export-your-enterprise-mode-site-list-from-the-enterprise-mode-site-list-manager.md)
|
||||
####[Import your Enterprise Mode site list to the Enterprise Mode Site List Manager tool](ie11-deploy-guide/import-into-the-enterprise-mode-site-list-manager.md)
|
||||
####[Delete sites from your Enterprise Mode site list in the Enterprise Mode Site List Manager tool](ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md)
|
||||
####[Remove all sites from your Enterprise Mode site list in the Enterprise Mode Site List Manager tool](ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md)
|
||||
###[Use the Enterprise Mode Site List Manager](ie11-deploy-guide/use-the-enterprise-mode-site-list-manager.md)
|
||||
####[Add single sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2)](ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md)
|
||||
####[Add single sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1)](ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md)
|
||||
####[Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2)](ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md)
|
||||
####[Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1)](ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md)
|
||||
####[Edit the Enterprise Mode site list using the Enterprise Mode Site List Manager](ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md)
|
||||
####[Fix validation problems using the Enterprise Mode Site List Manager](ie11-deploy-guide/fix-validation-problems-using-the-enterprise-mode-site-list-manager.md)
|
||||
####[Search your Enterprise Mode site list in the Enterprise Mode Site List Manager](ie11-deploy-guide/search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md)
|
||||
####[Save your site list to XML in the Enterprise Mode Site List Manager](ie11-deploy-guide/save-your-site-list-to-xml-in-the-enterprise-mode-site-list-manager.md)
|
||||
####[Export your Enterprise Mode site list from the Enterprise Mode Site List Manager](ie11-deploy-guide/export-your-enterprise-mode-site-list-from-the-enterprise-mode-site-list-manager.md)
|
||||
####[Import your Enterprise Mode site list to the Enterprise Mode Site List Manager](ie11-deploy-guide/import-into-the-enterprise-mode-site-list-manager.md)
|
||||
####[Delete sites from your Enterprise Mode site list in the Enterprise Mode Site List Manager](ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md)
|
||||
####[Remove all sites from your Enterprise Mode site list in the Enterprise Mode Site List Manager](ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md)
|
||||
###[Using IE7 Enterprise Mode or IE8 Enterprise Mode](ie11-deploy-guide/using-enterprise-mode.md)
|
||||
###[Fix web compatibility issues using document modes and the Enterprise Mode site list](ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md)
|
||||
###[Remove sites from a local Enterprise Mode site list](ie11-deploy-guide/remove-sites-from-a-local-enterprise-mode-site-list.md)
|
||||
@ -145,3 +145,4 @@
|
||||
##[IExpress Wizard for Windows Server 2008 R2 with SP1](ie11-ieak/iexpress-wizard-for-win-server.md)
|
||||
###[IExpress Wizard command-line options](ie11-ieak/iexpress-command-line-options.md)
|
||||
###[Internet Explorer Setup command-line options and return codes](ie11-ieak/ie-setup-command-line-options-and-return-codes.md)
|
||||
|
||||
|
5
browsers/internet-explorer/ie11-deploy-guide/.vscode/settings.json
vendored
Normal file
5
browsers/internet-explorer/ie11-deploy-guide/.vscode/settings.json
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
// Place your settings in this file to overwrite default and user settings.
|
||||
{
|
||||
"editor.snippetSuggestions": "none",
|
||||
"editor.quickSuggestions": false
|
||||
}
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
description: How to use Group Policy to install ActiveX controls.
|
||||
ms.assetid: 59185370-558c-47e0-930c-8a5ed657e9e3
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: security
|
||||
ms.assetid: 59185370-558c-47e0-930c-8a5ed657e9e3
|
||||
title: ActiveX installation using group policy (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Group Policy and ActiveX installation
|
||||
|
||||
ActiveX controls are installed and invoked using the HTML object tag with the CODEBASE attribute. This attribute, through a URL, makes Internet Explorer:
|
||||
@ -33,7 +35,7 @@ You use the ActiveX Installer Service (AXIS) and Group Policy to manage your Act
|
||||
|
||||
- **ActiveX installation policy for sites in trusted zones.** Identifies how AXIS should behave when a website tries to install an ActiveX control. First, AXIS looks to see if the site appears in either the list of approved installation sites or in the **Trusted sites** zone. If the does, then AXIS checks to make sure the control meets your company's policy requirements. If the ActiveX control meets all of these requirements, the control is installed.
|
||||
|
||||
For more information about the ActiveX Installer Service, see [Administering the ActiveX Installer Service in Windows 7](http://go.microsoft.com/fwlink/p/?LinkId=214503).
|
||||
For more information about the ActiveX Installer Service, see [Administering the ActiveX Installer Service in Windows 7](https://go.microsoft.com/fwlink/p/?LinkId=214503).
|
||||
|
||||
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: You can add multiple sites to your Enterprise Mode site list by creating a custom text (TXT) or Extensible Markup Language (XML) file of problematic sites and then adding it in the Bulk add from file area of the Enterprise Mode Site List Manager.
|
||||
ms.assetid: 20aF07c4-051a-451f-9c46-5a052d9Ae27c
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
ms.assetid: 20aF07c4-051a-451f-9c46-5a052d9Ae27c
|
||||
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
|
||||
---
|
||||
|
||||
|
||||
# Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1)
|
||||
|
||||
**Applies to:**
|
||||
@ -97,7 +99,7 @@ After you’ve added all of your sites to the tool and saved the file to XML, yo
|
||||
|
||||
## Related topics
|
||||
- [Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](https://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
|
||||
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Add multiple sites to your Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2).
|
||||
ms.assetid: da659ff5-70d5-4852-995e-4df67c4871dd
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
ms.assetid: da659ff5-70d5-4852-995e-4df67c4871dd
|
||||
title: Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2) (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2)
|
||||
|
||||
**Applies to:**
|
||||
@ -106,7 +108,7 @@ You can save the file locally or to a network share. However, you must make sure
|
||||
After you’ve added all of your sites to the tool and saved the file to XML, you can configure the rest of the Enterprise Mode functionality to use it. You can also turn Enterprise Mode on locally, so your users have the option to use Enterprise Mode on individual websites from the **Tools** menu. For more information, see [Turn on local control and logging for Enterprise Mode](turn-on-local-control-and-logging-for-enterprise-mode.md).
|
||||
|
||||
## Related topics
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](https://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
- [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md)
|
||||
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Enterprise Mode is a compatibility mode that runs on Internet Explorer 11, letting websites render using a modified browser configuration that's designed to emulate either Windows Internet Explorer 7 or Windows Internet Explorer 8, avoiding the common compatibility problems associated with web apps written and tested on older versions of Internet Explorer.
|
||||
ms.assetid: 042e44e8-568d-4717-8fd3-69dd198bbf26
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
ms.assetid: 042e44e8-568d-4717-8fd3-69dd198bbf26
|
||||
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
|
||||
---
|
||||
|
||||
|
||||
# Add single sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1)
|
||||
|
||||
**Applies to:**
|
||||
@ -51,7 +53,7 @@ You can save the file locally or to a network share. However, you must make sure
|
||||
After you’ve added all of your sites to the tool and saved the file to XML, you can configure the rest of the Enterprise Mode functionality to use it. You can also turn Enterprise Mode on locally, so your users have the option to use Enterprise Mode on individual websites from the **Tools** menu. For more information, see [Turn on local control and logging for Enterprise Mode](turn-on-local-control-and-logging-for-enterprise-mode.md).
|
||||
|
||||
## Related topics
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](https://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
|
||||
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Enterprise Mode is a compatibility mode that runs on Internet Explorer 11, letting websites render using a modified browser configuration that''s designed to emulate either Windows Internet Explorer 8 or Windows Internet Explorer 7, avoiding the common compatibility problems associated with web apps written and tested on older versions of Internet Explorer.
|
||||
ms.assetid: 513e8f3b-fedf-4d57-8d81-1ea4fdf1ac0b
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
ms.assetid: 513e8f3b-fedf-4d57-8d81-1ea4fdf1ac0b
|
||||
title: Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2) (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Add single sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2)
|
||||
|
||||
**Applies to:**
|
||||
@ -67,7 +69,7 @@ You can save the file locally or to a network share. However, you must make sure
|
||||
After you’ve added all of your sites to the tool and saved the file to XML, you can configure the rest of the Enterprise Mode functionality to use it. You can also turn Enterprise Mode on locally, so your users have the option to use Enterprise Mode on individual websites from the **Tools** menu. For more information, see [Turn on local control and logging for Enterprise Mode](turn-on-local-control-and-logging-for-enterprise-mode.md).
|
||||
|
||||
## Related topics
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](https://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
|
||||
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
description: Administrative templates and Internet Explorer 11
|
||||
ms.assetid: 2b390786-f786-41cc-bddc-c55c8a4c5af3
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: security
|
||||
ms.assetid: 2b390786-f786-41cc-bddc-c55c8a4c5af3
|
||||
title: Administrative templates and Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Administrative templates and Internet Explorer 11
|
||||
|
||||
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:
|
||||
@ -21,7 +23,7 @@ Administrative Templates are made up of a hierarchy of policy categories and sub
|
||||
|
||||
- Text explanations about each setting and the supported version of Internet Explorer.
|
||||
|
||||
For a conceptual overview of Administrative Templates, see [Managing Group Policy ADMX Files Step-by-Step Guide](http://go.microsoft.com/fwlink/p/?LinkId=214519).
|
||||
For a conceptual overview of Administrative Templates, see [Managing Group Policy ADMX Files Step-by-Step Guide](https://go.microsoft.com/fwlink/p/?LinkId=214519).
|
||||
|
||||
## What are Administrative Templates?
|
||||
Administrative Templates are XML-based, multi-language files that define the registry-based Group Policy settings in the Local Group Policy Editor. There are two types of Administrative Templates:
|
||||
@ -32,7 +34,7 @@ Administrative Templates are XML-based, multi-language files that define the reg
|
||||
|
||||
## How do I store Administrative Templates?
|
||||
As an admin, you can create a central store folder on your SYSVOL directory, named **PolicyDefinitions**. For example, %*SystemRoot*%\\PolicyDefinitions. This folder provides a single, centralized storage location for your Administrative Templates (both ADMX and ADML) files, so they can be used by your domain-based Group Policy Objects (GPOs).
|
||||
<p>**Important**<br>Your Group Policy tools use the ADMX files in your store, ignoring any local copies. For more information about creating a central store, see [Scenario 1: Editing the Local GPO Using ADMX Files](http://go.microsoft.com/fwlink/p/?LinkId=276810).
|
||||
<p>**Important**<br>Your Group Policy tools use the ADMX files in your store, ignoring any local copies. For more information about creating a central store, see [Scenario 1: Editing the Local GPO Using ADMX Files](https://go.microsoft.com/fwlink/p/?LinkId=276810).
|
||||
|
||||
## Administrative Templates-related Group Policy settings
|
||||
When you install Internet Explorer 11, it updates the local administrative files, Inetres.admx and Inetres.adml, both located in the **PolicyDefinitions** folder.
|
||||
@ -66,10 +68,11 @@ IE11 provides these new policy settings, which are editable in the Local Group P
|
||||
## Editing Group Policy settings
|
||||
Regardless which tool you're using to edit your Group Policy settings, you'll need to follow one of these guides for step-by-step editing instructions:
|
||||
|
||||
- **If you're using the Group Policy Management Console (GPMC) or the Local Group Policy Editor.** See [Edit Administrative Template Policy Settings](http://go.microsoft.com/fwlink/p/?LinkId=214521) for step-by-step instructions about editing your Administrative Templates.
|
||||
- **If you're using the Group Policy Management Console (GPMC) or the Local Group Policy Editor.** See [Edit Administrative Template Policy Settings](https://go.microsoft.com/fwlink/p/?LinkId=214521) for step-by-step instructions about editing your Administrative Templates.
|
||||
|
||||
- **If you're using GPMC with Advanced Group Policy Management (AGPM).** See [Checklist: Create, Edit, and Deploy a GPO](http://go.microsoft.com/fwlink/p/?LinkId=214522) for step-by-step instructions about how to check out a GPO from the AGPM archive, edit it, and request deployment.
|
||||
- **If you're using GPMC with Advanced Group Policy Management (AGPM).** See [Checklist: Create, Edit, and Deploy a GPO](https://go.microsoft.com/fwlink/p/?LinkId=214522) for step-by-step instructions about how to check out a GPO from the AGPM archive, edit it, and request deployment.
|
||||
|
||||
## Related topics
|
||||
- [Administrative templates (.admx) for Windows 10 download](http://go.microsoft.com/fwlink/p/?LinkId=746579)
|
||||
- [Administrative Templates (.admx) for Windows 8.1 and Windows Server 2012 R2](http://go.microsoft.com/fwlink/p/?LinkId=746580)
|
||||
- [Administrative templates (.admx) for Windows 10 download](https://go.microsoft.com/fwlink/p/?LinkId=746579)
|
||||
- [Administrative Templates (.admx) for Windows 8.1 and Windows Server 2012 R2](https://go.microsoft.com/fwlink/p/?LinkId=746580)
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: networking
|
||||
description: Auto configuration and auto proxy problems with Internet Explorer 11
|
||||
ms.assetid: 3fbbc2c8-859b-4b2e-abc3-de2c299e0938
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: networking
|
||||
ms.assetid: 3fbbc2c8-859b-4b2e-abc3-de2c299e0938
|
||||
title: Auto configuration and auto proxy problems with Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Auto configuration and auto proxy problems with Internet Explorer 11
|
||||
You might experience some problems using automatic configuration and auto-proxy with Internet Explorer 11.
|
||||
|
||||
@ -30,7 +32,7 @@ If you experience issues while setting up your proxy server, you can try these t
|
||||
|
||||
2. Click **Settings** or **LAN Settings**, and then look at your proxy server address.
|
||||
|
||||
3. If you have multiple proxy servers, click **Advanced** to look at all of the additional addresses.<p>**Note**<br>If IE11 uses a proxy server for local IP addresses, regardless whether you turned on the **Bypass Proxy Server for Local Addresses** option, see [Internet Explorer Uses Proxy Server for Local IP Address Even if the "Bypass Proxy Server for Local Addresses" Option Is Turned On](http://go.microsoft.com/fwlink/p/?LinkId=85652).
|
||||
3. If you have multiple proxy servers, click **Advanced** to look at all of the additional addresses.<p>**Note**<br>If IE11 uses a proxy server for local IP addresses, regardless whether you turned on the **Bypass Proxy Server for Local Addresses** option, see [Internet Explorer Uses Proxy Server for Local IP Address Even if the "Bypass Proxy Server for Local Addresses" Option Is Turned On](https://go.microsoft.com/fwlink/p/?LinkId=85652).
|
||||
|
||||
 **To check that you've turned on the correct settings**
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: networking
|
||||
description: Auto configuration settings for Internet Explorer 11
|
||||
ms.assetid: 90308d59-45b9-4639-ab1b-497e5ba19023
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: networking
|
||||
ms.assetid: 90308d59-45b9-4639-ab1b-497e5ba19023
|
||||
title: Auto configuration settings for Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Auto configuration settings for Internet Explorer 11
|
||||
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).
|
||||
|
||||
@ -35,7 +37,7 @@ For custom graphics and branding, add the `FEATURE\AUTOCONFIG\BRANDING` registry
|
||||
|
||||
## Updating your automatic configuration settings
|
||||
After adding the `FEATURE\AUTOCONFIG\BRANDING` registry key, you can change your automatic configuration settings to pick up the updated branding.
|
||||
<p>**Important**<br>Your branding changes won't be added or updated if you've previously chosen the **Disable external branding of IE** setting in the `User Configuration\Administrative Templates\Windows Components\Internet Explorer` Group Policy object. This setting is intended to prevent branding by a third-party, like an Internet service or content provider. For more information about Group Policy, including videos and the latest technical documentation, see the [Group Policy TechCenter](http://go.microsoft.com/fwlink/p/?LinkId=214514).
|
||||
<p>**Important**<br>Your branding changes won't be added or updated if you've previously chosen the **Disable external branding of IE** setting in the `User Configuration\Administrative Templates\Windows Components\Internet Explorer` Group Policy object. This setting is intended to prevent branding by a third-party, like an Internet service or content provider. For more information about Group Policy, including videos and the latest technical documentation, see the [Group Policy TechCenter](https://go.microsoft.com/fwlink/p/?LinkId=214514).
|
||||
|
||||
 **To update your settings**
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: networking
|
||||
description: Auto detect settings Internet Explorer 11
|
||||
ms.assetid: c6753cf4-3276-43c5-aae9-200e9e82753f
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: networking
|
||||
ms.assetid: c6753cf4-3276-43c5-aae9-200e9e82753f
|
||||
title: Auto detect settings Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Auto detect settings Internet Explorer 11
|
||||
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.
|
||||
|
||||
@ -27,7 +29,7 @@ To use automatic detection, you have to set up your DHCP and DNS servers.<p>**No
|
||||
|
||||
2. Choose the **Automatically detect configuration settings** box to automatically detect your browser settings. For more information about the **Automatic Configuration** page, see [Use the Automatic Configuration page in the IEAK 11 Wizard](../ie11-ieak/auto-config-ieak11-wizard.md).
|
||||
|
||||
3. Open the [DHCP Administrative Tool](http://go.microsoft.com/fwlink/p/?LinkId=302212), create a new option type, using the code number 252, and then associate it with the URL to your configuration file. For detailed instructions about how to do this, see [Create an option 252 entry in DHCP](http://go.microsoft.com/fwlink/p/?LinkId=294649).
|
||||
3. Open the [DHCP Administrative Tool](https://go.microsoft.com/fwlink/p/?LinkId=302212), create a new option type, using the code number 252, and then associate it with the URL to your configuration file. For detailed instructions about how to do this, see [Create an option 252 entry in DHCP](https://go.microsoft.com/fwlink/p/?LinkId=294649).
|
||||
|
||||
 **To turn on automatic detection for DNS servers**
|
||||
|
||||
@ -35,7 +37,7 @@ To use automatic detection, you have to set up your DHCP and DNS servers.<p>**No
|
||||
|
||||
2. Choose the **Automatically detect configuration settings** box to automatically detect your browser settings.
|
||||
|
||||
3. In your DNS database file, create a host record named, **WPAD**. This record has the IP address of the web server storing your automatic configuration (.js, .jvs, .pac, or .ins) file.<p>**-OR-**<p>Create a canonical name (CNAME) alias record named, **WPAD**. This record has the resolved name (not the IP address) of the server storing your automatic configuration (.pac) file.<p>**Note**<br>For more information about creating a **WPAD** entry, see [Creating a WPAD entry in DNS](http://go.microsoft.com/fwlink/p/?LinkId=294651).
|
||||
3. In your DNS database file, create a host record named, **WPAD**. This record has the IP address of the web server storing your automatic configuration (.js, .jvs, .pac, or .ins) file.<p>**-OR-**<p>Create a canonical name (CNAME) alias record named, **WPAD**. This record has the resolved name (not the IP address) of the server storing your automatic configuration (.pac) file.<p>**Note**<br>For more information about creating a **WPAD** entry, see [Creating a WPAD entry in DNS](https://go.microsoft.com/fwlink/p/?LinkId=294651).
|
||||
|
||||
4. After the database file propagates to the server, the DNS name, `wpad.<domain>.com` resolves to the server name that includes your automatic configuration file.<p>**Note**<br>Internet Explorer 11 creates a default URL template based on the host name, **wpad**. For example, `http://wpad.<domain>.com/wpad.dat`. Because of this, you need to set up a file or redirection point in your web server **WPAD** record, named **wpad.dat**. The **wpad.dat** record delivers the contents of your automatic configuration file.
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: networking
|
||||
description: Auto proxy configuration settings for Internet Explorer 11
|
||||
ms.assetid: 5120aaf9-8ead-438a-8472-3cdd924b7d9e
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: networking
|
||||
ms.assetid: 5120aaf9-8ead-438a-8472-3cdd924b7d9e
|
||||
title: Auto proxy configuration settings for Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Auto proxy configuration settings for Internet Explorer 11
|
||||
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.
|
||||
|
||||
@ -34,7 +36,7 @@ You have two options to restrict your users' ability to override the automatic c
|
||||
|
||||
- **Using Microsoft Active Directory.** Choose **Disable changing proxy settings** from the Administrative Templates setting.
|
||||
|
||||
- **Not Using Active Directory.** Choose the **Prevent changing proxy settings** setting in the `User Configuration\Administrative Templates\Windows Components\Internet Explorer` Group Policy object. For more information about Group Policy, see the [Group Policy TechCenter](http://go.microsoft.com/fwlink/p/?LinkId=214514).
|
||||
- **Not Using Active Directory.** Choose the **Prevent changing proxy settings** setting in the `User Configuration\Administrative Templates\Windows Components\Internet Explorer` Group Policy object. For more information about Group Policy, see the [Group Policy TechCenter](https://go.microsoft.com/fwlink/p/?LinkId=214514).
|
||||
|
||||
|
||||
|
||||
|
@ -1,18 +1,20 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: performance
|
||||
description: Browser cache changes and roaming profiles
|
||||
ms.assetid: 85f0cd01-6f82-4bd1-9c0b-285af1ce3436
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: performance
|
||||
ms.assetid: 85f0cd01-6f82-4bd1-9c0b-285af1ce3436
|
||||
title: Browser cache changes and roaming profiles (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Browser cache changes and roaming profiles
|
||||
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](http://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 Windows 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](http://go.microsoft.com/fwlink/p/?LinkId=401545).
|
||||
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 Windows 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).
|
||||
|
||||
To get the best results while using roaming profiles, we strongly recommend the following:
|
||||
|
||||
|
@ -1,15 +1,24 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
title: Change history for Internet Explorer 11 (IE11) - Deployment Guide for IT Pros (Internet Explorer 11 for IT Pros)
|
||||
description: This topic lists new and updated topics in the Internet Explorer 11 Deployment Guide documentation for Windows 10 and Windows 10 Mobile.
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.prod: ie11
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Change history for Internet Explorer 11
|
||||
This topic lists new and updated topics in the Internet Explorer 11 documentation for both Windows 10 and Windows 10 Mobile.
|
||||
|
||||
##July 2016
|
||||
## August 2016
|
||||
|New or changed topic | Description |
|
||||
|----------------------|-------------|
|
||||
|[Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md) |Updated to remove the IP range restrictions and to add code examples for both IPv4 and IPv6 addresses. |
|
||||
|[Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md) |Updated to remove the IP range restrictions and to add code examples for both IPv4 and IPv6 addresses. |
|
||||
|[Collect data using Enterprise Site Discovery](collect-data-using-enterprise-site-discovery.md)|Added the Understanding the returned reason codes section to the topic. |
|
||||
|
||||
## July 2016
|
||||
|New or changed topic | Description |
|
||||
|----------------------|-------------|
|
||||
|[New group policy settings for Internet Explorer 11](new-group-policy-settings-for-ie11.md) |Updated to include the comprehensive list of Group Policies that were added with Internet Explorer 11. |
|
||||
@ -24,3 +33,4 @@ This topic lists new and updated topics in the Internet Explorer 11 documentatio
|
||||
|New or changed topic | Description |
|
||||
|----------------------|-------------|
|
||||
|[Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md) | Added info about using <emie> and <docMode> together. |
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
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
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
ms.assetid: 2bbc7017-622e-4baa-8981-c0bbda10e9df
|
||||
title: Check for a new Enterprise Mode site list xml file (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Check for a new Enterprise Mode site list xml file
|
||||
|
||||
**Applies to:**
|
||||
|
@ -1,13 +1,15 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
description: Choose how to deploy Internet Explorer 11 (IE11)
|
||||
ms.assetid: 21b6a301-c222-40bc-ad0b-27f66fc54d9d
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.assetid: 21b6a301-c222-40bc-ad0b-27f66fc54d9d
|
||||
title: Choose how to deploy Internet Explorer 11 (IE11) (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Choose how to deploy Internet Explorer 11 (IE11)
|
||||
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.
|
||||
|
||||
|
@ -1,13 +1,15 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
description: Choose how to install Internet Explorer 11 (IE11)
|
||||
ms.assetid: 9572f5f1-5d67-483e-bd63-ffea95053481
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.assetid: 9572f5f1-5d67-483e-bd63-ffea95053481
|
||||
title: Choose how to install Internet Explorer 11 (IE11) (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Choose how to install Internet Explorer 11 (IE11)
|
||||
Before you install Internet Explorer 11, you should:
|
||||
|
||||
@ -15,13 +17,13 @@ Before you install Internet Explorer 11, you should:
|
||||
|
||||
- **Check vendor support for updated functionality.** Check whether third-party vendors have new versions or updates to necessary add-ons, apps, or code libraries.
|
||||
|
||||
- **Choose the right version of Internet Explorer.** IE11 comes pre-installed on Windows 8.1 and Windows Server 2012 R2 or you can download it for Windows 7 SP1 or Windows Server 2008 R2 with Service Pack 1 (SP1) from the [Internet Explorer Downloads](http://go.microsoft.com/fwlink/p/?LinkId=214251) site.
|
||||
- **Choose the right version of Internet Explorer.** IE11 comes pre-installed on Windows 8.1 and Windows Server 2012 R2 or you can download it for Windows 7 SP1 or Windows Server 2008 R2 with Service Pack 1 (SP1) from the [Internet Explorer Downloads](https://go.microsoft.com/fwlink/p/?LinkId=214251) site.
|
||||
|
||||
- **Choose how you'll deploy your installation package.** Your deployment method should be based on whether you're installing to computers already running Windows, or if you're deploying IE11 as part of a Windows installation.
|
||||
|
||||
- **Existing computers running Windows.** Use System Center R2 2012 System Center 2012 R2 Configuration Manager, System Center Essentials 2010, Windows Server Updates Services (WSUS), or Microsoft Intune to deploy IE11. For more information about how to use these systems, see [System Center 2012 R2 Configuration Manager](http://go.microsoft.com/fwlink/p/?LinkID=276664), [System Center Essentials 2010](http://go.microsoft.com/fwlink/p/?LinkId=395200), [Windows Server Update Services](http://go.microsoft.com/fwlink/p/?LinkID=276790), and [Microsoft Intune Overview](http://go.microsoft.com/fwlink/p/?linkid=276667).
|
||||
- **Existing computers running Windows.** Use System Center R2 2012 System Center 2012 R2 Configuration Manager, System Center Essentials 2010, Windows Server Updates Services (WSUS), or Microsoft Intune to deploy IE11. For more information about how to use these systems, see [System Center 2012 R2 Configuration Manager](https://go.microsoft.com/fwlink/p/?LinkID=276664), [System Center Essentials 2010](https://go.microsoft.com/fwlink/p/?LinkId=395200), [Windows Server Update Services](https://go.microsoft.com/fwlink/p/?LinkID=276790), and [Microsoft Intune Overview](https://go.microsoft.com/fwlink/p/?linkid=276667).
|
||||
|
||||
- **As part of a Windows deployment.** Update your Windows images to include IE11, and then add the update to your MDT deployment share or to your Windows image. For instructions about how to create and use Windows images, see [Create and Manage a Windows Image Using DISM](http://go.microsoft.com/fwlink/p/?LinkId=299408). For general information about deploying IE, see [Microsoft Deployment Toolkit (MDT)](http://go.microsoft.com/fwlink/p/?LinkId=331148), [Windows ADK Overview](http://go.microsoft.com/fwlink/p/?LinkId=276669).
|
||||
- **As part of a Windows deployment.** Update your Windows images to include IE11, and then add the update to your MDT deployment share or to your Windows image. For instructions about how to create and use Windows images, see [Create and Manage a Windows Image Using DISM](https://go.microsoft.com/fwlink/p/?LinkId=299408). For general information about deploying IE, see [Microsoft Deployment Toolkit (MDT)](https://go.microsoft.com/fwlink/p/?LinkId=331148), [Windows ADK Overview](https://go.microsoft.com/fwlink/p/?LinkId=276669).
|
||||
|
||||
|
||||
|
||||
|
@ -1,11 +1,12 @@
|
||||
---
|
||||
description: Use Internet Explorer to collect data on computers running Windows Internet Explorer 8 through Internet Explorer 11 on Windows 10, Windows 8.1, or Windows 7.
|
||||
ms.assetid: a145e80f-eb62-4116-82c4-3cc35fd064b6
|
||||
ms.prod: ie11
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
description: Use Internet Explorer to collect data on computers running Windows Internet Explorer 8 through Internet Explorer 11 on Windows 10, Windows 8.1, or Windows 7.
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.assetid: a145e80f-eb62-4116-82c4-3cc35fd064b6
|
||||
title: Collect data using Enterprise Site Discovery
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
# Collect data using Enterprise Site Discovery
|
||||
@ -23,7 +24,7 @@ Before you start, you need to make sure you have the following:
|
||||
|
||||
- Latest cumulative security update (for all supported versions of Internet Explorer):
|
||||
|
||||
1. Go to the [Microsoft Security Bulletin](http://go.microsoft.com/fwlink/p/?LinkID=718223) page, and change the filter to **Windows Internet Explorer 11**.
|
||||
1. Go to the [Microsoft Security Bulletin](https://go.microsoft.com/fwlink/p/?LinkID=718223) page, and change the filter to **Windows Internet Explorer 11**.
|
||||
|
||||

|
||||
|
||||
@ -33,7 +34,7 @@ Before you start, you need to make sure you have the following:
|
||||
|
||||
3. Click the link that represents both your operating system version and Internet Explorer 11, and then follow the instructions in the **How to get this update** section.
|
||||
|
||||
- [Setup and configuration package](http://go.microsoft.com/fwlink/p/?LinkId=517719), including:
|
||||
- [Setup and configuration package](https://go.microsoft.com/fwlink/p/?LinkId=517719), including:
|
||||
|
||||
- Configuration-related PowerShell scripts
|
||||
|
||||
@ -62,9 +63,50 @@ Data is collected on the configuration characteristics of IE and the sites it br
|
||||
|Number of visits | X | X | X | X |Number of times a site has been visited. |
|
||||
|Zone | X | X | X | X |Zone used by IE to browse sites, based on browser settings. |
|
||||
|
||||
<p>**Important**<br>By default, IE doesn’t collect this data; you have to turn this feature on if you want to use it. After you turn on this feature, data is collected on all sites visited by IE, except during InPrivate sessions.
|
||||
|
||||
The data collection process is silent, so there’s no notification to the employee. Therefore, you must get consent from the employee before you start collecting info. You must also make sure that using this feature complies with all applicable local laws and regulatory requirements.
|
||||
>**Important**<br>By default, IE doesn’t collect this data; you have to turn this feature on if you want to use it. After you turn on this feature, data is collected on all sites visited by IE, except during InPrivate sessions. Additionally, the data collection process is silent, so there’s no notification to the employee. Therefore, you must get consent from the employee before you start collecting info. You must also make sure that using this feature complies with all applicable local laws and regulatory requirements.
|
||||
|
||||
### Understanding the returned reason codes
|
||||
The following tables provide more info about the Document mode reason, Browser state reason, and the Zone codes that are returned as part of your data collection.
|
||||
|
||||
#### DocMode reason
|
||||
The codes in this table can tell you what document mode was set by IE for a webpage.<br>These codes only apply to Internet Explorer 10 and Internet Explorer 11.
|
||||
|
||||
|Code |Description |
|
||||
|-----|------------|
|
||||
|3 |Page state is set by the `FEATURE_DOCUMENT_COMPATIBLE_MODE` feature control key.|
|
||||
|4 |Page is using an X-UA-compatible meta tag. |
|
||||
|5 |Page is using an X-UA-compatible HTTP header. |
|
||||
|6 |Page appears on an active **Compatibility View** list. |
|
||||
|7 |Page is using native XML parsing. |
|
||||
|9 |Page is using a special Quirks Mode Emulation (QME) mode that uses the modern layout engine, but the quirks behavior of Internet Explorer 5. |
|
||||
|
||||
#### Browser state reason
|
||||
The codes in this table can tell you why the browser is in its current state. Also called “browser mode”.<br>These codes only apply to Internet Explorer 10 and Internet Explorer 11.
|
||||
|
||||
|Code |Description |
|
||||
|-----|------------|
|
||||
|1 |Site is on the intranet, with the **Display intranet sites in Compatibility View** box checked. |
|
||||
|2 |Site appears on an active **Compatibility View** list, created in Group Policy. |
|
||||
|3 |Site appears on an active **Compatibility View** list, created by the user. |
|
||||
|4 |Page is using an X-UA-compatible tag. |
|
||||
|5 |Page state is set by the **Developer** toolbar. |
|
||||
|6 |Page state is set by the `FEATURE_BROWSER_EMULATION` feature control key. |
|
||||
|7 |Site appears on the Microsoft **Compatibility View (CV)** list. |
|
||||
|8 |Site appears on the **Quirks** list, created in Group Policy. |
|
||||
|11 |Site is using the default browser. |
|
||||
|
||||
#### Zone
|
||||
The codes in this table can tell you what zone is being used by IE to browse sites, based on browser settings.<br>These codes apply to Internet Explorer 8, Internet Explorer 9, Internet Explorer 10, and Internet Explorer 11.
|
||||
|
||||
|Code |Description |
|
||||
|-----|------------|
|
||||
|-1 |Internet Explorer is using an invalid zone. |
|
||||
|0 |Internet Explorer is using the Local machine zone. |
|
||||
|1 |Internet Explorer is using the Local intranet zone. |
|
||||
|2 |Internet Explorer is using the Trusted sites zone. |
|
||||
|3 |Internet Explorer is using the Internet zone. |
|
||||
|4 |Internet Explorer is using the Restricted sites zone. |
|
||||
|
||||
## Where is the data stored and how do I collect it?
|
||||
The data is stored locally, in an industry-standard WMI class, .MOF file or in an XML file, depending on your configuration. This file remains on the client computer until it’s collected. To collect the files, we recommend:
|
||||
@ -76,8 +118,9 @@ The data is stored locally, in an industry-standard WMI class, .MOF file or in a
|
||||
## WMI Site Discovery suggestions
|
||||
We recommend that you collect your data for at most a month at a time, to capture a user’s typical workflow. We don’t recommend collecting data longer than that because the data is stored in a WMI provider and can fill up your computer’s hard drive. You may also want to collect data only for pilot users or a representative sample of people, instead of turning this feature on for everyone in your company.
|
||||
|
||||
On average, a website generates about 250bytes of data for each visit, causing only a minor impact to Internet Explorer’s performance. Over the course of a month, collecting data from 20 sites per day from 1,000 users, you’ll get about 150MB of data:<br>\[250bytes (per site visit) \* 20sites/day\* 30days = (approximately) 150KB \*1000users = (approximately) 150MB\].
|
||||
<p>**Important**<br>The data collection process is silent, so there’s no notification to the employee. Therefore, you must get consent from the employee before you start collecting info. You must also make sure that using this feature complies with all applicable local laws and regulatory requirements.
|
||||
On average, a website generates about 250bytes of data for each visit, causing only a minor impact to Internet Explorer’s performance. Over the course of a month, collecting data from 20 sites per day from 1,000 users, you’ll get about 150MB of data:<p>250 bytes (per site visit) X 20 sites/day X 30 days = (approximately) 150KB X 1000 users = (approximately) 150MB
|
||||
|
||||
>**Important**<br>The data collection process is silent, so there’s no notification to the employee. Therefore, you must get consent from the employee before you start collecting info. You must also make sure that using this feature complies with all applicable local laws and regulatory requirements.
|
||||
|
||||
## Getting ready to use Enterprise Site Discovery
|
||||
Before you can start to collect your data, you must run the provided PowerShell script (IETelemetrySetUp.ps1) on your client devices to start generating the site discovery data and to set up a place to store this data locally. Then, you must start collecting the site discovery data from the client devices, using one of these three options:
|
||||
@ -90,16 +133,17 @@ Before you can start to collect your data, you must run the provided PowerShell
|
||||
|
||||
### WMI only: Running the PowerShell script to compile the .MOF file and to update security privileges
|
||||
You need to set up your computers for data collection by running the provided PowerShell script (IETelemetrySetUp.ps1) to compile the .mof file and to update security privileges for the new WMI classes.
|
||||
<p>**Important**<br>You must run this script if you’re using WMI as your data output. It's not necessary if you're using XML as your data output.
|
||||
|
||||
 **To set up Enterprise Site Discovery**
|
||||
>**Important**<br>You must run this script if you’re using WMI as your data output. It's not necessary if you're using XML as your data output.
|
||||
|
||||
- Start PowerShell in elevated mode (using admin privileges) and run IETElemetrySetUp.ps1 by by-passing the PowerShell execution policy, using this command: `powershell -ExecutionPolicy Bypass .\IETElemetrySetUp.ps1`. For more info, see [about Execution Policies](http://go.microsoft.com/fwlink/p/?linkid=517460).
|
||||
**To set up Enterprise Site Discovery**
|
||||
|
||||
- Start PowerShell in elevated mode (using admin privileges) and run IETElemetrySetUp.ps1 by by-passing the PowerShell execution policy, using this command: `powershell -ExecutionPolicy Bypass .\IETElemetrySetUp.ps1`. For more info, see [about Execution Policies](https://go.microsoft.com/fwlink/p/?linkid=517460).
|
||||
|
||||
### WMI only: Set up your firewall for WMI data
|
||||
If you choose to use WMI as your data output, you need to make sure that your WMI data can travel through your firewall for the domain. If you’re sure, you can skip this section; otherwise, follow these steps:
|
||||
|
||||
 **To set up your firewall**
|
||||
**To set up your firewall**
|
||||
|
||||
1. In **Control Panel**, click **System and Security**, and then click **Windows Firewall**.
|
||||
|
||||
@ -109,65 +153,107 @@ If you choose to use WMI as your data output, you need to make sure that your WM
|
||||
|
||||
## Use PowerShell to finish setting up Enterprise Site Discovery
|
||||
You can determine which zones or domains are used for data collection, using PowerShell. If you don’t want to use PowerShell, you can do this using Group Policy. For more info, see [Use Group Policy to finish setting up Enterprise Site Discovery](#use-group-policy-to-finish-setting-up-enterprise-site-discovery).
|
||||
<p>**Important**<br>The .ps1 file updates turn on Enterprise Site Discovery and WMI collection for all users on a device.
|
||||
|
||||
>**Important**<br>The .ps1 file updates turn on Enterprise Site Discovery and WMI collection for all users on a device.
|
||||
|
||||
- **Domain allow list.** If you have a domain allow list, a comma-separated list of domains that should have this feature turned on, you should use this process.
|
||||
|
||||
- **Zone allow list.** If you have a zone allow list, a comma-separated list of zones that should have this feature turned on, you should use this process.
|
||||
|
||||
 **To set up data collection using a domain allow list**
|
||||
**To set up data collection using a domain allow list**
|
||||
|
||||
- Start PowerShell in elevated mode (using admin privileges) and run IETElemetrySetUp.ps1, using this command: `.\IETElemetrySetUp.ps1 [other args] -SiteAllowList sharepoint.com,outlook.com,onedrive.com`.
|
||||
|
||||
**Important**<br>Wildcards, like \*.microsoft.com, aren’t supported.
|
||||
>**Important**<br>Wildcards, like \*.microsoft.com, aren’t supported.
|
||||
|
||||
 **To set up data collection using a zone allow list**
|
||||
**To set up data collection using a zone allow list**
|
||||
|
||||
- Start PowerShell in elevated mode (using admin privileges) and run IETElemetrySetUp.ps1, using this command: `.\IETElemetrySetUp.ps1 [other args] -ZoneAllowList Computer,Intranet,TrustedSites,Internet,RestrictedSites`.
|
||||
|
||||
**Important**<br>Only Computer, Intranet, TrustedSites, Internet, and RestrictedSites are supported.
|
||||
>**Important**<br>Only Computer, Intranet, TrustedSites, Internet, and RestrictedSites are supported.
|
||||
|
||||
## Use Group Policy to finish setting up Enterprise Site Discovery
|
||||
You can use Group Policy to finish setting up Enterprise Site Discovery. If you don’t want to use Group Policy, you can do this using PowerShell. For more info, see [Use Powershell to finish setting up Enterprise Site Discovery](#use-powershell-to-finish-setting-up-enterprise-site-discovery).
|
||||
<p>**Note**<br> All of the Group Policy settings can be used individually or as a group.
|
||||
|
||||
 **To set up Enterprise Site Discovery using Group Policy**
|
||||
>**Note**<br> All of the Group Policy settings can be used individually or as a group.
|
||||
|
||||
**To set up Enterprise Site Discovery using Group Policy**
|
||||
|
||||
- Open your Group Policy editor, and go to these new settings:
|
||||
|
||||
|Setting name and location |Description |Options |
|
||||
|---------------------------|-------------|---------|
|
||||
|Administrative Templates\Windows Components\Internet Explorer\Turn on Site Discovery WMI output |Writes collected data to a WMI class, which can be aggregated using a client-management solution like Configuration Manager. |<ul><li>**On.** Turns on WMI recording.</li><li>**Off.** Turns off WMI recording.</li></ul> |
|
||||
|Administrative Templates\Windows Components\Internet Explorer\Turn on Site Discovery XML output |Writes collected data to an XML file, which is stored in your specified location. |<ul><li>**XML file path.** Including this turns on XML recording.</li> <li>**Blank.** Turns off XML recording.</li></ul> |
|
||||
|Administrative Templates\Windows Components\Internet Explorer\Limit Site Discovery output by Zone |Manages which zone can collect data. |To specify which zones can collect data, you must include a binary number that represents your selected zones, based on this order:<p>0 – Restricted Sites zone<br>0 – Internet zone<br>0 – Trusted Sites zone<br>0 – Local Intranet zone<br>0 – Local Machine zone<p>**Example 1:** Include only the Local Intranet zone<p>Binary representation: *00010*, based on:<p>0 – Restricted Sites zone<br>0 – Internet zone<br>0 – Trusted Sites zone<br>1 – Local Intranet zone<br>0 – Local Machine zone<p>**Example 2:** Include only the Restricted Sites, Trusted Sites, and Local Intranet zones<p>Binary representation: *10110*, based on:<p>1 – Restricted Sites zone<br>0 – Internet zone<br>1 – Trusted Sites zone<br>1 – Local Intranet zone<br>1 – Local Machine zone |
|
||||
|Administrative Templates\Windows Components\Internet Explorer\Limit Site Discovery output by domain |Manages which domains can collect data |To specify which domains can collect data, you must include your selected domains, one domain per line, in the provided box. It should look like:<p>microsoft.sharepoint.com<br>outlook.com<br>onedrive.com<br>timecard.contoso.com<br>LOBApp.contoso.com |
|
||||
|Setting name and location |Description |Options |
|
||||
|---------------------------|-------------|---------|
|
||||
|Administrative Templates\Windows Components\Internet Explorer\Turn on Site Discovery WMI output |Writes collected data to a WMI class, which can be aggregated using a client-management solution like Configuration Manager. |<ul><li>**On.** Turns on WMI recording.</li><li>**Off.** Turns off WMI recording.</li></ul> |
|
||||
|Administrative Templates\Windows Components\Internet Explorer\Turn on Site Discovery XML output |Writes collected data to an XML file, which is stored in your specified location. |<ul><li>**XML file path.** Including this turns on XML recording.</li><li>**Blank.** Turns off XML recording.</li></ul> |
|
||||
|Administrative Templates\Windows Components\Internet Explorer\Limit Site Discovery output by Zone |Manages which zone can collect data. |To specify which zones can collect data, you must include a binary number that represents your selected zones, based on this order:<p>0 – Restricted Sites zone<br>0 – Internet zone<br>0 – Trusted Sites zone<br>0 – Local Intranet zone<br>0 – Local Machine zone<p>**Example 1:** Include only the Local Intranet zone<p>Binary representation: *00010*, based on:<p>0 – Restricted Sites zone<br>0 – Internet zone<br>0 – Trusted Sites zone<br>1 – Local Intranet zone<br>0 – Local Machine zone<p>**Example 2:** Include only the Restricted Sites, Trusted Sites, and Local Intranet zones<p>Binary representation: *10110*, based on:<p>1 – Restricted Sites zone<br>0 – Internet zone<br>1 – Trusted Sites zone<br>1 – Local Intranet zone<br>1 – Local Machine zone |
|
||||
|Administrative Templates\Windows Components\Internet Explorer\Limit Site Discovery output by domain |Manages which domains can collect data |To specify which domains can collect data, you must include your selected domains, one domain per line, in the provided box. It should look like:<p>microsoft.sharepoint.com<br>outlook.com<br>onedrive.com<br>timecard.contoso.com<br>LOBApp.contoso.com |
|
||||
|
||||
### Combining WMI and XML Group Policy settings
|
||||
You can use both the WMI and XML settings individually or together, based on:
|
||||
You can use both the WMI and XML settings individually or together:
|
||||
|
||||
 **To turn off Enterprise Site Discovery**
|
||||
<ul>
|
||||
<li><b>Turn on Site Discovery WMI output:</b> Off</li>
|
||||
<li><b>Turn on Site Discovery XML output:</b> Blank</li>
|
||||
</ul>
|
||||
**To turn off Enterprise Site Discovery**
|
||||
<table>
|
||||
<tr>
|
||||
<th>Setting name</th>
|
||||
<th>Option</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Turn on Site Discovery WMI output</td>
|
||||
<td>Off</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Turn on Site Discovery XML output</td>
|
||||
<td>Blank</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
 **To turn on WMI recording only**
|
||||
<ul>
|
||||
<li><b>Turn on Site Discovery WMI output:</b> On</li>
|
||||
<li><b>Turn on Site Discovery XML output:</b> Blank</li>
|
||||
</ul>
|
||||
**Turn on WMI recording only**
|
||||
<table>
|
||||
<tr>
|
||||
<th>Setting name</th>
|
||||
<th>Option</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Turn on Site Discovery WMI output</td>
|
||||
<td>On</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Turn on Site Discovery XML output</td>
|
||||
<td>Blank</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
 **To turn on XML recording only**
|
||||
<ul>
|
||||
<li><b>Turn on Site Discovery WMI output:</b> Off</li>
|
||||
<li><b>Turn on Site Discovery XML output:</b> XML file path</li>
|
||||
</ul>
|
||||
**To turn on XML recording only**
|
||||
<table>
|
||||
<tr>
|
||||
<th>Setting name</th>
|
||||
<th>Option</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Turn on Site Discovery WMI output</td>
|
||||
<td>Off</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Turn on Site Discovery XML output</td>
|
||||
<td>XML file path</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
 **To turn on both WMI and XML recording**
|
||||
<ul>
|
||||
<li><b>Turn on Site Discovery WMI output:</b> On</li>
|
||||
<li><b>Turn on Site Discovery XML output:</b> XML file path</li>
|
||||
</ul>
|
||||
**To turn on both WMI and XML recording**
|
||||
<table>
|
||||
<tr>
|
||||
<th>Setting name</th>
|
||||
<th>Option</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Turn on Site Discovery WMI output</td>
|
||||
<td>On</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Turn on Site Discovery XML output</td>
|
||||
<td>XML file path</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Use Configuration Manager to collect your data
|
||||
After you’ve collected your data, you’ll need to get the local files off of your employee’s computers. To do this, use the hardware inventory process in Configuration Manager, using one of these options:
|
||||
@ -181,7 +267,7 @@ After you’ve collected your data, you’ll need to get the local files off of
|
||||
### Collect your hardware inventory using the MOF Editor while connected to a client device
|
||||
You can collect your hardware inventory using the MOF Editor, while you’re connected to your client devices.
|
||||
|
||||
 **To collect your inventory**
|
||||
**To collect your inventory**
|
||||
|
||||
1. From the Configuration Manager, click **Administration**, click **Client Settings**, double-click **Default Client Settings**, click **Hardware Inventory**, and then click **Set Classes**.
|
||||
|
||||
@ -207,7 +293,7 @@ Your environment is now ready to collect your hardware inventory and review the
|
||||
### Collect your hardware inventory using the MOF Editor with a .MOF import file
|
||||
You can collect your hardware inventory using the MOF Editor and a .MOF import file.
|
||||
|
||||
 **To collect your inventory**
|
||||
**To collect your inventory**
|
||||
|
||||
1. From the Configuration Manager, click **Administration**, click **Client Settings**, double-click **Default Client Settings**, click **Hardware Inventory**, and then click **Set Classes**.
|
||||
|
||||
@ -221,7 +307,7 @@ Your environment is now ready to collect your hardware inventory and review the
|
||||
### Collect your hardware inventory using the SMS\DEF.MOF file (System Center Configuration Manager 2007 only)
|
||||
You can collect your hardware inventory using the using the Systems Management Server (SMS\DEF.MOF) file. Editing this file lets you collect your data for System Center Configuration Manager 2007. If you aren’t using this version of Configuration Manager, you won’t want to use this option.
|
||||
|
||||
 **To collect your inventory**
|
||||
**To collect your inventory**
|
||||
|
||||
1. Using a text editor like Notepad, open the SMS\DEF.MOF file, located in your `<configmanager_install_location>\inboxes\clifiles.src\hinv` directory.
|
||||
|
||||
@ -289,8 +375,8 @@ You can collect your hardware inventory using the using the Systems Management S
|
||||
};
|
||||
```
|
||||
|
||||
3. Save the file and close it to the same location.<br>
|
||||
Your environment is now ready to collect your hardware inventory and review the sample reports.
|
||||
3. Save the file and close it to the same location.
|
||||
Your environment is now ready to collect your hardware inventory and review the sample reports.
|
||||
|
||||
## View the sample reports with your collected data
|
||||
The sample reports, **SCCM Report Sample – ActiveX.rdl** and **SCCM Report Sample – Site Discovery.rdl**, work with System Center 2012, so you can review your collected data.
|
||||
@ -337,26 +423,27 @@ After the XML files are created, you can use your own solutions to extract and p
|
||||
```
|
||||
You can import this XML data into the correct version of the Enterprise Mode Site List Manager, automatically adding the included sites to your Enterprise Mode site list.
|
||||
|
||||
 **To add your XML data to your Enterprise Mode site list**
|
||||
**To add your XML data to your Enterprise Mode site list**
|
||||
|
||||
1. Open the Enterprise Mode Site List Manager, click **File**, and then click **Bulk add from file**.
|
||||

|
||||
|
||||
2. Go to your XML file to add the included sites to the tool, and then click **Open**.<br>
|
||||
Each site is validated and if successful, added to the global site list when you click **OK** to close the menu. If a site doesn’t pass validation, you can try to fix the issues or pick the site and click **Add to list** to ignore the validation problem. For more information about fixing validation problems, see [Fix validation problems using the Enterprise Mode Site List Manager](fix-validation-problems-using-the-enterprise-mode-site-list-manager.md).
|
||||

|
||||
|
||||
2. Go to your XML file to add the included sites to the tool, and then click **Open**.<br>Each site is validated and if successful, added to the global site list when you click **OK** to close the menu. If a site doesn’t pass validation, you can try to fix the issues or pick the site and click **Add to list** to ignore the validation problem. For more information about fixing validation problems, see [Fix validation problems using the Enterprise Mode Site List Manager](fix-validation-problems-using-the-enterprise-mode-site-list-manager.md).
|
||||
|
||||
3. Click **OK** to close the **Bulk add sites to the list** menu.
|
||||
|
||||
## Turn off data collection on your client devices
|
||||
After you’ve collected your data, you’ll need to turn Enterprise Site Discovery off.
|
||||
|
||||
 **To stop collecting data, using PowerShell**
|
||||
**To stop collecting data, using PowerShell**
|
||||
|
||||
- On your client computer, start Windows PowerShell in elevated mode (using admin privileges) and run `IETelemetrySetUp.ps1`, using this command: `powershell -ExecutionPolicy Bypass .\IETElemetrySetUp.ps1 –IEFeatureOff`.<p>**Note**<br>
|
||||
Turning off data collection only disables the Enterprise Site Discovery feature – all data already written to WMI stays on your employee’s computer.
|
||||
- On your client computer, start Windows PowerShell in elevated mode (using admin privileges) and run `IETelemetrySetUp.ps1`, using this command: `powershell -ExecutionPolicy Bypass .\IETElemetrySetUp.ps1 –IEFeatureOff`.
|
||||
|
||||
|
||||
 **To stop collecting data, using Group Policy**
|
||||
>**Note**<br>Turning off data collection only disables the Enterprise Site Discovery feature – all data already written to WMI stays on your employee’s computer.
|
||||
|
||||
|
||||
**To stop collecting data, using Group Policy**
|
||||
|
||||
1. Open your Group Policy editor, go to `Administrative Templates\Windows Components\Internet Explorer\Turn on Site Discovery WMI output`, and click **Off**.
|
||||
|
||||
@ -365,7 +452,7 @@ Turning off data collection only disables the Enterprise Site Discovery feature
|
||||
### Delete already stored data from client computers
|
||||
You can completely remove the data stored on your employee’s computers.
|
||||
|
||||
 **To delete all existing data**
|
||||
**To delete all existing data**
|
||||
|
||||
- On the client computer, start PowerShell in elevated mode (using admin privileges) and run these four commands:
|
||||
|
||||
@ -377,8 +464,8 @@ You can completely remove the data stored on your employee’s computers.
|
||||
|
||||
- `Remove-Item -Path 'HKCU:\Software\Microsoft\Internet Explorer\WMITelemetry'`
|
||||
|
||||
## Related topics
|
||||
* [Enterprise Mode Site List Manager (schema v.2) download](http://go.microsoft.com/fwlink/?LinkId=746562)
|
||||
## Related topics
|
||||
* [Enterprise Mode Site List Manager (schema v.2) download](https://go.microsoft.com/fwlink/?LinkId=746562)
|
||||
* [Enterprise Mode for Internet Explorer 11 (IE11)](enterprise-mode-overview-for-ie11.md)
|
||||
|
||||
|
||||
|
@ -1,13 +1,15 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
description: Create packages for multiple operating systems or languages
|
||||
ms.assetid: 44051f9d-63a7-43bf-a427-d0a0a1c717da
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.assetid: 44051f9d-63a7-43bf-a427-d0a0a1c717da
|
||||
title: Create packages for multiple operating systems or languages (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Create packages for multiple operating systems or languages
|
||||
You'll create multiple versions of your custom browser package if:
|
||||
|
||||
|
@ -1,13 +1,15 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
description: Customize Internet Explorer 11 installation packages
|
||||
ms.assetid: 10a14a09-673b-4f8b-8d12-64036135e7fd
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.assetid: 10a14a09-673b-4f8b-8d12-64036135e7fd
|
||||
title: Customize Internet Explorer 11 installation packages (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Customize Internet Explorer 11 installation packages
|
||||
You can customize Internet Explorer 11 to support various browser behaviors, multiple operating system versions and languages, and Setup information (.inf) files.
|
||||
|
||||
@ -26,7 +28,7 @@ In addition, you can configure IE before, during, or after deployment, using the
|
||||
- **Group Policy**. Configures and enforces IE11 settings. For more information about settings and configuration options, see [Group policy objects and Internet Explorer 11 (IE11)](group-policy-objects-and-ie11.md).
|
||||
|
||||
- **Unattend.xml**. Customizes some of the IE settings during your Windows installation. This option only applies if you're updating a Windows image with IE11.<p>**Note**<br>
|
||||
You'll only see the new IE11 Unattend.xml settings if your Unattend.xml file's associated with a Windows image that includes the IE11 update. For more information about editing and using the Unattend.xml file, see [Unattended Windows Setup Reference](http://go.microsoft.com/fwlink/p/?LinkId=276788). For more information about using the Windows System Image Manager, see [Windows System Image Manager Technical Reference](http://go.microsoft.com/fwlink/p/?LinkId=276789).
|
||||
You'll only see the new IE11 Unattend.xml settings if your Unattend.xml file's associated with a Windows image that includes the IE11 update. For more information about editing and using the Unattend.xml file, see [Unattended Windows Setup Reference](https://go.microsoft.com/fwlink/p/?LinkId=276788). For more information about using the Windows System Image Manager, see [Windows System Image Manager Technical Reference](https://go.microsoft.com/fwlink/p/?LinkId=276789).
|
||||
|
||||
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
description: Delete a single site from your global Enterprise Mode site list.
|
||||
title: Delete sites from your Enterprise Mode site list in the Enterprise Mode Site List Manager (Internet Explorer 11 for IT Pros)
|
||||
ms.assetid: 41413459-b57f-48da-aedb-4cbec1e2981a
|
||||
ms.pagetype: appcompat
|
||||
ms.mktglfcycl: deploy
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.assetid: 41413459-b57f-48da-aedb-4cbec1e2981a
|
||||
title: Delete sites from your Enterprise Mode site list in the Enterprise Mode Site List Manager (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
---
|
||||
|
||||
|
||||
# Delete sites from your Enterprise Mode site list in the Enterprise Mode Site List Manager
|
||||
|
||||
**Applies to:**
|
||||
@ -32,8 +34,8 @@ If you delete a site by mistake, you’ll need to manually add it back using the
|
||||
- [Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1)](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md)
|
||||
|
||||
## Related topics
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](https://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](https://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)
|
||||
|
||||
|
||||
|
@ -1,12 +1,14 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
description: You can deploy Internet Explorer 11 to your users' computers by using your custom browser packages and Automatic Version Synchronization (AVS).
|
||||
ms.assetid: f51224bd-3371-4551-821d-1d62310e3384
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.assetid: f51224bd-3371-4551-821d-1d62310e3384
|
||||
title: Deploy Internet Explorer 11 using Automatic Version Synchronization (AVS) (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
# Deploy Internet Explorer 11 using Automatic Version Synchronization (AVS)
|
||||
You can deploy Internet Explorer 11 to your users' computers by using your custom browser packages and Automatic Version Synchronization (AVS).
|
||||
|
||||
|
@ -1,23 +1,25 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
description: Deploy Internet Explorer 11 using software distribution tools
|
||||
ms.assetid: fd027775-651a-41e1-8ec3-d32eca876d8a
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.assetid: fd027775-651a-41e1-8ec3-d32eca876d8a
|
||||
title: Deploy Internet Explorer 11 using software distribution tools (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Deploy Internet Explorer 11 using software distribution tools
|
||||
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](http://go.microsoft.com/fwlink/p/?LinkID=276664).
|
||||
- **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).
|
||||
|
||||
- **Windows Server Update Services (WSUS).** Download a single copy of the IE11 updates, caching them to local servers so your users' computers can receive the updates directly from the WSUS servers, instead of through Windows Update. For more information about using this tool, see [Windows Server Update Services](http://go.microsoft.com/fwlink/p/?LinkID=276790).
|
||||
- **Windows Server Update Services (WSUS).** Download a single copy of the IE11 updates, caching them to local servers so your users' computers can receive the updates directly from the WSUS servers, instead of through Windows Update. For more information about using this tool, see [Windows Server Update Services](https://go.microsoft.com/fwlink/p/?LinkID=276790).
|
||||
|
||||
- **Group Policy Software Installation.** Deploy and install IE11 on your user's computers through a combination of Group Policy and Microsoft Active Directory. For more information about using this tool, see [Group Policy Software Installation overview](http://go.microsoft.com/fwlink/p/?LinkId=296365).
|
||||
- **Group Policy Software Installation.** Deploy and install IE11 on your user's computers through a combination of Group Policy and Microsoft Active Directory. For more information about using this tool, see [Group Policy Software Installation overview](https://go.microsoft.com/fwlink/p/?LinkId=296365).
|
||||
|
||||
- **Microsoft Deployment Toolkit (MDT).** Add the IE11 update to your deployment share, using MDT to update your previously-deployed Windows image. For more information about using this tool, see [Microsoft Deployment Toolkit (MDT)](http://go.microsoft.com/fwlink/p/?LinkID=331148).
|
||||
- **Microsoft Deployment Toolkit (MDT).** Add the IE11 update to your deployment share, using MDT to update your previously-deployed Windows image. For more information about using this tool, see [Microsoft Deployment Toolkit (MDT)](https://go.microsoft.com/fwlink/p/?LinkID=331148).
|
||||
|
||||
|
||||
|
||||
|
@ -1,13 +1,15 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
description: You can pin websites to the Windows 8.1 taskbar for quick access using the Microsoft Deployment Toolkit (MDT) 2013.
|
||||
ms.assetid: 24f4dcac-9032-4fe8-bf6d-2d712d61cb0c
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.assetid: 24f4dcac-9032-4fe8-bf6d-2d712d61cb0c
|
||||
title: Deploy pinned websites using Microsoft Deployment Toolkit (MDT) 2013 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Deploy pinned websites using Microsoft Deployment Toolkit (MDT) 2013
|
||||
|
||||
**Applies to:**
|
||||
@ -20,10 +22,10 @@ title: Deploy pinned websites using Microsoft Deployment Toolkit (MDT) 2013 (Int
|
||||
|
||||
You can pin websites to the Windows 8.1 taskbar for quick access. You pin a website simply by dragging its tab to the taskbar. Some websites can also extend the icon’s Jump List.
|
||||
|
||||
The ability to pin websites to the Windows 8.1 taskbar can help make end users in businesses more productive. As an IT professional, for example, you can pin intranet and SharePoint websites to the taskbar to make them immediately available to users. In this article, you learn how to deploy pinned websites by using Lite Touch Installation in the [Microsoft Deployment Toolkit (MDT) 2013](http://go.microsoft.com/fwlink/p/?LinkId=398474).
|
||||
The ability to pin websites to the Windows 8.1 taskbar can help make end users in businesses more productive. As an IT professional, for example, you can pin intranet and SharePoint websites to the taskbar to make them immediately available to users. In this article, you learn how to deploy pinned websites by using Lite Touch Installation in the [Microsoft Deployment Toolkit (MDT) 2013](https://go.microsoft.com/fwlink/p/?LinkId=398474).
|
||||
|
||||
## Deploying pinned websites in MDT 2013
|
||||
This topic requires that you have a complete MDT 2013 deployment share that contains Windows 8.1 which comes with Internet Explorer 11. If you’re deploying to Windows 7 clients and need to learn how to add IE11 to an MDT 2013 deployment share as an update, see [Installing Internet Explorer 11 using Microsoft Deployment Toolkit (MDT)](http://go.microsoft.com/fwlink/p/?LinkId=398475) in the TechNet library.
|
||||
This topic requires that you have a complete MDT 2013 deployment share that contains Windows 8.1 which comes with Internet Explorer 11. If you’re deploying to Windows 7 clients and need to learn how to add IE11 to an MDT 2013 deployment share as an update, see [Installing Internet Explorer 11 using Microsoft Deployment Toolkit (MDT)](https://go.microsoft.com/fwlink/p/?LinkId=398475) in the TechNet library.
|
||||
|
||||
Deploying pinned websites in MDT 2013 is a 4-step process:
|
||||
|
||||
@ -99,13 +101,13 @@ With the .website files ready to copy to the **Public Links** folder on target c
|
||||
## Updating intranet websites for pinning
|
||||
The MDT 2013 deployment share and task sequences are now ready to pin websites to the taskbar during deployment. This pinning feature can include intranet sites important in your organization.
|
||||
|
||||
You can make your intranet websites act more like applications by extending them to fully support the Windows 8.1 taskbar. This includes creating custom Jump Lists, thumbnail previews, and notifications. For info about extending your intranet websites, see [Pinned Sites Developer Documentation](http://go.microsoft.com/fwlink/p/?LinkId=398484) on MSDN. For more ideas about what to pin, see [Add-ons](http://go.microsoft.com/fwlink/p/?LinkId=398483) in the Internet Explorer Gallery.
|
||||
You can make your intranet websites act more like applications by extending them to fully support the Windows 8.1 taskbar. This includes creating custom Jump Lists, thumbnail previews, and notifications. For info about extending your intranet websites, see [Pinned Sites Developer Documentation](https://go.microsoft.com/fwlink/p/?LinkId=398484) on MSDN. For more ideas about what to pin, see [Add-ons](https://go.microsoft.com/fwlink/p/?LinkId=398483) in the Internet Explorer Gallery.
|
||||
|
||||
## Related topics
|
||||
- [Unattended Windows Setup Reference](http://go.microsoft.com/fwlink/p/?LinkId=276788)
|
||||
- [Windows System Image Manager Technical Reference](http://go.microsoft.com/fwlink/p/?LinkId=276789)
|
||||
- [Microsoft Deployment Toolkit (MDT)](http://go.microsoft.com/fwlink/p/?LinkId=331148)
|
||||
- [Windows ADK Overview](http://go.microsoft.com/fwlink/p/?LinkId=276669)
|
||||
- [Unattended Windows Setup Reference](https://go.microsoft.com/fwlink/p/?LinkId=276788)
|
||||
- [Windows System Image Manager Technical Reference](https://go.microsoft.com/fwlink/p/?LinkId=276789)
|
||||
- [Microsoft Deployment Toolkit (MDT)](https://go.microsoft.com/fwlink/p/?LinkId=331148)
|
||||
- [Windows ADK Overview](https://go.microsoft.com/fwlink/p/?LinkId=276669)
|
||||
|
||||
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Windows Internet Explorer 8 introduced document modes as a way to move from the proprietary coding of web features to a more standardized type of coding that could run on multiple browsers and devices.
|
||||
ms.assetid: 00cb1f39-2b20-4d37-9436-62dc03a6320b
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
ms.assetid: 00cb1f39-2b20-4d37-9436-62dc03a6320b
|
||||
title: Deprecated document modes and Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Deprecated document modes and Internet Explorer 11
|
||||
|
||||
**Applies to:**
|
||||
@ -24,7 +26,7 @@ Windows Internet Explorer 8 introduced document modes as a way to move from the
|
||||
This means that while Internet Explorer 11 will continue to support document modes, Microsoft Edge won’t. And because of that, it also means that if you want to use Microsoft Edge, you’re going to have to update your legacy webpages and apps to support modern features, browsers, and devices.
|
||||
|
||||
**Note**<br>
|
||||
For specific details about the technologies and APIs that are no longer supported in Microsoft Edge, see [A break from the past, part 2: Saying goodbye to ActiveX, VBScript, attachEvent](http://go.microsoft.com/fwlink/p/?LinkId=615953).
|
||||
For specific details about the technologies and APIs that are no longer supported in Microsoft Edge, see [A break from the past, part 2: Saying goodbye to ActiveX, VBScript, attachEvent](https://go.microsoft.com/fwlink/p/?LinkId=615953).
|
||||
|
||||
## What is document mode?
|
||||
Each release after Internet Explorer 8 has helped with the transition by introducing additional document modes that emulated previously supported versions, while also introducing support for features defined by industry standards. During this time, numerous websites and apps were updated to the latest and greatest industry standards, while many other sites and apps continued to simply rely on document modes to work properly.
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: You can use Internet Explorer 11 and the Enterprise Mode Site List Manager to change whether page rendering should use Enterprise Mode or the default Internet Explorer browser configuration. You can also add, remove, or delete associated comments.
|
||||
ms.assetid: 76aa9a85-6190-4c3a-bc25-0f914de228ea
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
ms.assetid: 76aa9a85-6190-4c3a-bc25-0f914de228ea
|
||||
title: Edit the Enterprise Mode site list using the Enterprise Mode Site List Manager (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Edit the Enterprise Mode site list using the Enterprise Mode Site List Manager
|
||||
|
||||
**Applies to:**
|
||||
@ -36,8 +38,8 @@ If your change passes validation, it’s added to the global site list. If the u
|
||||
You can save the file locally or to a network share. However, you must make sure you deploy it to the location specified in your registry key. For more information about the registry key, see [Turn on Enterprise Mode and use a site list](turn-on-enterprise-mode-and-use-a-site-list.md).
|
||||
|
||||
## Related topics
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](https://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](https://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)
|
||||
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
description: Enable and disable add-ons using administrative templates and group policy
|
||||
ms.assetid: c6fe1cd3-0bfc-4d23-8016-c9601f674c0b
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: security
|
||||
ms.assetid: c6fe1cd3-0bfc-4d23-8016-c9601f674c0b
|
||||
title: Enable and disable add-ons using administrative templates and group policy (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Enable and disable add-ons using administrative templates and group policy
|
||||
Add-ons let your employees personalize Internet Explorer. You can manage IE add-ons using Group Policy and Group Policy templates.
|
||||
|
||||
|
@ -1,20 +1,22 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
description: Enhanced Protected Mode problems with Internet Explorer
|
||||
ms.assetid: 15890ad1-733d-4f7e-a318-10399b389f45
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: security
|
||||
ms.assetid: 15890ad1-733d-4f7e-a318-10399b389f45
|
||||
title: Enhanced Protected Mode problems with Internet Explorer (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Enhanced Protected Mode problems with Internet Explorer
|
||||
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.
|
||||
|
||||
For more information about Enhanced Protected Mode, see the [Enhanced Protected Mode](http://go.microsoft.com/fwlink/p/?LinkId=267512) post on IEBlog, and both the [Understanding Enhanced Protected Mode](http://go.microsoft.com/fwlink/p/?LinkId=282662) and the [Enhanced Protected Mode and Local Files](http://go.microsoft.com/fwlink/p/?LinkId=282663) blog posts on IEInternals.
|
||||
For more information about Enhanced Protected Mode, see the [Enhanced Protected Mode](https://go.microsoft.com/fwlink/p/?LinkId=267512) post on IEBlog, and both the [Understanding Enhanced Protected Mode](https://go.microsoft.com/fwlink/p/?LinkId=282662) and the [Enhanced Protected Mode and Local Files](https://go.microsoft.com/fwlink/p/?LinkId=282663) blog posts on IEInternals.
|
||||
|
||||
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Use the topics in this section to learn how to set up and use Enterprise Mode and the Enterprise Mode Site List Manager in your company.
|
||||
ms.assetid: d52ba8ba-b3c7-4314-ba14-0610e1d8456e
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
ms.assetid: d52ba8ba-b3c7-4314-ba14-0610e1d8456e
|
||||
title: Enterprise Mode for Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Enterprise Mode for Internet Explorer 11
|
||||
|
||||
**Applies to:**
|
||||
|
@ -1,20 +1,23 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Use the Enterprise Mode Site List Manager to create and update your Enterprise Mode site list for devices running Windows 7 or Windows 8.1 Update.
|
||||
ms.assetid: 17c61547-82e3-48f2-908d-137a71938823
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
ms.assetid: 17c61547-82e3-48f2-908d-137a71938823
|
||||
title: Enterprise Mode schema v.1 guidance (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Enterprise Mode schema v.1 guidance
|
||||
|
||||
**Applies to:**
|
||||
|
||||
- Windows 8.1
|
||||
- Windows 7
|
||||
- Windows 10
|
||||
- Windows 8.1
|
||||
- Windows 7
|
||||
|
||||
Use the Enterprise Mode Site List Manager (schema v.1) to create and update your Enterprise Mode site list for devices running the v.1 version of the schema, or the Enterprise Mode Site List Manager (schema v.2) to create and update your Enterprise Mode site list for devices running the v.2 version of the schema. We strongly recommend moving to the new schema, v.2. For more info, see [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md).
|
||||
|
||||
@ -84,7 +87,19 @@ This table includes the elements used by the Enterprise Mode schema.
|
||||
<emie>
|
||||
<domain>contoso.com</domain>
|
||||
</emie>
|
||||
</rules>></pre></td>
|
||||
</rules></pre>
|
||||
<strong>-or-</strong>
|
||||
<p>For IPv6 ranges:<pre class="syntax"><rules version="205">
|
||||
<emie>
|
||||
<domain>[10.122.34.99]:8080</domain>
|
||||
</emie>
|
||||
</rules></pre>
|
||||
<strong>-or-</strong>
|
||||
<p>For IPv4 ranges:<pre class="syntax"><rules version="205">
|
||||
<emie>
|
||||
<domain>10.122.34.99:8080</domain>
|
||||
</emie>
|
||||
</rules></pre></td>
|
||||
<td>Internet Explorer 11 and Microsoft Edge</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -189,7 +204,6 @@ For example, say you want all of the sites in the contoso.com domain to open usi
|
||||
We recommend that you not add any of the following items to your schema because they can make your compatibility list behave in unexpected ways:
|
||||
- Don’t use protocols. For example, `http://`, `https://`, or custom protocols. They break parsing.
|
||||
- Don’t use wildcards.
|
||||
- Don't use IP Addresses.
|
||||
- Don’t use query strings, ampersands break parsing.
|
||||
|
||||
## How to use trailing slashes
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Use the Enterprise Mode Site List Manager to create and update your Enterprise Mode site list for devices running Windows 10.
|
||||
ms.assetid: 909ca359-5654-4df9-b9fb-921232fc05f5
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
ms.assetid: 909ca359-5654-4df9-b9fb-921232fc05f5
|
||||
title: Enterprise Mode schema v.2 guidance (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Enterprise Mode schema v.2 guidance
|
||||
|
||||
**Applies to:**
|
||||
@ -116,7 +118,15 @@ This table includes the elements used by the v.2 version of the Enterprise Mode
|
||||
<site url="contoso.com">
|
||||
<compat-mode>default</compat-mode>
|
||||
<open-in>none</open-in>
|
||||
</site></pre><p>
|
||||
</site></pre>
|
||||
<strong>-or-</strong>
|
||||
<p>For IPv4 ranges:<pre class="syntax"><site url="10.122.34.99:8080">
|
||||
<compat-mode>IE8Enterprise</compat-mode>
|
||||
<site></pre><p>
|
||||
<strong>-or-</strong>
|
||||
<p>For IPv6 ranges:<pre class="syntax"><site url="[10.122.34.99]:8080">
|
||||
<compat-mode>IE8Enterprise</compat-mode>
|
||||
<site></pre><p>
|
||||
You can also use the self-closing version, <url="contoso.com" />, which also sets:
|
||||
<ul>
|
||||
<li><compat-mode>default</compat-mode></li>
|
||||
@ -131,7 +141,15 @@ You can also use the self-closing version, <url="contoso.com" />, which al
|
||||
<pre class="syntax">
|
||||
<site url="contoso.com">
|
||||
<compat-mode>IE8Enterprise</compat-mode>
|
||||
</site></pre><p>
|
||||
</site></pre>
|
||||
<strong>-or-</strong>
|
||||
<p>For IPv4 ranges:<pre class="syntax"><site url="10.122.34.99:8080">
|
||||
<compat-mode>IE8Enterprise</compat-mode>
|
||||
<site></pre><p>
|
||||
<strong>-or-</strong>
|
||||
<p>For IPv6 ranges:<pre class="syntax"><site url="[10.122.34.99]:8080">
|
||||
<compat-mode>IE8Enterprise</compat-mode>
|
||||
<site></pre><p>
|
||||
Where:
|
||||
<ul>
|
||||
<li><b>IE8Enterprise.</b> Loads the site in IE8 Enterprise Mode.<br>This element is required for sites included in the <b>EmIE</b> section of the v.1 schema and is needed to load in IE8 Enterprise Mode.</li><p>
|
||||
@ -258,7 +276,6 @@ We recommend that you not add any of the following items to your schema because
|
||||
|
||||
- Don’t use protocols. For example, http://, https://, or custom protocols. They break parsing.
|
||||
- Don’t use wildcards.
|
||||
- Don't use IP Addresses.
|
||||
- Don’t use query strings, ampersands break parsing.
|
||||
|
||||
## Related topics
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: After you create your Enterprise Mode site list in the Enterprise Mode Site List Manager, you can export the contents to an Enterprise Mode (.EMIE) file.
|
||||
ms.assetid: 9ee7c13d-6fca-4446-bc22-d23a0213a95d
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
ms.assetid: 9ee7c13d-6fca-4446-bc22-d23a0213a95d
|
||||
title: Export your Enterprise Mode site list from the Enterprise Mode Site List Manager (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Export your Enterprise Mode site list from the Enterprise Mode Site List Manager
|
||||
|
||||
**Applies to:**
|
||||
@ -32,8 +34,8 @@ This file is not intended for distribution to your managed devices. Instead, it
|
||||
|
||||
## Related topics
|
||||
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](https://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](https://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)
|
||||
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: 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.
|
||||
ms.assetid: 4b21bb27-aeac-407f-ae58-ab4c6db2baf6
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
ms.assetid: 4b21bb27-aeac-407f-ae58-ab4c6db2baf6
|
||||
title: Fix web compatibility issues using document modes and the Enterprise Mode site list (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Fix web compatibility issues using document modes and the Enterprise Mode site list
|
||||
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.
|
||||
|
||||
@ -16,7 +18,7 @@ The Internet Explorer 11 Enterprise Mode site list lets you specify document mo
|
||||
Enterprises can have critical apps that are coded explicitly for a specific browser version and that might not be in their direct control, making it very difficult and expensive to update to modern standards or newer browser versions. Because you can decide which URLs should open using specific document modes, this update helps ensure better compatibility, faster upgrades, and reduced testing and fixing costs.
|
||||
|
||||
## How does this fix work?
|
||||
You can continue to use your legacy and orphaned web apps, by specifying a document mode in the centralized Enterprise Mode site list. Then, when IE11 goes to a site on your list, the browser loads the page in the specified document mode just as it would if it were specified through an X-UA-Compatible meta tag on the site. For more information about document modes and X-UA-compatible headers, see [Defining document compatibility](http://go.microsoft.com/fwlink/p/?LinkId=518412).
|
||||
You can continue to use your legacy and orphaned web apps, by specifying a document mode in the centralized Enterprise Mode site list. Then, when IE11 goes to a site on your list, the browser loads the page in the specified document mode just as it would if it were specified through an X-UA-Compatible meta tag on the site. For more information about document modes and X-UA-compatible headers, see [Defining document compatibility](https://go.microsoft.com/fwlink/p/?LinkId=518412).
|
||||
|
||||
**Important**<br>
|
||||
Enterprise Mode takes precedence over document modes, so sites that are already included in the Enterprise Mode site list won’t be affected by this update and will continue to load in Enterprise Mode, as usual.
|
||||
@ -38,7 +40,7 @@ To see if this fix might help you, run through this process one step at a time,
|
||||

|
||||
|
||||
2. Starting with the **11 (Default)** option, test your broken scenario.<br>
|
||||
If that doesn’t work, continue down to the next lowest document mode, stopping as soon as you find a document mode that fixes your problems. For more information about the Emulation tool, see [Emulate browsers, screen sizes, and GPS locations](http://go.microsoft.com/fwlink/p/?LinkId=518417).
|
||||
If that doesn’t work, continue down to the next lowest document mode, stopping as soon as you find a document mode that fixes your problems. For more information about the Emulation tool, see [Emulate browsers, screen sizes, and GPS locations](https://go.microsoft.com/fwlink/p/?LinkId=518417).
|
||||
|
||||
3. If none of the document modes fix your issue, change the **Browser Profile** to **Enterprise**, pick the mode you want to test with starting with **8** (IE8 Enterprise Mode), and then test your broken scenario.
|
||||
|
||||
@ -92,8 +94,8 @@ By default, IE11 uses the **Display intranet sites in Compatibility View** setti
|
||||
To help you move forward, you can now use the Enterprise Mode site list to specify sites or web paths to use the IE7 document mode, which goes down to IE5 “Quirks” mode if the page doesn’t have an explicit `DOCTYPE` tag. Using this document mode effectively helps you provide the Compatibility View functionality for single sites or a group of sites, which after thorough testing, can help you turn off Compatibility View as the default setting for your intranet sites.
|
||||
|
||||
## Related topics
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](https://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](https://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
- [Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)
|
||||
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: When you add multiple sites to your Enterprise Mode site list entries, they’re validated by the Enterprise Mode Site List Manager before they’re entered into your global list.
|
||||
ms.assetid: 9f80e39f-dcf1-4124-8931-131357f31d67
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
ms.assetid: 9f80e39f-dcf1-4124-8931-131357f31d67
|
||||
title: Fix validation problems using the Enterprise Mode Site List Manager (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Fix validation problems using the Enterprise Mode Site List Manager
|
||||
|
||||
**Applies to:**
|
||||
@ -31,8 +33,8 @@ There are typically 3 types of errors you’ll see:
|
||||
Another possibility is that redirection happens multiple times, with an intermediary site experiencing compatibility issues. For example, an employee types a short URL that then redirects multiple times, finally ending up on a non-intranet site. In this situation, you might want to add the intermediary URLs to your Enterprise Mode site list, in case there’s logic in one of them that has compatibility issues.
|
||||
|
||||
## Related topics
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](https://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](https://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)
|
||||
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
description: Overview about Group Policy, Advanced Group Policy Management (AGPM), and Internet Explorer 11
|
||||
ms.assetid: 63a7ef4a-6de2-4d08-aaba-0479131e3406
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: security
|
||||
ms.assetid: 63a7ef4a-6de2-4d08-aaba-0479131e3406
|
||||
title: Group Policy, Advanced Group Policy Management (AGPM), and Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Group Policy, Advanced Group Policy Management (AGPM), and Internet Explorer 11
|
||||
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.
|
||||
|
||||
@ -27,7 +29,7 @@ From AGPM you can:
|
||||
- **Manage your GPO lifecycle with change control features.** You can use the available version-control, history, and auditing features to help you manage your GPOs while moving through your archive, to your editing process, and finally to your GPO deployment.
|
||||
|
||||
**Note**<br>
|
||||
For more information about AGPM, and to get the license, see [Microsoft Advanced Group Policy Management 4.0 SP1 Step-by-Step Guide](http://go.microsoft.com/fwlink/p/?LinkId=294916).
|
||||
For more information about AGPM, and to get the license, see [Microsoft Advanced Group Policy Management 4.0 SP1 Step-by-Step Guide](https://go.microsoft.com/fwlink/p/?LinkId=294916).
|
||||
|
||||
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
description: Overview about Group Policy, the Group Policy Management Console (GPMC), and Internet Explorer 11
|
||||
ms.assetid: ae3d227d-3da7-46b8-8a61-c71bfeae0c63
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: security
|
||||
ms.assetid: ae3d227d-3da7-46b8-8a61-c71bfeae0c63
|
||||
title: Group Policy, the Group Policy Management Console (GPMC), and Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Group Policy, the Group Policy Management Console (GPMC), and Internet Explorer 11
|
||||
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.
|
||||
|
||||
@ -29,10 +31,10 @@ The GPMC lets you:
|
||||
|
||||
- Create scriptable interfaces to support all of the operations available within the GPMC. You can't use scripts to edit individual policy settings in a GPO.
|
||||
|
||||
For more information about the GPMC, see [Group Policy Management Console](http://go.microsoft.com/fwlink/p/?LinkId=214515) on TechNet.
|
||||
For more information about the GPMC, see [Group Policy Management Console](https://go.microsoft.com/fwlink/p/?LinkId=214515) on TechNet.
|
||||
|
||||
## Searching for Group Policy settings
|
||||
To search for Group Policy settings in the Group Policy Management Console (GPMC), use the [Group Policy Search tool](http://go.microsoft.com/fwlink/p/?LinkId=279857). To find the Group Policy settings, click **Windows Components**, and then click **Internet Explorer**.
|
||||
To search for Group Policy settings in the Group Policy Management Console (GPMC), use the [Group Policy Search tool](https://go.microsoft.com/fwlink/p/?LinkId=279857). To find the Group Policy settings, click **Windows Components**, and then click **Internet Explorer**.
|
||||
|
||||
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
description: Use the topics in this section to learn about Group Policy and how to use it to manage Internet Explorer.
|
||||
ms.assetid: 50383d3f-9ac9-4a30-8852-354b6eb9434a
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: security
|
||||
ms.assetid: 50383d3f-9ac9-4a30-8852-354b6eb9434a
|
||||
title: Group Policy and Internet Explorer 11 (IE11) (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Group Policy and Internet Explorer 11 (IE11)
|
||||
|
||||
**Applies to:**
|
||||
|
@ -1,18 +1,20 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
description: Group Policy, the Local Group Policy Editor, and Internet Explorer 11
|
||||
ms.assetid: 6fc30e91-efac-4ba5-9ee2-fa77dcd36467
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: security
|
||||
ms.assetid: 6fc30e91-efac-4ba5-9ee2-fa77dcd36467
|
||||
title: Group Policy, the Local Group Policy Editor, and Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Group Policy, the Local Group Policy Editor, and Internet Explorer 11
|
||||
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](http://go.microsoft.com/fwlink/p/?LinkId=294912).
|
||||
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).
|
||||
|
||||
|Computer configuration |User configuration |
|
||||
|-----------------------|-------------------|
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
description: Group Policy suggestions for compatibility with Internet Explorer 11
|
||||
ms.assetid: 7482c99f-5d79-4344-9e1c-aea9f0a68e18
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: security
|
||||
ms.assetid: 7482c99f-5d79-4344-9e1c-aea9f0a68e18
|
||||
title: Group Policy and compatibility with Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Group Policy and compatibility with Internet Explorer 11
|
||||
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.
|
||||
|
||||
|
@ -1,21 +1,23 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
description: Overview of the available Group Policy management tools
|
||||
ms.assetid: e33bbfeb-6b80-4e71-8bba-1d0369a87312
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: security
|
||||
ms.assetid: e33bbfeb-6b80-4e71-8bba-1d0369a87312
|
||||
title: Group Policy management tools (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Group Policy management tools
|
||||
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.
|
||||
|
||||
**Note**<br>
|
||||
For more information about Group Policy, see the [Group Policy TechCenter](http://go.microsoft.com/fwlink/p/?LinkId=214514). This site provides links to the latest technical documentation, videos, and downloads for Group Policy.
|
||||
For more information about Group Policy, see the [Group Policy TechCenter](https://go.microsoft.com/fwlink/p/?LinkId=214514). This site provides links to the latest technical documentation, videos, and downloads for Group Policy.
|
||||
|
||||
## Managing settings with GPOs
|
||||
After deploying IE11 to your organization, you can continue to manage the browser settings by using Active Directory Domain Services (AD DS) together with the following Group Policy-related setting management groups:
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
description: Info about Group Policy preferences versus Group Policy settings
|
||||
ms.assetid: f2264c97-7f09-4f28-bb5c-58ab80dcc6ee
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: security
|
||||
ms.assetid: f2264c97-7f09-4f28-bb5c-58ab80dcc6ee
|
||||
title: Group policy preferences and Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Group policy preferences and Internet Explorer 11
|
||||
Group Policy preferences are less strict than Group Policy settings, based on:
|
||||
|
||||
@ -22,7 +24,7 @@ Group Policy preferences are less strict than Group Policy settings, based on:
|
||||
|Targeting and filtering |<ul><li>Targeting is specific, with a user interface for each type of targeting item</li><li>Supports targeting at the individual preference item level</li></ul> |<ul><li>Filtering is based on Windows Management Instrumentation (WMI), and requires writing WMI queries</li><li>Supports filtering at the Group Policy Object (GPO) level</li></ul> |
|
||||
|
||||
|
||||
For more information about Group Policy preferences, see the [Group Policy Settings Reference for Windows and Windows Server](http://go.microsoft.com/fwlink/p/?LinkId=279876).
|
||||
For more information about Group Policy preferences, see the [Group Policy Settings Reference for Windows and Windows Server](https://go.microsoft.com/fwlink/p/?LinkId=279876).
|
||||
|
||||
|
||||
|
||||
|
@ -1,19 +1,21 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
description: Links to troubleshooting topics and log files that can help address Group Policy problems with Internet Explorer 11.
|
||||
ms.assetid: 0da0d9a9-200c-46c4-96be-630e82de017b
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: security
|
||||
ms.assetid: 0da0d9a9-200c-46c4-96be-630e82de017b
|
||||
title: Group Policy problems with Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Group Policy problems with Internet Explorer 11
|
||||
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](http://go.microsoft.com/fwlink/p/?LinkId=279872).
|
||||
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
|
||||
You can use the Event Viewer to review Group Policy-related messages in the **Windows Logs**, **System** file. All of the Group Policy-related events are shown with a source of **GroupPolicy**. For more information about the Event Viewer, see [What information appears in event logs? (Event Viewer)](http://go.microsoft.com/fwlink/p/?LinkId=294917).
|
||||
You can use the Event Viewer to review Group Policy-related messages in the **Windows Logs**, **System** file. All of the Group Policy-related events are shown with a source of **GroupPolicy**. For more information about the Event Viewer, see [What information appears in event logs? (Event Viewer)](https://go.microsoft.com/fwlink/p/?LinkId=294917).
|
||||
|
||||
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
description: Instructions about how to create and configure shortcut preference extensions to file system objects, URLs, and shell objects.
|
||||
ms.assetid: c6fbf990-13e4-4be7-9f08-5bdd43179b3b
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: security
|
||||
ms.assetid: c6fbf990-13e4-4be7-9f08-5bdd43179b3b
|
||||
title: Group Policy, Shortcut Extensions, and Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Group Policy, Shortcut Extensions, and Internet Explorer 11
|
||||
Group Policy includes the Shortcuts preference extension, which lets you configure shortcuts to:
|
||||
|
||||
@ -33,7 +35,7 @@ You can create and configure shortcuts for any domain-based Group Policy Object
|
||||
|
||||
5. Type the required shortcut settings and your comments into the **Description** box, and click **OK**.
|
||||
|
||||
For more information about shortcut extensions, including step-by-step guidance, see [Shortcuts Extension](http://go.microsoft.com/fwlink/p/?LinkId=214525) and [Configure a Shortcut Item](http://go.microsoft.com/fwlink/p/?LinkId=301837).
|
||||
For more information about shortcut extensions, including step-by-step guidance, see [Shortcuts Extension](https://go.microsoft.com/fwlink/p/?LinkId=214525) and [Configure a Shortcut Item](https://go.microsoft.com/fwlink/p/?LinkId=301837).
|
||||
|
||||
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
description: Overview about how Group Policy works with Windows Powershell and Internet Explorer 11
|
||||
ms.assetid: e3607cde-a498-4e04-9daa-b331412967fc
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: security
|
||||
ms.assetid: e3607cde-a498-4e04-9daa-b331412967fc
|
||||
title: Group Policy, Windows Powershell, and Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Group Policy, Windows Powershell, and Internet Explorer 11
|
||||
Your domain-joined Group Policy Objects (GPOs) can use any of Group Policy-related “cmdlets” that run within Windows PowerShell.
|
||||
|
||||
@ -22,7 +24,7 @@ Each cmdlet is a single-function command-line tool that can:
|
||||
|
||||
- Configure registry-based policy settings and registry settings for Group Policy preferences.
|
||||
|
||||
For more info about PowerShell and Group Policy management, see [Use Windows PowerShell to Manage Group Policy](http://go.microsoft.com/fwlink/p/?LinkId=276828).
|
||||
For more info about PowerShell and Group Policy management, see [Use Windows PowerShell to Manage Group Policy](https://go.microsoft.com/fwlink/p/?LinkId=276828).
|
||||
|
||||
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: If you need to replace your entire site list because of errors, or simply because it’s out of date, you can import your exported Enterprise Mode site list using the Enterprise Mode Site List Manager.
|
||||
ms.assetid: cacd5d68-700b-4a96-b4c9-ca2c40c1ac5f
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
ms.assetid: cacd5d68-700b-4a96-b4c9-ca2c40c1ac5f
|
||||
title: Import your Enterprise Mode site list to the Enterprise Mode Site List Manager (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Import your Enterprise Mode site list to the Enterprise Mode Site List Manager
|
||||
|
||||
**Applies to:**
|
||||
@ -33,8 +35,8 @@ Importing your file overwrites everything that’s currently in the tool, so mak
|
||||
3. Review the alert message about all of your entries being overwritten. If you still want to import the file, click **Yes**.
|
||||
|
||||
## Related topics
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](https://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](https://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)
|
||||
|
||||
|
||||
|
@ -1,13 +1,14 @@
|
||||
---
|
||||
ms.mktglfcycl: deploy
|
||||
description: Use this guide to learn about the several options and processes you'll need to consider while you're planning for, deploying, and customizing Internet Explorer 11 for your employee's devices.
|
||||
ms.assetid: bddc2d97-c38d-45c5-9588-1f5bbff2e9c3
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.assetid: bddc2d97-c38d-45c5-9588-1f5bbff2e9c3
|
||||
title: Internet Explorer 11 (IE11) - Deployment Guide for IT Pros (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Internet Explorer 11 (IE11) - Deployment Guide for IT Pros
|
||||
|
||||
**Applies to:**
|
||||
@ -36,11 +37,11 @@ Because this content isn't intended to be a step-by-step guide, not all of the s
|
||||
|[Manage Internet Explorer 11](manage-ie11-overview.md) |Use the topics in this section to learn about how to auto detect your settings, auto configure your configuration settings, and auto configure your proxy configuration settings for IE. |
|
||||
|[Troubleshoot Internet Explorer 11 (IE11)](troubleshoot-ie11.md) |Use the topics in this section to learn how to troubleshoot several of the more common problems experienced with IE. |
|
||||
|[Out-of-date ActiveX control blocking](out-of-date-activex-control-blocking.md) |ActiveX controls are small apps that let websites provide content, like videos, 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, IE includes a new security feature, called <em>out-of-date ActiveX control blocking</em>. |
|
||||
|[Deprecated document modes and Internet Explorer 11](deprecated-document-modes.md) |Internet Explorer 8 introduced document modes as a way to move from the proprietary coding of web features to a more standardized type of coding that could run on multiple browsers and devices. Starting with Windows 10, we’re deprecating document modes.<p>This means that while IE11 will continue to support document modes, Microsoft Edge won’t. And because of that, it also means that if you want to use Microsoft Edge, you’re going to have to update your legacy webpages and apps to support modern features, browsers, and devices.<p><b>Note</b><br>For specific details about the technologies and APIs that are no longer supported in Microsoft Edge, see [A break from the past, part 2: Saying goodbye to ActiveX, VBScript, attachEvent](http://go.microsoft.com/fwlink/p/?LinkId=615953). |
|
||||
|[Deprecated document modes and Internet Explorer 11](deprecated-document-modes.md) |Internet Explorer 8 introduced document modes as a way to move from the proprietary coding of web features to a more standardized type of coding that could run on multiple browsers and devices. Starting with Windows 10, we’re deprecating document modes.<p>This means that while IE11 will continue to support document modes, Microsoft Edge won’t. And because of that, it also means that if you want to use Microsoft Edge, you’re going to have to update your legacy webpages and apps to support modern features, browsers, and devices.<p><b>Note</b><br>For specific details about the technologies and APIs that are no longer supported in Microsoft Edge, see [A break from the past, part 2: Saying goodbye to ActiveX, VBScript, attachEvent](https://go.microsoft.com/fwlink/p/?LinkId=615953). |
|
||||
|[What is the Internet Explorer 11 Blocker Toolkit?](what-is-the-internet-explorer-11-blocker-toolkit.md) |The IE11 Blocker Toolkit lets you turn off the automatic delivery of IE11 through the <b>Automatic Updates</b> feature of Windows Update. |
|
||||
|[Missing Internet Explorer Maintenance (IEM) settings for Internet Explorer 11](missing-internet-explorer-maintenance-settings-for-ie11.md) |The Internet Explorer Maintenance (IEM) settings have been deprecated in favor of Group Policy preferences, Administrative Templates (.admx), and the Internet Explorer Administration Kit 11 (IEAK 11).<p>Because of this change, your IEM-configured settings will no longer work on computers running Internet Explorer 10 or newer. To fix this, you need to update the affected settings using Group Policy preferences, Administrative Templates (.admx), or the IEAK 11.<p>Because Group Policy Preferences and IEAK 11 run using asynchronous processes, you should choose to use only one of the tools within each group of settings. For example, using only IEAK 11 in the <b>Security</b> settings or Group Policy Preferences within the <b>Internet Zone</b> settings. Also, it's important to remember that policy is enforced and can't be changed by the user, while preferences are configured, but can be changed by the user. |
|
||||
|[Missing the Compatibility View Button](missing-the-compatibility-view-button.md) |Compatibility View was introduced in Internet Explorer 8 to help existing content continue to work with Windows Internet Explorer 7, while developers updated their content to support modern interoperable web standards. Since then, the IE web platform, and the web itself, have changed so that most public web content looks for standards-based features instead of IE 7-compatible behavior.<p>Thanks to these changes, using IE11 in the latest standards mode is more compatible with the web than ever before. As a result, IE11 simplifies web page compatibility for users by removing the <b>Compatibility View</b> button and reducing the number of compatibility options in the F12 developer tools for developers. |
|
||||
|[Deploy pinned websites using Microsoft Deployment Toolkit (MDT) 2013](deploy-pinned-sites-using-mdt-2013.md) |You can pin websites to the Windows 8.1 taskbar for quick access. You pin a website simply by dragging its tab to the taskbar. Some websites can also extend the icon’s Jump List.<p>The ability to pin websites to the Windows 8.1 taskbar can help make end-users in businesses more productive. As an IT professional, for example, you can pin intranet and SharePoint websites to the taskbar to make them immediately available to employees. In this article, you learn how to deploy pinned websites by using Lite Touch Installation in the [Microsoft Deployment Toolkit (MDT) 2013](http://go.microsoft.com/fwlink/p/?LinkId=398474).
|
||||
|[Deploy pinned websites using Microsoft Deployment Toolkit (MDT) 2013](deploy-pinned-sites-using-mdt-2013.md) |You can pin websites to the Windows 8.1 taskbar for quick access. You pin a website simply by dragging its tab to the taskbar. Some websites can also extend the icon’s Jump List.<p>The ability to pin websites to the Windows 8.1 taskbar can help make end-users in businesses more productive. As an IT professional, for example, you can pin intranet and SharePoint websites to the taskbar to make them immediately available to employees. In this article, you learn how to deploy pinned websites by using Lite Touch Installation in the [Microsoft Deployment Toolkit (MDT) 2013](https://go.microsoft.com/fwlink/p/?LinkId=398474).
|
||||
|
||||
|
||||
## IE11 naming conventions
|
||||
@ -55,4 +56,5 @@ IE11 offers differing experiences in Windows 8.1:
|
||||
## Related topics
|
||||
- [Internet Explorer 11 - FAQ for IT Pros](../ie11-faq/faq-for-it-pros-ie11.md)
|
||||
- [Internet Explorer Administration Kit 11 (IEAK 11) - Administrator's Guide](../ie11-ieak/index.md)
|
||||
- [Microsoft Edge - Deployment Guide for IT Pros](http://go.microsoft.com/fwlink/p/?LinkId=760643)
|
||||
- [Microsoft Edge - Deployment Guide for IT Pros](https://go.microsoft.com/fwlink/p/?LinkId=760643)
|
||||
|
||||
|
@ -1,13 +1,15 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
description: Use the topics in this section to learn how to customize your Internet Explorer installation package, how to choose the right method for installation, and how to deploy IE into your environment.
|
||||
ms.assetid: caca18c1-d5c4-4404-84f8-d02bc562915f
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.assetid: caca18c1-d5c4-4404-84f8-d02bc562915f
|
||||
title: Install and Deploy Internet Explorer 11 (IE11) (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Install and Deploy Internet Explorer 11 (IE11)
|
||||
|
||||
**Applies to:**
|
||||
|
@ -1,15 +1,17 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
description: How to add and deploy the Internet Explorer 11 update using Microsoft Intune.
|
||||
ms.assetid: b2dfc08c-78af-4c22-8867-7be3b92b1616
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.assetid: b2dfc08c-78af-4c22-8867-7be3b92b1616
|
||||
title: Install Internet Explorer 11 (IE11) using Microsoft Intune (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Install Internet Explorer 11 (IE11) using Microsoft Intune
|
||||
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](http://go.microsoft.com/fwlink/p/?LinkId=301805).
|
||||
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
|
||||
You can add and then deploy the IE11 package to any computer that's managed by Microsoft Intune.
|
||||
@ -20,7 +22,7 @@ You can add and then deploy the IE11 package to any computer that's managed by M
|
||||
|
||||
2. Add your IE11 package as either an external link or as a Windows installer package (.exe or .msi).
|
||||
|
||||
For more info about how to decide which one to use, and how to use it, see [Deploy and configure apps](http://go.microsoft.com/fwlink/p/?LinkId=301806).
|
||||
For more info about how to decide which one to use, and how to use it, see [Deploy and configure apps](https://go.microsoft.com/fwlink/p/?LinkId=301806).
|
||||
|
||||
 **To automatically deploy and install the IE11 package**
|
||||
|
||||
@ -30,7 +32,7 @@ For more info about how to decide which one to use, and how to use it, see [Depl
|
||||
|
||||
3. After the package is on your employee's computers, the installation process runs, based on what you set up in your wizard.
|
||||
|
||||
For more info about this, see [Deploy and configure apps](http://go.microsoft.com/fwlink/p/?LinkId=301806).
|
||||
For more info about this, see [Deploy and configure apps](https://go.microsoft.com/fwlink/p/?LinkId=301806).
|
||||
|
||||
 **To let your employees install the IE11 package**
|
||||
|
||||
@ -38,7 +40,7 @@ For more info about this, see [Deploy and configure apps](http://go.microsoft.co
|
||||
|
||||
2. Any employee in the assigned group can now install the package.
|
||||
|
||||
For more info about this, see [Update apps using Microsoft Intune](http://go.microsoft.com/fwlink/p/?LinkId=301808)
|
||||
For more info about this, see [Update apps using Microsoft Intune](https://go.microsoft.com/fwlink/p/?LinkId=301808)
|
||||
|
||||
|
||||
|
||||
|
@ -1,28 +1,30 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
description: How to install the Internet Explorer 11 update using Microsoft Deployment Toolkit (MDT) and your Windows images.
|
||||
ms.assetid: e16f9144-170c-4964-a62d-0d1a16f4cd1f
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.assetid: e16f9144-170c-4964-a62d-0d1a16f4cd1f
|
||||
title: Install Internet Explorer 11 (IE11) using Microsoft Deployment Toolkit (MDT) and your Windows images (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Install Internet Explorer 11 (IE11) using Microsoft Deployment Toolkit (MDT) and your Windows images
|
||||
|
||||
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:
|
||||
|
||||
- [Microsoft Download Center](http://go.microsoft.com/fwlink/p/?LinkId=279697)
|
||||
- [Microsoft Download Center](https://go.microsoft.com/fwlink/p/?LinkId=279697)
|
||||
|
||||
- [Microsoft Update Catalog](http://go.microsoft.com/fwlink/p/?LinkId=214287)
|
||||
- [Microsoft Update Catalog](https://go.microsoft.com/fwlink/p/?LinkId=214287)
|
||||
|
||||
After you install the .msu file updates, you'll need to add them to your MDT deployment. You'll also need to extract the IE11 .cab update file from the IE11 installation package, using the `/x` command-line option. For example, `IE11-Windows6.1-x64-en-us.exe /x:c:\ie11cab`.
|
||||
|
||||
## Installing IE11 using Microsoft Deployment Toolkit (MDT)
|
||||
|
||||
MDT adds IE11 to your Windows images, regardless whether you are creating or deploying a customized or non-customized image. MDT also lets you perform offline servicing during the System Center 2012 R2 Configuration Manager task sequence, letting you add IE11 before starting Windows. For info, see [Microsoft Deployment Toolkit (MDT)](http://go.microsoft.com/fwlink/p/?linkid=331148).
|
||||
MDT adds IE11 to your Windows images, regardless whether you are creating or deploying a customized or non-customized image. MDT also lets you perform offline servicing during the System Center 2012 R2 Configuration Manager task sequence, letting you add IE11 before starting Windows. For info, see [Microsoft Deployment Toolkit (MDT)](https://go.microsoft.com/fwlink/p/?linkid=331148).
|
||||
|
||||
 **To add IE11 to a MDT deployment share**
|
||||
|
||||
@ -41,9 +43,9 @@ You can add the IE11 update while you're performing offline servicing, or slipst
|
||||
|
||||
These articles have step-by-step details about adding packages to your Windows images:
|
||||
|
||||
- For Windows 8.1, see [Add or Remove Packages Offline Using DISM](http://go.microsoft.com/fwlink/p/?LinkId=276791).
|
||||
- For Windows 8.1, see [Add or Remove Packages Offline Using DISM](https://go.microsoft.com/fwlink/p/?LinkId=276791).
|
||||
|
||||
- For Windows 7 SP1, see [Add or Remove Packages Offline](http://go.microsoft.com/fwlink/p/?LinkId=214490).
|
||||
- For Windows 7 SP1, see [Add or Remove Packages Offline](https://go.microsoft.com/fwlink/p/?LinkId=214490).
|
||||
|
||||
|
||||
|
||||
|
@ -1,16 +1,18 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: How to install the Internet Explorer 11 update using System Center 2012 R2 Configuration Manager
|
||||
ms.assetid: 9ede9722-29b3-4cb7-956d-ffa91e7bedbd
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
ms.assetid: 9ede9722-29b3-4cb7-956d-ffa91e7bedbd
|
||||
title: Install Internet Explorer 11 (IE11) using System Center 2012 R2 Configuration Manager (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Install Internet Explorer 11 (IE11) using System Center 2012 R2 Configuration Manager
|
||||
You can install Internet Explorer 11 (IE11) by using [System Center R2 2012 Configuration Manager](http://go.microsoft.com/fwlink/p/?linkid=276664). Complete these steps for each operating system and platform combination.
|
||||
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**
|
||||
|
||||
@ -22,7 +24,7 @@ You can install Internet Explorer 11 (IE11) by using [System Center R2 2012 Con
|
||||
|
||||
4. Move the installation package to your distribution points, and then advertise the package.
|
||||
|
||||
You can also use System Center Essentials 2010 to deploy IE11 installation packages. For info, see [System Center Essentials 2010](http://go.microsoft.com/fwlink/p/?linkid=395200) and the [System Center Essentials 2010 Operations Guide](http://go.microsoft.com/fwlink/p/?LinkId=214266).
|
||||
You can also use System Center Essentials 2010 to deploy IE11 installation packages. For info, see [System Center Essentials 2010](https://go.microsoft.com/fwlink/p/?linkid=395200) and the [System Center Essentials 2010 Operations Guide](https://go.microsoft.com/fwlink/p/?LinkId=214266).
|
||||
|
||||
|
||||
|
||||
|
@ -1,13 +1,15 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
description: How to install the Internet Explorer 11 update using your network
|
||||
ms.assetid: 85f6429d-947a-4031-8f93-e26110a35828
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.assetid: 85f6429d-947a-4031-8f93-e26110a35828
|
||||
title: Install Internet Explorer 11 (IE11) using your network (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Install Internet Explorer 11 (IE11) using your network
|
||||
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).
|
||||
|
||||
|
@ -1,13 +1,15 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
description: How to install the Internet Explorer 11 update using third-party tools and command-line options.
|
||||
ms.assetid: 30190c66-49f7-4ca4-8b57-a47656aa0c7e
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.assetid: 30190c66-49f7-4ca4-8b57-a47656aa0c7e
|
||||
title: Install Internet Explorer 11 (IE11) using third-party tools (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Install Internet Explorer 11 (IE11) using third-party tools
|
||||
You can install Internet Explorer 11 (IE11) using third-party electronic software distribution (ESD) systems and these command-line options:
|
||||
|
||||
|
@ -1,15 +1,17 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
description: How to install the Internet Explorer 11 update using Windows Server Update Services (WSUS)'
|
||||
ms.assetid: 6cbd6797-c670-4236-8423-e0919478f2ce
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.assetid: 6cbd6797-c670-4236-8423-e0919478f2ce
|
||||
title: Install Internet Explorer 11 (IE11) using Windows Server Update Services (WSUS) (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Install Internet Explorer 11 (IE11) using Windows Server Update Services (WSUS)
|
||||
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](http://go.microsoft.com/fwlink/p/?LinkID=276790).
|
||||
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**
|
||||
|
||||
|
@ -1,13 +1,15 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
description: How to fix potential installation problems with Internet Explorer 11
|
||||
ms.assetid: 3ae77745-86ac-40a9-a37d-eebbf37661a3
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.assetid: 3ae77745-86ac-40a9-a37d-eebbf37661a3
|
||||
title: Install problems with Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Install problems with Internet Explorer 11
|
||||
Most Internet Explorer 11 installations are straightforward and work the way they should. But it's possible that you might have problems.
|
||||
|
||||
@ -19,7 +21,7 @@ If you do, you can:
|
||||
|
||||
- Temporarily turn off your antispyware and antivirus software.
|
||||
|
||||
- Try another IE11 installer. For example from [Windows Update](http://go.microsoft.com/fwlink/p/?LinkId=302315) or from the [Download Internet Explorer 11](http://go.microsoft.com/fwlink/p/?linkid=327753) website.
|
||||
- Try another IE11 installer. For example from [Windows Update](https://go.microsoft.com/fwlink/p/?LinkId=302315) or from the [Download Internet Explorer 11](https://go.microsoft.com/fwlink/p/?linkid=327753) website.
|
||||
|
||||
- Review the `IE11_main.log` file in the `\Windows` folder. This log file has information about each installation and is appended for each subsequent installation.
|
||||
|
||||
@ -36,16 +38,16 @@ If Internet Explorer doesn't finish installing, it might mean that Windows Updat
|
||||
|
||||
2. After the uninstall finishes, restart your computer.
|
||||
|
||||
2. Run [Windows Update](http://go.microsoft.com/fwlink/p/?LinkId=302315), clicking **Check for updates**.
|
||||
2. Run [Windows Update](https://go.microsoft.com/fwlink/p/?LinkId=302315), clicking **Check for updates**.
|
||||
|
||||
3. Check the list for IE11. If it's included in the list of updates for download, exclude it before you update your computer.<p>
|
||||
If you get an error during the Windows Update process, see [Fix the problem with Microsoft Windows Update that is not working](http://go.microsoft.com/fwlink/p/?LinkId=302316).
|
||||
If you get an error during the Windows Update process, see [Fix the problem with Microsoft Windows Update that is not working](https://go.microsoft.com/fwlink/p/?LinkId=302316).
|
||||
|
||||
4. Restart your computer, making sure all of your the updates are finished.
|
||||
|
||||
5. Try to reinstall IE11 from either Windows Update (if you saw it in Step 3) or from the [Download Internet Explorer 11](http://go.microsoft.com/fwlink/p/?linkid=327753) website.
|
||||
5. Try to reinstall IE11 from either Windows Update (if you saw it in Step 3) or from the [Download Internet Explorer 11](https://go.microsoft.com/fwlink/p/?linkid=327753) website.
|
||||
|
||||
If these steps didn't fix your problem, see [Troubleshooting a failed installation of Internet Explorer 11](http://go.microsoft.com/fwlink/p/?LinkId=304130).
|
||||
If these steps didn't fix your problem, see [Troubleshooting a failed installation of Internet Explorer 11](https://go.microsoft.com/fwlink/p/?LinkId=304130).
|
||||
|
||||
|
||||
|
||||
|
@ -1,13 +1,15 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
description: How to fix intranet search problems with Internet Explorer 11
|
||||
ms.assetid: 3ee71d93-d9d2-48e1-899e-07932c73faa6
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.assetid: 3ee71d93-d9d2-48e1-899e-07932c73faa6
|
||||
title: Fix intranet search problems with Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Fix intranet search problems with Internet Explorer 11
|
||||
After upgrading to Internet Explorer 11, you might experience search issues while using your intranet site.
|
||||
|
||||
|
@ -1,13 +1,15 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
description: Use the topics in this section to learn about how to auto detect your settings, auto configure your configuration settings, and auto configure your proxy configuration settings for Internet Explorer.
|
||||
ms.assetid: eb3cce62-fc7b-41e3-97b6-2916b85bcf55
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.assetid: eb3cce62-fc7b-41e3-97b6-2916b85bcf55
|
||||
title: Manage Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Manage Internet Explorer 11
|
||||
|
||||
**Applies to:**
|
||||
|
@ -1,13 +1,15 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: support
|
||||
description: IEM-configured settings have been deprecated for Internet Explorer 10 and newer. Use this topic to learn where to go to fix the affected settings through Group Policy Preferences, Administrative Templates (.admx), or the IEAK.
|
||||
ms.assetid: 89084e01-4e3f-46a6-b90e-48ee58d6821c
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: support
|
||||
ms.sitesec: library
|
||||
ms.assetid: 89084e01-4e3f-46a6-b90e-48ee58d6821c
|
||||
title: Missing Internet Explorer Maintenance settings for Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Missing Internet Explorer Maintenance settings for Internet Explorer 11
|
||||
|
||||
**Applies to:**
|
||||
@ -32,11 +34,11 @@ For more information about all of the new options and Group Policy, see:
|
||||
|
||||
- [Internet Explorer Administration Kit 11 (IEAK 11) - Administration Guide for IT Pros](../ie11-ieak/index.md)
|
||||
|
||||
- [Group Policy Settings Reference for Windows and Windows Server](http://go.microsoft.com/fwlink/p/?LinkId=279876)
|
||||
- [Group Policy Settings Reference for Windows and Windows Server](https://go.microsoft.com/fwlink/p/?LinkId=279876)
|
||||
|
||||
- [Group Policy ADMX Syntax Reference Guide](http://go.microsoft.com/fwlink/p/?LinkId=276830)
|
||||
- [Group Policy ADMX Syntax Reference Guide](https://go.microsoft.com/fwlink/p/?LinkId=276830)
|
||||
|
||||
- [Enable and Disable Settings in a Preference Item](http://go.microsoft.com/fwlink/p/?LinkId=282671)
|
||||
- [Enable and Disable Settings in a Preference Item](https://go.microsoft.com/fwlink/p/?LinkId=282671)
|
||||
|
||||
## IEM replacements
|
||||
The IEM settings have replacements you can use in either Group Policy Preferences or IEAK 11.
|
||||
@ -89,3 +91,4 @@ The Advanced IEM settings, including Corporate and Internet settings, were also
|
||||
|------------|------------|-----------------|
|
||||
|Corporate settings |Specifies the location of the file with the settings you use to make IE work best in your organization. |On the <b>Additional Settings</b> page of IEAK 11, expand <b>Corporate Settings</b>, and then customize how your organization handles temporary Internet files, code downloads, menu items, and toolbar buttons. |
|
||||
|Internet settings |Specifies the location of the file that includes your default IE settings. |In the <b>Internet Settings Group Policy Preferences</b> dialog box, click the <b>Advanced</b> tab, and then update your Internet-related settings, as required<p>-OR-<p>On the <b>Additional Settings</b> page of IEAK 11, expand <b>Internet Settings</b>, and then customize your default values in the <b>Internet Options</b> dialog box. |
|
||||
|
||||
|
@ -1,13 +1,15 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: support
|
||||
description: Internet Explorer 11 uses the latest standards mode, which simplifies web page compatibility for users by removing the **Compatibility View** button and reducing the number of compatibility options in the F12 developer tools for developers.
|
||||
ms.assetid: 501c96c9-9f03-4913-9f4b-f67bd9edbb61
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: support
|
||||
ms.sitesec: library
|
||||
ms.assetid: 501c96c9-9f03-4913-9f4b-f67bd9edbb61
|
||||
title: Missing the Compatibility View Button (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Missing the Compatibility View Button
|
||||
|
||||
**Applies to:**
|
||||
|
@ -1,13 +1,15 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: support
|
||||
description: How to turn managed browser hosting controls back on in Internet Explorer 11.
|
||||
ms.assetid: b0b7f60f-9099-45ab-84f4-4ac64d7bcb43
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: support
|
||||
ms.sitesec: library
|
||||
ms.assetid: b0b7f60f-9099-45ab-84f4-4ac64d7bcb43
|
||||
title: .NET Framework problems with Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# .NET Framework problems with Internet Explorer 11
|
||||
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.
|
||||
|
||||
@ -17,7 +19,7 @@ If you’re having problems launching your legacy apps while running Internet Ex
|
||||
|
||||
2. **For x64 systems or for 64-bit processes on x64 systems:** Go to the `HKLM\SOFTWARE\Wow6432Node\.NETFramework` registry key and change the **EnableIEHosting** value to **1**.
|
||||
|
||||
For more information, see the [Web Applications](http://go.microsoft.com/fwlink/p/?LinkId=308903) section of the Application Compatibility in the .NET Framework 4.5 page.
|
||||
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.
|
||||
|
||||
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
description: New group policy settings for Internet Explorer 11
|
||||
ms.assetid: 669cc1a6-e2cb-403f-aa31-c1de52a615d1
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: security
|
||||
ms.assetid: 669cc1a6-e2cb-403f-aa31-c1de52a615d1
|
||||
title: New group policy settings for Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# New group policy settings for Internet Explorer 11
|
||||
Internet Explorer 11 gives you some new Group Policy settings to help you manage your company's web browser configurations, including:
|
||||
|
||||
@ -93,4 +95,5 @@ After you've finished updating and deploying your Group Policy, you can use the
|
||||
1. Open and run the Resultant Set of Policy (RSoP) wizard, specifying the information you want to see.
|
||||
|
||||
2. Open your wizard results in the Group Policy Management Console (GPMC).<p>
|
||||
For complete instructions about how to add, open, and use RSoP, see [Use the RSoP Snap-in](http://go.microsoft.com/fwlink/p/?LinkId=395201)
|
||||
For complete instructions about how to add, open, and use RSoP, see [Use the RSoP Snap-in](https://go.microsoft.com/fwlink/p/?LinkId=395201)
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
description: Use out-of-date ActiveX control blocking to help you know when IE prevents a webpage from loading outdated ActiveX controls and to update the outdated control, so that it’s safer to use.
|
||||
ms.assetid: e61866bb-1ff1-4a8d-96f2-61d3534e8199
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: security
|
||||
ms.assetid: e61866bb-1ff1-4a8d-96f2-61d3534e8199
|
||||
title: Out-of-date ActiveX control blocking (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Out-of-date ActiveX control blocking
|
||||
|
||||
**Applies to:**
|
||||
@ -30,7 +32,7 @@ Out-of-date ActiveX control blocking lets you:
|
||||
|
||||
- Update the outdated control, so that it’s up-to-date and safer to use.
|
||||
|
||||
The out-of-date ActiveX control blocking feature works with all [Security Zones](http://go.microsoft.com/fwlink/p/?LinkId=403863), except the Local Intranet Zone and the Trusted Sites Zone.
|
||||
The out-of-date ActiveX control blocking feature works with all [Security Zones](https://go.microsoft.com/fwlink/p/?LinkId=403863), except the Local Intranet Zone and the Trusted Sites Zone.
|
||||
|
||||
It also works with these operating system and IE combinations:
|
||||
|
||||
@ -44,7 +46,7 @@ It also works with these operating system and IE combinations:
|
||||
|Windows Server 2008 SP2 |Windows Internet Explorer 9 only |
|
||||
|Windows Vista SP2 |Windows Internet Explorer 9 only |
|
||||
|
||||
For more info about this new feature, see the [Internet Explorer begins blocking out-of-date ActiveX controls](http://go.microsoft.com/fwlink/p/?LinkId=507691) blog. To see the complete list of out-of-date Active controls blocked by this feature, see [Blocked out-of-date ActiveX controls](http://go.microsoft.com/fwlink/p/?LinkId=517023).
|
||||
For more info about this new feature, see the [Internet Explorer begins blocking out-of-date ActiveX controls](https://go.microsoft.com/fwlink/p/?LinkId=507691) blog. To see the complete list of out-of-date Active controls blocked by this feature, see [Blocked out-of-date ActiveX controls](https://go.microsoft.com/fwlink/p/?LinkId=517023).
|
||||
|
||||
## What does the out-of-date ActiveX control blocking notification look like?
|
||||
When IE blocks an outdated ActiveX control, you’ll see a notification bar similar to this, depending on your version of IE:
|
||||
@ -87,7 +89,7 @@ IE opens the app’s website.
|
||||
IE uses Microsoft’s versionlist.xml or versionlistWin7.xml file to determine whether an ActiveX control should be stopped from loading. These files are updated with newly-discovered out-of-date ActiveX controls, which IE automatically downloads to your local copy of the file.
|
||||
|
||||
You can see your copy of the file here `%LOCALAPPDATA%\Microsoft\Internet Explorer\VersionManager\versionlist.xml` or you can view Microsoft’s version, based on your operating system and version of IE, here:
|
||||
- [Internet Explorer 11 on Windows 7 SP1 or Windows Server 2008 R2](http://go.microsoft.com/fwlink/p/?LinkId=798230)
|
||||
- [Internet Explorer 11 on Windows 7 SP1 or Windows Server 2008 R2](https://go.microsoft.com/fwlink/p/?LinkId=798230)
|
||||
- [All other configurations](https://go.microsoft.com/fwlink/p/?LinkId=403864)
|
||||
|
||||
**Security Note:**<br>Although we strongly recommend against it, if you don’t want your computer to automatically download the updated version list from Microsoft, run the following command from a command prompt:
|
||||
@ -98,7 +100,7 @@ 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 includes 4 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](http://go.microsoft.com/fwlink/p/?LinkId=746579) page or the [Administrative Templates (.admx) for Windows 8.1 and Windows Server 2012 R2](http://go.microsoft.com/fwlink/p/?LinkId=746580) page, depending on your operating system.
|
||||
Out-of-date ActiveX control blocking includes 4 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
|
||||
Here’s a list of the new Group Policy info, including the settings, location, requirements, and Help text strings. All of these settings can be set in either the Computer Configuration or User Configuration scope, but Computer Configuration takes precedence over User Configuration.
|
||||
@ -154,7 +156,7 @@ Here’s a detailed example and description of what’s included in the VersionA
|
||||
|
||||
- **Allowed/Blocked** Whether IE blocked the ActiveX control.
|
||||
|
||||
- **Enhanced Protected Mode (EPM)-compatible.** Whether the loaded ActiveX control is compatible with [Enhanced Protected Mode](http://go.microsoft.com/fwlink/p/?LinkId=403865).<p>**Note**<br>Enhanced Protected Mode isn’t supported on Internet Explorer 9 or earlier versions of IE. Therefore, if you’re using Internet Explorer 8 or Internet Explorer 9, all ActiveX controls will always be marked as not EPM-compatible.
|
||||
- **Enhanced Protected Mode (EPM)-compatible.** Whether the loaded ActiveX control is compatible with [Enhanced Protected Mode](https://go.microsoft.com/fwlink/p/?LinkId=403865).<p>**Note**<br>Enhanced Protected Mode isn’t supported on Internet Explorer 9 or earlier versions of IE. Therefore, if you’re using Internet Explorer 8 or Internet Explorer 9, all ActiveX controls will always be marked as not EPM-compatible.
|
||||
|
||||
- **Reason.** The ActiveX control can be blocked or allowed for any of these reasons:
|
||||
|
||||
@ -174,7 +176,7 @@ Here’s a detailed example and description of what’s included in the VersionA
|
||||
For Windows 10 you also have the option to log your inventory info to a local WMI class. Info logged to this class includes all of info you get from the .csv file, plus the CLSID of the loaded ActiveX control or the name of any apps started from an ActiveX control.
|
||||
|
||||
#### Before you begin
|
||||
Before you can use WMI to inventory your ActiveX controls, you need to [download the configuration package (.zip file)](http://go.microsoft.com/fwlink/p/?LinkId=616971), which includes:
|
||||
Before you can use WMI to inventory your ActiveX controls, you need to [download the configuration package (.zip file)](https://go.microsoft.com/fwlink/p/?LinkId=616971), which includes:
|
||||
|
||||
- **ConfigureWMILogging.ps1**. A Windows PowerShell script.
|
||||
|
||||
@ -190,8 +192,9 @@ Before running the PowerShell script, you must copy both the .ps1 and .mof file
|
||||
```
|
||||
powershell –ExecutionPolicy Bypass .\ConfigureWMILogging.ps1
|
||||
```
|
||||
For more info, see [about_Execution_Policies](http://go.microsoft.com/fwlink/p/?linkid=517460).
|
||||
For more info, see [about_Execution_Policies](https://go.microsoft.com/fwlink/p/?linkid=517460).
|
||||
|
||||
3. **Optional:** Set up your domain firewall for WMI data. For more info, see [Collect data using Enterprise Site Discovery](collect-data-using-enterprise-site-discovery.md).
|
||||
|
||||
The inventory info appears in the WMI class, `IEAXControlBlockingAuditInfo`, located in the WMI namespace, *root\\cimv2\\IETelemetry*. To collect the inventory info from your client computers, we recommend using System Center 2012 R2 Configuration Manager or any agent that can access the WMI data. For more info, see [Collect data using Enterprise Site Discovery](collect-data-using-enterprise-site-discovery.md).
|
||||
|
||||
|
@ -1,13 +1,15 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: support
|
||||
description: Possible solutions to the problems you might encounter after installing IE11, such as crashing or seeming slow, getting into an unusable state, or problems with adaptive streaming and DRM playback.
|
||||
ms.assetid: c4b75ad3-9c4a-4dd2-9fed-69f776f542e6
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: support
|
||||
ms.sitesec: library
|
||||
ms.assetid: c4b75ad3-9c4a-4dd2-9fed-69f776f542e6
|
||||
title: Problems after installing Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Problems after installing Internet Explorer 11
|
||||
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.
|
||||
|
||||
@ -32,7 +34,7 @@ RIES does not:
|
||||
|
||||
- Affect the applied Administrative Template Group Policy settings.
|
||||
|
||||
RIES turns off all custom toolbars, browser extensions, and customizations installed with IE11. If you change your mind, you can turn each of the customizations back on through the **Manage Add-ons** dialog box. For more information about resetting IE settings, see [How to Reset Internet Explorer Settings](http://go.microsoft.com/fwlink/p/?LinkId=214528).
|
||||
RIES turns off all custom toolbars, browser extensions, and customizations installed with IE11. If you change your mind, you can turn each of the customizations back on through the **Manage Add-ons** dialog box. For more information about resetting IE settings, see [How to Reset Internet Explorer Settings](https://go.microsoft.com/fwlink/p/?LinkId=214528).
|
||||
|
||||
## IE is crashing or seems slow
|
||||
If you notice that CPU usage is running higher than normal, or that IE is frequently crashing or slowing down, you should check your browser add-ons and video card. By default, IE11 uses graphics processing unit (GPU) rendering mode. However, some outdated video cards and video drivers don't support GPU hardware acceleration. If IE11 determines that your current video card or video driver doesn't support GPU hardware acceleration, it'll use Software Rendering mode.
|
||||
@ -54,10 +56,10 @@ After you turn each item back on, see if IE crashes or slows down. Doing it this
|
||||
1. Open Internet Explorer for the desktop, click the **Tools** menu, and then click **Internet Options**.
|
||||
|
||||
2. On the **Advanced** tab, go to the **Accelerated graphics** section, and then turn on Software Rendering mode by choosing the **Use software rendering instead of GPU rendering** box.<p>
|
||||
If the **Use software rendering instead of GPU rendering** option is greyed out, it means that your current video card or video driver doesn't support GPU hardware acceleration. For more information, see [Windows 10 Support](http://go.microsoft.com/fwlink/?LinkId=746588).
|
||||
If the **Use software rendering instead of GPU rendering** option is greyed out, it means that your current video card or video driver doesn't support GPU hardware acceleration. For more information, see [Windows 10 Support](https://go.microsoft.com/fwlink/?LinkId=746588).
|
||||
|
||||
## Adaptive streaming and DRM playback don’t work with Windows Server 2012 R2
|
||||
IE11 in Windows Server 2012 R2 doesn’t include media features like adaptive streaming or Digital Rights Management (DRM) playback. To add these features, you’ll need to download and install the Media Feature Pack from the [Microsoft Download Center](http://go.microsoft.com/fwlink/p/?LinkId=320789), as well as an app that uses PlayReady DRM from the Windows Store, such as the Xbox Music app or Xbox Video app. The app must be installed to specifically turn on DRM features, while all other media features are installed with the Media Feature Pack.
|
||||
IE11 in Windows Server 2012 R2 doesn’t include media features like adaptive streaming or Digital Rights Management (DRM) playback. To add these features, you’ll need to download and install the Media Feature Pack from the [Microsoft Download Center](https://go.microsoft.com/fwlink/p/?LinkId=320789), as well as an app that uses PlayReady DRM from the Windows Store, such as the Xbox Music app or Xbox Video app. The app must be installed to specifically turn on DRM features, while all other media features are installed with the Media Feature Pack.
|
||||
|
||||
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Instructions about how to clear all of the sites from your global Enterprise Mode site list.
|
||||
ms.assetid: 90f38a6c-e0e2-4c93-9a9e-c425eca99e97
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
ms.assetid: 90f38a6c-e0e2-4c93-9a9e-c425eca99e97
|
||||
title: Remove all sites from your Enterprise Mode site list using the Enterprise Mode Site List Manager (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Remove all sites from your Enterprise Mode site list using the Enterprise Mode Site List Manager
|
||||
|
||||
**Applies to:**
|
||||
@ -31,8 +33,8 @@ This is a permanent removal and erases everything. However, if you determine it
|
||||
2. Click **Yes** in the warning message.<p>Your sites are all cleared from your list.
|
||||
|
||||
## Related topics
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](https://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](https://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)
|
||||
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Instructions about how to remove sites from a local compatibility view list.
|
||||
ms.assetid: f6ecaa75-ebcb-4f8d-8721-4cd6e73c0ac9
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
ms.assetid: f6ecaa75-ebcb-4f8d-8721-4cd6e73c0ac9
|
||||
title: Remove sites from a local compatibility view list (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Remove sites from a local compatibility view list
|
||||
|
||||
**Applies to:**
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Instructions about how to remove sites from a local Enterprise Mode site list.
|
||||
ms.assetid: c7d6dd0b-e264-42bb-8c9d-ac2f837018d2
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
ms.assetid: c7d6dd0b-e264-42bb-8c9d-ac2f837018d2
|
||||
title: Remove sites from a local Enterprise Mode site list (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Remove sites from a local Enterprise Mode site list
|
||||
|
||||
**Applies to:**
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: You can save your current Enterprise Mode compatibility site list as an XML file, for distribution and use by your managed systems.
|
||||
ms.assetid: 254a986b-494f-4316-92c1-b089ee8b3e0a
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
ms.assetid: 254a986b-494f-4316-92c1-b089ee8b3e0a
|
||||
title: Save your site list to XML in the Enterprise Mode Site List Manager (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Save your site list to XML in the Enterprise Mode Site List Manager
|
||||
|
||||
**Applies to:**
|
||||
@ -29,8 +31,8 @@ You can save your current Enterprise Mode compatibility site list as an XML file
|
||||
The first time a user starts Internet Explorer 11 on a managed device; Internet Explorer will look for a new version of the site list at the specified location. If the browser finds an updated site list, IE downloads the new XML site list and uses it.
|
||||
|
||||
## Related topics
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](https://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](https://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)
|
||||
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Search to see if a specific site already appears in your global Enterprise Mode site list.
|
||||
ms.assetid: e399aeaf-6c3b-4cad-93c9-813df6ad47f9
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
ms.assetid: e399aeaf-6c3b-4cad-93c9-813df6ad47f9
|
||||
title: Search your Enterprise Mode site list in the Enterprise Mode Site List Manager (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Search your Enterprise Mode site list in the Enterprise Mode Site List Manager
|
||||
|
||||
**Applies to:**
|
||||
@ -27,8 +29,8 @@ You can search to see if a specific site already appears in your global Enterpri
|
||||
The search query searches all of the text. For example, entering *“micro”* will return results like, www.microsoft.com, microsoft.com, and microsoft.com/images. Wildcard characters aren’t supported.
|
||||
|
||||
## Related topics
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](https://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](https://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)
|
||||
|
||||
|
||||
|
@ -1,21 +1,23 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
description: Use the Group Policy setting, Set a default associations configuration file, to set the default browser for your company devices running Windows 10.
|
||||
ms.assetid: f486c9db-0dc9-4cd6-8a0b-8cb872b1d361
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: security
|
||||
ms.assetid: f486c9db-0dc9-4cd6-8a0b-8cb872b1d361
|
||||
title: Set the default browser using Group Policy (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Set the default browser using Group Policy
|
||||
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**
|
||||
|
||||
1. Open your Group Policy editor and go to the **Administrative Templates\\Windows Components\\File Explorer\\Set a default associations configuration file** setting.<p>
|
||||
Turning this setting on also requires you to create and store a default associations configuration file, locally or on a network share. For more information about creating this file, see [Export or Import Default Application Associations]( http://go.microsoft.com/fwlink/p/?LinkId=618268).
|
||||
Turning this setting on also requires you to create and store a default associations configuration file, locally or on a network share. For more information about creating this file, see [Export or Import Default Application Associations]( https://go.microsoft.com/fwlink/p/?LinkId=618268).
|
||||
|
||||

|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Set up and turn on Enterprise Mode logging and data collection in your organization.
|
||||
ms.assetid: 2e98a280-f677-422f-ba2e-f670362afcde
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
ms.assetid: 2e98a280-f677-422f-ba2e-f670362afcde
|
||||
title: Set up Enterprise Mode logging and data collection (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Set up Enterprise Mode logging and data collection
|
||||
|
||||
**Applies to:**
|
||||
@ -34,7 +36,7 @@ When you turn logging on, you need a valid URL that points to a server that can
|
||||
|
||||
 **To set up an endpoint server**
|
||||
|
||||
1. Configure an IIS server to work with your Enterprise Mode data collection process. If you’re unsure how to set up IIS, see the [IIS installation webpage](http://go.microsoft.com/fwlink/p/?LinkId=507609).
|
||||
1. Configure an IIS server to work with your Enterprise Mode data collection process. If you’re unsure how to set up IIS, see the [IIS installation webpage](https://go.microsoft.com/fwlink/p/?LinkId=507609).
|
||||
|
||||
2. Open Internet Information Services (IIS) and turn on the ASP components from the **Add Roles and Features Wizard**, **Server Roles** page.<p>
|
||||
This lets you create an ASP form that accepts the incoming POST messages.
|
||||
@ -70,7 +72,7 @@ This is what your log files will look like after you set everything up and at le
|
||||
|
||||
|
||||
## Using the GitHub sample to collect your data
|
||||
Microsoft has created the [EMIE-Data-Collection_Sample](http://go.microsoft.com/fwlink/p/?LinkId=507401) that shows how to collect your Enterprise Mode reports. This sample only shows how to collect data, it doesn’t show how to aggregate the data into your Enterprise Mode site list.<p>
|
||||
Microsoft has created the [EMIE-Data-Collection_Sample](https://go.microsoft.com/fwlink/p/?LinkId=507401) that shows how to collect your Enterprise Mode reports. This sample only shows how to collect data, it doesn’t show how to aggregate the data into your Enterprise Mode site list.<p>
|
||||
This sample starts with you turning on Enterprise Mode and logging (either through Group Policy, or by manually setting the EnterpriseMode registry key) so that your users can use Enterprise Mode locally. For the steps to do this, go to [Turn on local control and logging for Enterprise Mode](turn-on-local-control-and-logging-for-enterprise-mode.md).
|
||||
|
||||
**Note**<br>If you decide to manually change the registry key, you can change the **Enable** setting to `[deployment url]/api/records/`, which automatically sends your reports to this page.
|
||||
@ -82,7 +84,7 @@ For logging, you’re going to need a valid URL that points to a server that can
|
||||
|
||||
1. Set up a server to collect your Enterprise Mode information from your users.
|
||||
|
||||
2. Go to the Internet Explorer/[EMIE-Data_Collection_Sample](http://go.microsoft.com/fwlink/p/?LinkId=507401) page on GitHub and tap or click the **Download ZIP** button to download the complete project.
|
||||
2. Go to the Internet Explorer/[EMIE-Data_Collection_Sample](https://go.microsoft.com/fwlink/p/?LinkId=507401) page on GitHub and tap or click the **Download ZIP** button to download the complete project.
|
||||
|
||||
3. Open Microsoft Visual Studio 2013 with Update 2, and then open the PhoneHomeSample.sln file.
|
||||
|
||||
@ -141,8 +143,8 @@ If you have errors while you’re publishing your project, you should try to upd
|
||||
You may need to do some additional package cleanup to remove older package versions.
|
||||
|
||||
## Related topics
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](https://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](https://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
- [What is Enterprise Mode?](what-is-enterprise-mode.md)
|
||||
- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)
|
||||
- [Turn on Enterprise Mode and use a site list](turn-on-enterprise-mode-and-use-a-site-list.md)
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: support
|
||||
ms.pagetype: appcompat
|
||||
description: Reviewing log files to learn more about potential setup problems with Internet Explorer 11.
|
||||
ms.assetid: 2cd79988-17d1-4317-bee9-b3ae2dd110a0
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: support
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
ms.assetid: 2cd79988-17d1-4317-bee9-b3ae2dd110a0
|
||||
title: Setup problems with Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Setup problems with Internet Explorer 11
|
||||
Installing Internet Explorer creates the following log files, which are stored in the Windows installation folder (typically, the C:\\Windows folder):
|
||||
|
||||
|
@ -1,13 +1,15 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
description: Lists the minimum system requirements and supported languages for Internet Explorer 11.
|
||||
ms.assetid: 27185e3d-c486-4e4a-9c51-5cb317c0006d
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.assetid: 27185e3d-c486-4e4a-9c51-5cb317c0006d
|
||||
title: System requirements and language support for Internet Explorer 11 (IE11) (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# System requirements and language support for Internet Explorer 11 (IE11)
|
||||
|
||||
**Applies to:**
|
||||
@ -43,7 +45,7 @@ Some of the components in this table might also need additional system resources
|
||||
You might experience start up issues where IE11 fails to launch an application that uses managed browser hosting controls with your legacy apps. This is because, starting with Internet Explorer 10, the browser started blocking legacy apps from using the .NET Framework 1.1 and 2.0. To fix this problem, see [.NET Framework problems with Internet Explorer 11](net-framework-problems-with-ie11.md).
|
||||
|
||||
## Support for multiple languages
|
||||
IE11 is available in 108 languages for Windows 8.1 and Windows 10 and in 97 languages for Windows 7 with SP1. For the list of languages and download links, see [Available language packs based on operating system](http://go.microsoft.com/fwlink/p/?LinkId=281818).
|
||||
IE11 is available in 108 languages for Windows 8.1 and Windows 10 and in 97 languages for Windows 7 with SP1. For the list of languages and download links, see [Available language packs based on operating system](https://go.microsoft.com/fwlink/p/?LinkId=281818).
|
||||
|
||||
Computers running localized versions of Windows should run the same version of IE11. For example, if your employees use the Spanish edition of Windows, you should deploy the Spanish version of IE11. On the other hand, if your employees use multiple localized versions of Windows, like Spanish, French, and Catalan, you should install IE11 in one of the languages, and then install language packs for the others.
|
||||
|
||||
|
@ -1,13 +1,15 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: support
|
||||
description: Use the topics in this section to learn how to troubleshoot several of the more common problems experienced with Internet Explorer.
|
||||
ms.assetid: 0361c1a6-3faa-42b2-a588-92439eebeeab
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: support
|
||||
ms.sitesec: library
|
||||
ms.assetid: 0361c1a6-3faa-42b2-a588-92439eebeeab
|
||||
title: Troubleshoot Internet Explorer 11 (IE11) (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Troubleshoot Internet Explorer 11 (IE11)
|
||||
|
||||
**Applies to:**
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: How to turn Enteprrise Mode off temporarily while testing websites and how to turn it off completely if you no longer want to to use it.
|
||||
ms.assetid: 5027c163-71e0-49b8-9dc0-f0a7310c7ae3
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
ms.assetid: 5027c163-71e0-49b8-9dc0-f0a7310c7ae3
|
||||
title: Turn off Enterprise Mode (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Turn off Enterprise Mode
|
||||
|
||||
**Applies to:**
|
||||
|
@ -1,13 +1,15 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: support
|
||||
description: Turn off natural metrics for Internet Explorer 11
|
||||
ms.assetid: e31a27d7-662e-4106-a3d2-c6b0531961d5
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: support
|
||||
ms.sitesec: library
|
||||
ms.assetid: e31a27d7-662e-4106-a3d2-c6b0531961d5
|
||||
title: Fix font rendering problems by turning off natural metrics (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Fix font rendering problems by turning off natural metrics
|
||||
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.
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: How to turn on Enterprise Mode and specify a site list.
|
||||
ms.assetid: 800e9c5a-57a6-4d61-a38a-4cb972d833e1
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
ms.assetid: 800e9c5a-57a6-4d61-a38a-4cb972d833e1
|
||||
title: Turn on Enterprise Mode and use a site list (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Turn on Enterprise Mode and use a site list
|
||||
|
||||
**Applies to:**
|
||||
@ -52,8 +54,8 @@ Turning this setting on also requires you to create and store a site list. For m
|
||||
All of your managed devices must have access to this location if you want them to be able to access and use Enterprise Mode and your site list. For information about how to create and use an Enterprise Mode site list, see [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md).
|
||||
|
||||
## Related topics
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](https://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](https://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
- [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md)
|
||||
- [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md)
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Turn on local user control and logging for Enterprise Mode.
|
||||
ms.assetid: 6622ecce-24b1-497e-894a-e1fd5a8a66d1
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
ms.assetid: 6622ecce-24b1-497e-894a-e1fd5a8a66d1
|
||||
title: Turn on local control and logging for Enterprise Mode (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Turn on local control and logging for Enterprise Mode
|
||||
|
||||
**Applies to:**
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: High-level info about some of the new and updated features for Internet Explorer 11.
|
||||
ms.assetid: f53c6f04-7c60-40e7-9fc5-312220f08156
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
ms.assetid: f53c6f04-7c60-40e7-9fc5-312220f08156
|
||||
title: List of updated features and tools - Internet Explorer 11 (IE11) (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# List of updated features and tools - Internet Explorer 11 (IE11)
|
||||
|
||||
**Applies to:**
|
||||
@ -34,7 +36,7 @@ Internet Explorer 11 includes several new features and tools. This topic includ
|
||||
|
||||
- **IE Administration Kit (IEAK).** Lets you create custom, branded versions of IE11. For more info and to download the tool, see [Internet Explorer Administration Kit 11 (IEAK 11) - Administration Guide for IT Pros](../ie11-ieak/index.md).
|
||||
|
||||
- **Unattend Settings.** Lets you update the Unattend.xml file, to customize the home page, favorites, search providers, feeds, Accelerators, Web Slices, and settings for top result searches. For more info, see the [Unattend Settings: Microsoft-Windows-IE-InternetExplorer](http://go.microsoft.com/fwlink/p/?LinkId=263709).
|
||||
- **Unattend Settings.** Lets you update the Unattend.xml file, to customize the home page, favorites, search providers, feeds, Accelerators, Web Slices, and settings for top result searches. For more info, see the [Unattend Settings: Microsoft-Windows-IE-InternetExplorer](https://go.microsoft.com/fwlink/p/?LinkId=263709).
|
||||
|
||||
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Use the topics in this section to learn about how to use the Enterprise Mode Site List Manager.
|
||||
ms.assetid: f4dbed4c-08ff-40b1-ab3f-60d3b6e8ec9b
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
ms.assetid: f4dbed4c-08ff-40b1-ab3f-60d3b6e8ec9b
|
||||
title: Use the Enterprise Mode Site List Manager (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Use the Enterprise Mode Site List Manager
|
||||
|
||||
**Applies to:**
|
||||
@ -24,7 +26,7 @@ Enterprise Mode is a compatibility mode that runs on Internet Explorer 11, lett
|
||||
You can use IE11 and the Enterprise Mode Site List Manager to add individual website domains and domain paths and to specify whether the site renders using Enterprise Mode or the default mode.
|
||||
|
||||
## Enterprise Mode Site List Manager versions
|
||||
There are currently two versions of the Enterprise Site List Manager, both based on your schema and operating system. Download the [Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) or the [Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) tool, based on your operating system.
|
||||
There are currently two versions of the Enterprise Site List Manager, both based on your schema and operating system. Download the [Enterprise Mode Site List Manager (schema v.2)](https://go.microsoft.com/fwlink/p/?LinkId=716853) or the [Enterprise Mode Site List Manager (schema v.1)](https://go.microsoft.com/fwlink/p/?LinkID=394378) tool, based on your operating system.
|
||||
|
||||
|Operating system |Schema version |Enterprise Site List Manager version |
|
||||
|-----------------|---------------|------------------------------------|
|
||||
@ -52,8 +54,8 @@ The following topics give you more information about the things that you can do
|
||||
## Related topics
|
||||
|
||||
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](https://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](https://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
- [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md)
|
||||
- [Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md)
|
||||
|
||||
|
@ -1,13 +1,15 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: support
|
||||
description: Info about where features went in the IEAK11, where the Favorites, Command, and Status bars went, and where the search bar went.
|
||||
ms.assetid: 7324faff-ccb6-4e14-ad91-af12dbca575e
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: support
|
||||
ms.sitesec: library
|
||||
ms.assetid: 7324faff-ccb6-4e14-ad91-af12dbca575e
|
||||
title: User interface problems with Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# User interface problems with Internet Explorer 11
|
||||
Some of the features in both Internet Explorer 11 and IEAK 11 have moved around. Here are some of the more common changes.
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
description: Use this section to learn about how to turn on and use IE7 Enterprise Mode or IE8 Enterprise Mode.
|
||||
ms.assetid: 238ead3d-8920-429a-ac23-02f089c4384a
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: security
|
||||
ms.assetid: 238ead3d-8920-429a-ac23-02f089c4384a
|
||||
title: Using IE7 Enterprise Mode or IE8 Enterprise Mode (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Using IE7 Enterprise Mode or IE8 Enterprise Mode
|
||||
|
||||
**Applies to:**
|
||||
@ -43,8 +45,8 @@ For instructions about how to add IE7 Enterprise Mode or IE8 Enterprise Mode to
|
||||
For instructions and more info about how to fix your compatibility issues using Enterprise Mode, see [Fix web compatibility issues using document modes and the Enterprise Mode site list](fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md).
|
||||
|
||||
## Related topics
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.2)](https://go.microsoft.com/fwlink/p/?LinkId=716853)
|
||||
- [Download the Enterprise Mode Site List Manager (schema v.1)](https://go.microsoft.com/fwlink/p/?LinkID=394378)
|
||||
- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)
|
||||
|
||||
|
||||
|
@ -1,13 +1,15 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
description: How to use IEAK 11 while planning, customizing, and building the custom installation package.
|
||||
ms.assetid: af93742f-f955-44ab-bfa2-7bf0c99045d3
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.assetid: af93742f-f955-44ab-bfa2-7bf0c99045d3
|
||||
title: Using Internet Explorer Administration Kit 11 (IEAK 11) to create packages (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Using Internet Explorer Administration Kit 11 (IEAK 11) to create packages
|
||||
Internet Explorer Administration Kit 11 (IEAK 11) helps you set up, deploy, and maintain Internet Explorer 11.
|
||||
|
||||
|
@ -1,15 +1,17 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
description: How to use Setup Information (.inf) files to create installation packages.
|
||||
ms.assetid: 04fa2ba8-8d84-4af6-ab99-77e4f1961b0e
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.assetid: 04fa2ba8-8d84-4af6-ab99-77e4f1961b0e
|
||||
title: Using Setup Information (.inf) files to create packages (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Using Setup Information (.inf) files to create install packages
|
||||
IEAK 11 uses Setup information (.inf) files to provide uninstallation instructions. Uninstallation instructions let your employees remove components, like files, registry entries, or shortcuts, through the **Uninstall or change a program** box. For details about .inf files, see [INF File Sections and Directives](http://go.microsoft.com/fwlink/p/?LinkId=327959).
|
||||
IEAK 11 uses Setup information (.inf) files to provide uninstallation instructions. Uninstallation instructions let your employees remove components, like files, registry entries, or shortcuts, through the **Uninstall or change a program** box. For details about .inf files, see [INF File Sections and Directives](https://go.microsoft.com/fwlink/p/?LinkId=327959).
|
||||
|
||||
 **To add uninstallation instructions to the .inf files**
|
||||
|
||||
@ -27,9 +29,9 @@ Make sure your script removes the uninstallation registry key, too. Otherwise, t
|
||||
|
||||
- You can't delete directories.
|
||||
|
||||
- You can't use **RenFiles** to move a file to a different location, it only lets you rename a file in its existing location. For detailed information, see [INF RenFiles Directive](http://go.microsoft.com/fwlink/p/?LinkId=298508).
|
||||
- You can't use **RenFiles** to move a file to a different location, it only lets you rename a file in its existing location. For detailed information, see [INF RenFiles Directive](https://go.microsoft.com/fwlink/p/?LinkId=298508).
|
||||
|
||||
- You can't use **CopyFiles** to copy a file to another place on your hard drive, it can only copy files from the source disk to the destination directory. For information, see [INF CopyFiles Directive](http://go.microsoft.com/fwlink/p/?LinkId=298510).
|
||||
- You can't use **CopyFiles** to copy a file to another place on your hard drive, it can only copy files from the source disk to the destination directory. For information, see [INF CopyFiles Directive](https://go.microsoft.com/fwlink/p/?LinkId=298510).
|
||||
|
||||
|
||||
|
||||
|
@ -1,26 +1,28 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: virtualization
|
||||
description: Virtualization and compatibility with Internet Explorer 11
|
||||
ms.assetid: b0388c04-2584-4b6d-a7a8-4e0476773a80
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: virtualization
|
||||
ms.assetid: b0388c04-2584-4b6d-a7a8-4e0476773a80
|
||||
title: Virtualization and compatibility with Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Virtualization and compatibility with Internet Explorer 11
|
||||
If your company is considering upgrading to the latest version of Internet Explorer, but is hesitant because of a large number of web apps that need to be tested and moved, we recommend that you consider virtualization. Virtualization lets you set up a virtual environment where you can run earlier versions of IE.
|
||||
|
||||
**Important**<br>
|
||||
We strongly suggest that while you're using virtualization, you also update your web apps so they run natively in the newer version of IE. For more information about how to update your code, see the [Internet Explorer 11 Compatibility Cookbook (Windows)](http://go.microsoft.com/fwlink/p/?LinkId=279707) to learn about the developer features that have been changed or deprecated since Internet Explorer 10.
|
||||
We strongly suggest that while you're using virtualization, you also update your web apps so they run natively in the newer version of IE. For more information about how to update your code, see the [Internet Explorer 11 Compatibility Cookbook (Windows)](https://go.microsoft.com/fwlink/p/?LinkId=279707) to learn about the developer features that have been changed or deprecated since Internet Explorer 10.
|
||||
|
||||
The Microsoft-supported options for virtualizing web apps are:
|
||||
|
||||
- **Microsoft Enterprise Desktop Virtualization (MED-V).** Uses Microsoft Virtual PC to provide an enterprise solution for desktop virtualization. With MED-V, you can easily create, deliver, and manage corporate Virtual PC images on any Windows®-based desktop. For more information, see [MED-V](http://go.microsoft.com/fwlink/p/?LinkId=271653).
|
||||
- **Microsoft Enterprise Desktop Virtualization (MED-V).** Uses Microsoft Virtual PC to provide an enterprise solution for desktop virtualization. With MED-V, you can easily create, deliver, and manage corporate Virtual PC images on any Windows®-based desktop. For more information, see [MED-V](https://go.microsoft.com/fwlink/p/?LinkId=271653).
|
||||
|
||||
- **Client Hyper-V.** Uses the same virtualization technology previously available in Windows Server, but now installed for Windows 8.1. For more information, see [Client Hyper-V](http://go.microsoft.com/fwlink/p/?LinkId=271654).<p>
|
||||
For more information about virtualization options, see [Microsoft Desktop Virtualization](http://go.microsoft.com/fwlink/p/?LinkId=271662).
|
||||
- **Client Hyper-V.** Uses the same virtualization technology previously available in Windows Server, but now installed for Windows 8.1. For more information, see [Client Hyper-V](https://go.microsoft.com/fwlink/p/?LinkId=271654).<p>
|
||||
For more information about virtualization options, see [Microsoft Desktop Virtualization](https://go.microsoft.com/fwlink/p/?LinkId=271662).
|
||||
|
||||
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Info about the features included in Enterprise Mode with Internet Explorer 11.
|
||||
ms.assetid: 3c77e9f3-eb21-46d9-b5aa-f9b2341cfefa
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.pagetype: appcompat
|
||||
ms.assetid: 3c77e9f3-eb21-46d9-b5aa-f9b2341cfefa
|
||||
title: What is Enterprise Mode (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# What is Enterprise Mode?
|
||||
|
||||
**Applies to:**
|
||||
@ -30,7 +32,7 @@ Enterprise Mode includes the following features:
|
||||
- **Improved web app and website compatibility.** Through improved emulation, Enterprise Mode lets many legacy web apps run unmodified on IE11, supporting a number of site patterns that aren’t currently supported by existing document modes.
|
||||
|
||||
- **Tool-based management for website lists.** Use the Enterprise Mode Site List Manager to add website domains and domain paths and to specify whether a site renders using Enterprise Mode. <p>
|
||||
Download the [Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) or the [Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378), based on your operating system and schema.
|
||||
Download the [Enterprise Mode Site List Manager (schema v.2)](https://go.microsoft.com/fwlink/p/?LinkId=716853) or the [Enterprise Mode Site List Manager (schema v.1)](https://go.microsoft.com/fwlink/p/?LinkID=394378), based on your operating system and schema.
|
||||
|
||||
- **Centralized control.** You can specify the websites or web apps to interpret using Enterprise Mode, through an XML file on a website or stored locally. Domains and paths within those domains can be treated differently, allowing granular control. Use Group Policy to let users turn Enterprise Mode on or off from the **Tools** menu and to decide whether the Enterprise browser profile appears on the **Emulation** tab of the F12 developer tools.<p>**Important**<br>All centrally-made decisions override any locally-made choices.
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: support
|
||||
ms.pagetype: security
|
||||
description: How to download and use the Internet Explorer 11 Blocker Toolkit to turn off the automatic delivery of IE11 through the Automatic Updates feature of Windows Update.
|
||||
ms.assetid: fafeaaee-171c-4450-99f7-5cc7f8d7ba91
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: support
|
||||
ms.sitesec: library
|
||||
ms.pagetype: security
|
||||
ms.assetid: fafeaaee-171c-4450-99f7-5cc7f8d7ba91
|
||||
title: What is the Internet Explorer 11 Blocker Toolkit? (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# What is the Internet Explorer 11 Blocker Toolkit?
|
||||
|
||||
**Applies to:**
|
||||
@ -22,11 +24,11 @@ title: What is the Internet Explorer 11 Blocker Toolkit? (Internet Explorer 11 f
|
||||
The Internet Explorer 11 Blocker Toolkit lets you turn off the automatic delivery of IE11 through the **Automatic Updates** feature of Windows Update.
|
||||
|
||||
**Important**<br>
|
||||
The IE11 Blocker Toolkit doesn't stop users from manually installing IE11 from the [Microsoft Download Center](http://go.microsoft.com/fwlink/p/?linkid=327753). Also, even if you've installed previous versions of the toolkit before, like for Internet Explorer 10, you still need to install this version to prevent the installation of IE11.
|
||||
The IE11 Blocker Toolkit doesn't stop users from manually installing IE11 from the [Microsoft Download Center](https://go.microsoft.com/fwlink/p/?linkid=327753). Also, even if you've installed previous versions of the toolkit before, like for Internet Explorer 10, you still need to install this version to prevent the installation of IE11.
|
||||
|
||||
 **To install the toolkit**
|
||||
|
||||
1. Download the IE11 Blocker Toolkit from [Toolkit to Disable Automatic Delivery of Internet Explorer 11](http://go.microsoft.com/fwlink/p/?LinkId=327745).
|
||||
1. Download the IE11 Blocker Toolkit from [Toolkit to Disable Automatic Delivery of Internet Explorer 11](https://go.microsoft.com/fwlink/p/?LinkId=327745).
|
||||
|
||||
2. Accept the license agreement and store the included 4 files on your local computer.
|
||||
|
||||
@ -39,7 +41,7 @@ Wait for the message, **Blocking deployment of IE11 on the local machine. The op
|
||||
|
||||
6. Close the Command Prompt.
|
||||
|
||||
For answers to frequently asked questions, see [Internet Explorer 11 Blocker Toolkit: Frequently Asked Questions](http://go.microsoft.com/fwlink/p/?LinkId=314063).
|
||||
For answers to frequently asked questions, see [Internet Explorer 11 Blocker Toolkit: Frequently Asked Questions](https://go.microsoft.com/fwlink/p/?LinkId=314063).
|
||||
|
||||
|
||||
|
||||
|
@ -1,13 +1,15 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: explore
|
||||
description: Frequently asked questions about Internet Explorer 11 for IT Pros
|
||||
ms.assetid: 140e7d33-584a-44da-8c68-6c1d568e1de3
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: explore
|
||||
ms.sitesec: library
|
||||
ms.assetid: 140e7d33-584a-44da-8c68-6c1d568e1de3
|
||||
title: Internet Explorer 11 - FAQ for IT Pros (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Internet Explorer 11 - FAQ for IT Pros
|
||||
Answering frequently asked questions about Internet Explorer 11 (IE11) features, operating system support, integration with the Windows operating system, Group Policy, and general configuration.
|
||||
|
||||
@ -30,7 +32,7 @@ Answering frequently asked questions about Internet Explorer 11 (IE11) features
|
||||
IE11 is preinstalled with Windows 8.1 and Windows Server 2012 R2. No additional action is required.
|
||||
|
||||
**Q: How do I install IE11 on Windows 7 with SP1 or Windows Server 2008 R2 with SP1?**<br>
|
||||
You can install IE11 on computers running either Windows 7 with SP1 or Windows Server 2008 R2 with SP1. To download IE11, see the IE11 [home page](http://go.microsoft.com/fwlink/p/?LinkId=290956).
|
||||
You can install IE11 on computers running either Windows 7 with SP1 or Windows Server 2008 R2 with SP1. To download IE11, see the IE11 [home page](https://go.microsoft.com/fwlink/p/?LinkId=290956).
|
||||
|
||||
**Q: How does IE11 integrate with Windows 8.1?**<br>
|
||||
IE11 is the default handler for the HTTP and HTTPS protocols and the default browser for Windows 8.1. There are two experiences in Windows 8.1: Internet Explorer and Internet Explorer for the desktop. IE is the default browser for touch-first, immersive experiences. Internet Explorer for the desktop provides a more traditional window and tab management experience. The underlying platform of IE11 is fully interoperable across both IE and the familiar Internet Explorer for the desktop, letting developers write the same markup for both experiences.
|
||||
@ -56,10 +58,10 @@ Supported web standards include:
|
||||
|
||||
- And mutation observers like DOM4 and 5.3
|
||||
|
||||
For more information about specific changes and additions, see the [IE11 guide for developers](http://go.microsoft.com/fwlink/p/?LinkId=313188).
|
||||
For more information about specific changes and additions, see the [IE11 guide for developers](https://go.microsoft.com/fwlink/p/?LinkId=313188).
|
||||
|
||||
**Q: What test tools exist to test for potential application compatibility issues?**<br>
|
||||
The Compat Inspector tool supports Windows Internet Explorer 9 through IE11. For more information, see [Compat Inspector User Guide](http://go.microsoft.com/fwlink/p/?LinkId=313189). In addition, you can use the new [F12 Developer Tools](http://go.microsoft.com/fwlink/p/?LinkId=313190) that are included with IE11, or the [modern.ie](http://go.microsoft.com/fwlink/p/?linkid=308902) website for Microsoft Edge.
|
||||
The Compat Inspector tool supports Windows Internet Explorer 9 through IE11. For more information, see [Compat Inspector User Guide](https://go.microsoft.com/fwlink/p/?LinkId=313189). In addition, you can use the new [F12 Developer Tools](https://go.microsoft.com/fwlink/p/?LinkId=313190) that are included with IE11, or the [modern.ie](https://go.microsoft.com/fwlink/p/?linkid=308902) website for Microsoft Edge.
|
||||
|
||||
**Q: Why am I having problems launching my legacy apps with Internet Explorer 11**?<br>
|
||||
It’s most likely because IE no longer starts apps that use managed browser hosting controls, like in the .NET Framework 1.1 and 2.0. You can get IE11 to use managed browser hosting controls again, by:
|
||||
@ -68,10 +70,10 @@ It’s most likely because IE no longer starts apps that use managed browser hos
|
||||
|
||||
- **For x64 systems or for 64-bit processes on x64 systems:** Go to the `HKLM\SOFTWARE\Wow6432Node\.NETFramework` registry key and change the **EnableIEHosting** value to **1**.
|
||||
|
||||
For more information, see the [Web Applications](http://go.microsoft.com/fwlink/p/?LinkId=308903) section of the Application Compatibility in the .NET Framework 4.5 page.
|
||||
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.
|
||||
|
||||
**Q: Is there a compatibility list for IE?**<br>
|
||||
Yes. You can review the XML-based [compatibility version list](http://go.microsoft.com/fwlink/p/?LinkId=403864).
|
||||
Yes. You can review the XML-based [compatibility version list](https://go.microsoft.com/fwlink/p/?LinkId=403864).
|
||||
|
||||
**Q: What is Enterprise Mode?**<br>
|
||||
Enterprise Mode is a compatibility mode designed for Enterprises. This mode lets websites render using a modified browser configuration that’s designed to avoid the common compatibility problems associated with web apps written and tested on older versions of IE, like Windows Internet Explorer 7 or Windows Internet Explorer 8.<p>
|
||||
@ -82,7 +84,7 @@ Enterprise Mode Site List Manager tool gives you a way to add websites to your E
|
||||
For more information, see all of the topics in [Use the Enterprise Mode Site List Manager](../ie11-deploy-guide/use-the-enterprise-mode-site-list-manager.md).
|
||||
|
||||
**Q: Are browser plug-ins supported in IE11?**<br>
|
||||
The immersive version of IE11 provides an add-on–free experience, so browser plugins won't load and dependent content won't be displayed. This doesn't apply to Internet Explorer for the desktop. For more information, see [Browsing Without Plug-ins](http://go.microsoft.com/fwlink/p/?LinkId=242587). However, Internet Explorer for the desktop and IE11 on Windows 7 with SP1 do support browser plugins, including ActiveX controls such as Adobe Flash and Microsoft Silverlight.
|
||||
The immersive version of IE11 provides an add-on–free experience, so browser plugins won't load and dependent content won't be displayed. This doesn't apply to Internet Explorer for the desktop. For more information, see [Browsing Without Plug-ins](https://go.microsoft.com/fwlink/p/?LinkId=242587). However, Internet Explorer for the desktop and IE11 on Windows 7 with SP1 do support browser plugins, including ActiveX controls such as Adobe Flash and Microsoft Silverlight.
|
||||
|
||||
**Q: Is Adobe Flash supported on IE11?**<br>
|
||||
Adobe Flash is included as a platform feature and is available out of the box for Windows 8.1, running on both IE and Internet Explorer for the desktop. Users can turn this feature on or off using the **Manage Add-ons** dialog box, while administrators can turn this feature on or off using the Group Policy setting, **Turn off Adobe Flash in IE and prevent applications from using IE technology to instantiate Flash objects**.<p>
|
||||
@ -114,15 +116,15 @@ For more information, see [New group policy settings for IE11](../ie11-deploy-gu
|
||||
**Q: Is there a version of the Internet Explorer Administration Kit (IEAK) supporting IE11?**<br>
|
||||
Yes. The Internet Explorer Administration Kit 11 (IEAK 11) is available for download. IEAK 11 lets you create custom versions of IE11 for use in your organization. For more information, see the following resources:
|
||||
|
||||
- [Internet Explorer Administration Kit Information and Downloads](http://go.microsoft.com/fwlink/p/?LinkId=214250) on the Internet Explorer TechCenter.
|
||||
- [Internet Explorer Administration Kit Information and Downloads](https://go.microsoft.com/fwlink/p/?LinkId=214250) on the Internet Explorer TechCenter.
|
||||
|
||||
- [Internet Explorer Administration Kit 11 (IEAK 11) - Administrator's Guide](../ie11-ieak/index.md)
|
||||
|
||||
**Q: Where can I get more information about IE11 for IT pros?**<br>
|
||||
Visit the [Springboard Series for Microsoft Browsers](http://go.microsoft.com/fwlink/p/?LinkId=313191) webpage on TechNet.
|
||||
Visit the [Springboard Series for Microsoft Browsers](https://go.microsoft.com/fwlink/p/?LinkId=313191) webpage on TechNet.
|
||||
|
||||
**Q: Is there a version of the Internet Explorer Blocker Toolkit that will prevent automatic installation of IE11?**<br>
|
||||
Yes. The IE11 Blocker Toolkit is available for download. For more information, see [Toolkit to Disable Automatic Delivery of IE11](http://go.microsoft.com/fwlink/p/?LinkId=328195) on the Microsoft Download Center.
|
||||
Yes. The IE11 Blocker Toolkit is available for download. For more information, see [Toolkit to Disable Automatic Delivery of IE11](https://go.microsoft.com/fwlink/p/?LinkId=328195) on the Microsoft Download Center.
|
||||
|
||||
**Q: Can I customize settings for IE on Windows 8.1?**<br>
|
||||
Settings can be customized in the following ways:
|
||||
@ -143,6 +145,7 @@ Group Policy settings can be set to open either IE or Internet Explorer for the
|
||||
|Always in Internet Explorer for the desktop |Links always open in Internet Explorer for the desktop. |
|
||||
|
||||
## Related topics
|
||||
- [Microsoft Edge - Deployment Guide for IT Pros](http://go.microsoft.com/fwlink/p/?LinkId=760643)
|
||||
- [Microsoft Edge - Deployment Guide for IT Pros](https://go.microsoft.com/fwlink/p/?LinkId=760643)
|
||||
- [Internet Explorer 11 (IE11) - Deployment Guide for IT Pros](../ie11-deploy-guide/index.md)
|
||||
- [Internet Explorer Administration Kit 11 (IEAK 11) - Administrator's Guide](../ie11-ieak/index.md)
|
||||
|
||||
|
@ -1,13 +1,15 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
description: How to use the Accelerators page in the IEAK 11 Customization Wizard to add accelerators to employee devices.
|
||||
ms.assetid: 208305ad-1bcd-42f3-aca3-0ad1dda7048b
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.assetid: 208305ad-1bcd-42f3-aca3-0ad1dda7048b
|
||||
title: Use the Accelerators page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Use the Accelerators page in the IEAK 11 Wizard
|
||||
The **Accelerators** page of the Internet Explorer Administration Kit (IEAK 11) Customization Wizard lets you add accelerators to your employee computers. Accelerators are contextual menu options that can quickly get to a web service from any webpage. For example, an accelerator can look up a highlighted word in the dictionary or a selected location on a map.
|
||||
|
||||
|
@ -1,13 +1,15 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
description: How to use IEAK 11 to add and approve ActiveX controls for your organization.
|
||||
ms.assetid: 33040bd1-f0e4-4541-9fbb-16e0c76752ab
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.assetid: 33040bd1-f0e4-4541-9fbb-16e0c76752ab
|
||||
title: Add and approve ActiveX controls using IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Add and approve ActiveX controls using IEAK 11
|
||||
There are two main approaches to how you can control the use of ActiveX controls in your company. For more info about ActiveX controls, including how to manage the controls using Group Policy, see [Group Policy and ActiveX installation](../ie11-deploy-guide/activex-installation-using-group-policy.md) in the [Internet Explorer 11 (IE11) - Deployment Guide for IT Pros](../ie11-deploy-guide/index.md).
|
||||
|
||||
|
@ -1,13 +1,15 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
description: We’re sorry. While we continue to recommend that you digitally sign your package, we’ve removed all of the functionality that allowed you to add a root certificate using the Internet Explorer Customization Wizard 11. The wizard page itself will be removed in a future version of the IEAK.
|
||||
ms.assetid: 7ae4e747-49d2-4551-8790-46a61b5fe838
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.assetid: 7ae4e747-49d2-4551-8790-46a61b5fe838
|
||||
title: Use the Add a Root Certificate page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Use the Add a Root Certificate page in the IEAK 11 Wizard
|
||||
We’re sorry. While we continue to recommend that you digitally sign your package, we’ve removed all of the functionality that allowed you to add a root certificate using the Internet Explorer Customization Wizard 11. The wizard page itself will be removed in a future version of the IEAK.
|
||||
|
||||
|
@ -1,13 +1,15 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
description: How to use the Additional Settings page in IEAK 11 Customization Wizard for additional settings that relate to your employee’s desktop, operating system, and security.
|
||||
ms.assetid: c90054af-7b7f-4b00-b55b-5e5569f65f25
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.assetid: c90054af-7b7f-4b00-b55b-5e5569f65f25
|
||||
title: Use the Additional Settings page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Use the Additional Settings page in the IEAK 11 Wizard
|
||||
The **Additional Settings** page of the Internet Explorer Administration Kit (IEAK 11) Customization Wizard lets you pick additional custom, corporate, and Internet settings that relate to your employee’s desktop, operating system, and security. If you don’t change a setting, it’ll be ignored.
|
||||
|
||||
|
@ -1,13 +1,15 @@
|
||||
---
|
||||
localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
description: How to use the Automatic Configuration page in the IEAK 11 Customization Wizard to add URLs to auto-configure IE.
|
||||
ms.assetid: de5b1dbf-6e4d-4f86-ae08-932f14e606b0
|
||||
author: eross-msft
|
||||
ms.prod: ie11
|
||||
ms.mktglfcycl: deploy
|
||||
ms.sitesec: library
|
||||
ms.assetid: de5b1dbf-6e4d-4f86-ae08-932f14e606b0
|
||||
title: Use the Automatic Configuration page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
---
|
||||
|
||||
|
||||
# Use the Automatic Configuration page in the IEAK 11 Wizard
|
||||
The **Automatic Configuration** page of the Internet Explorer Administration Kit (IEAK 11) Customization Wizard lets you provide URLs to the files that’ll automatically configure Internet Explorer 11 for a group of employees or devices.
|
||||
|
||||
|
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