mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-27 00:03:45 +00:00
Merge branch 'main' into patch-1
This commit is contained in:
@ -4,15 +4,14 @@
|
||||
:targets
|
||||
{
|
||||
:counts {
|
||||
;;:spelling 10
|
||||
;;:grammar 3
|
||||
;;:correctness 13
|
||||
;;:total 15 ;; absolute flag count but i don't know the difference between this and issues
|
||||
;;:issues 15 ;; coming from the platform, will need to be tested.
|
||||
}
|
||||
:scores {
|
||||
;;:terminology 100
|
||||
:qualityscore 80 ;; Confirmed with Hugo that you just comment out the single score and leave the structure in place
|
||||
;;:spelling 40
|
||||
;;:correctness 40
|
||||
}
|
||||
}
|
||||
|
||||
@ -22,7 +21,7 @@
|
||||
{
|
||||
"languageId" "en"
|
||||
"ruleSetName" "Standard"
|
||||
"requestedFlagTypes" ["SPELLING" "GRAMMAR" "STYLE"
|
||||
"requestedFlagTypes" ["CORRECTNESS" "SPELLING" "GRAMMAR" "STYLE"
|
||||
"TERMINOLOGY_DEPRECATED"
|
||||
"TERMINOLOGY_VALID"
|
||||
"VOICE_GUIDANCE"
|
||||
@ -35,7 +34,7 @@
|
||||
"
|
||||
## Acrolinx Scorecards
|
||||
|
||||
**The minimum Acrolinx topic score of 80 is required for all MARVEL content merged to the default branch.**
|
||||
**The minimum Acrolinx topic score of 80 is required for all MAGIC content merged to the default branch.**
|
||||
|
||||
If you need a scoring exception for content in this PR, add the *Sign off* and the *Acrolinx exception* labels to the PR. The PubOps Team will review the exception request and may take one or more of the following actions:
|
||||
|
||||
@ -47,12 +46,12 @@ For more information about the exception criteria and exception process, see [Mi
|
||||
|
||||
Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:
|
||||
|
||||
| Article | Score | Issues | Correctness<br>issues | Scorecard | Processed |
|
||||
| Article | Score | Issues | Correctness<br>score | Scorecard | Processed |
|
||||
| ------- | ----- | ------ | ------ | --------- | --------- |
|
||||
"
|
||||
|
||||
:template-change
|
||||
"| ${s/file} | ${acrolinx/qualityscore} | ${acrolinx/flags/issues} | ${acrolinx/flags/correctness} | [link](${acrolinx/scorecard}) | ${s/status} |
|
||||
"| ${s/file} | ${acrolinx/qualityscore} | ${acrolinx/flags/issues} | ${acrolinx/scores/correctness} | [link](${acrolinx/scorecard}) | ${s/status} |
|
||||
"
|
||||
|
||||
:template-footer
|
||||
|
39
.github/pull_request_template.md
vendored
Normal file
39
.github/pull_request_template.md
vendored
Normal file
@ -0,0 +1,39 @@
|
||||
<!--
|
||||
Fill out the following information to help us review this pull request.
|
||||
You can delete these comments once you are done.
|
||||
-->
|
||||
<!--
|
||||
## Description
|
||||
|
||||
If your changes are extensive:
|
||||
- Uncomment this heading and provide a brief description here.
|
||||
- List more detailed changes below under the changes heading.
|
||||
-->
|
||||
|
||||
## Why
|
||||
|
||||
<!--
|
||||
- Briefly describe _why_ you made this pull request.
|
||||
- If this pull request relates to an issue, provide the issue number or link.
|
||||
- If this pull request closes an issue, use a keyword (`Closes #123`).
|
||||
- Using a keyword will ensure the issue is automatically closed once this pull request is merged.
|
||||
- For more information, see [Linking a pull request to an issue using a keyword](https://docs.github.com/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword).
|
||||
-->
|
||||
|
||||
- Closes #[Issue Number]
|
||||
|
||||
## Changes
|
||||
|
||||
<!--
|
||||
- Briefly describe or list _what_ this PR changes.
|
||||
- Share any important highlights regarding your changes, such as screenshots, code snippets, or formatting.
|
||||
-->
|
||||
|
||||
<!--
|
||||
Thanks for contributing to Microsoft technical content!
|
||||
|
||||
Here are some resources that might be helpful while contributing:
|
||||
- [Microsoft Docs contributor guide](https://learn.microsoft.com/contribute/)
|
||||
- [Docs Markdown reference](https://learn.microsoft.com/contribute/markdown-reference)
|
||||
- [Microsoft Writing Style Guide](https://learn.microsoft.com/style-guide/welcome/)
|
||||
-->
|
File diff suppressed because it is too large
Load Diff
@ -1,8 +1,6 @@
|
||||
# Editing 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 editing our technical documentation.
|
||||
For a more up-to-date and complete contribution guide, see the main [Microsoft Docs contributor guide overview](https://docs.microsoft.com/contribute/).
|
||||
Thank you for your interest in the Windows IT professional documentation! We appreciate your feedback, edits, and additions to our content. This page covers the basic steps for editing our technical documentation. For a more up-to-date and complete contribution guide, see the main [contributor guide overview](https://learn.microsoft.com/contribute/).
|
||||
|
||||
## Sign a CLA
|
||||
|
||||
@ -19,16 +17,16 @@ We've tried to make editing an existing, public file as simple as possible.
|
||||
|
||||
### To edit a topic
|
||||
|
||||
1. Go to the page on [docs.microsoft.com](https://docs.microsoft.com/) that you want to update.
|
||||
1. Browse to the [Microsoft Learn](https://learn.microsoft.com/) article that you want to update.
|
||||
|
||||
> **Note**<br>
|
||||
> If you're a Microsoft employee or vendor, before you edit the article, append `review.` to the beginning of the URL. This action lets you use the private repository, **windows-docs-pr**. For more information, see the [internal contributor guide](https://review.docs.microsoft.com/help/get-started/edit-article-in-github?branch=main).
|
||||
> If you're a Microsoft employee or vendor, before you edit the article, append `review.` to the beginning of the URL. This action lets you use the private repository, **windows-docs-pr**. For more information, see the [internal contributor guide](https://review.learn.microsoft.com/help/get-started/edit-article-in-github?branch=main).
|
||||
|
||||
1. Then select the **Pencil** icon.
|
||||
|
||||

|
||||

|
||||
|
||||
If the pencil icon isn't present, the content might not be open to public contributions. Some pages are generated (for example, from inline documentation in code) and must be edited in the project they belong to. This isn't always the case and you might be able to find the documentation by searching the [Microsoft Docs Organization on GitHub](https://github.com/MicrosoftDocs).
|
||||
If the pencil icon isn't present, the content might not be open to public contributions. Some pages are generated (for example, from inline documentation in code) and must be edited in the project they belong to. This isn't always the case and you might be able to find the documentation by searching the [MicrosoftDocs organization on GitHub](https://github.com/MicrosoftDocs).
|
||||
|
||||
> **TIP**<br>
|
||||
> View the page source in your browser, and look for the following metadata: `original_content_git_url`. This path always points to the source markdown file for the article.
|
||||
@ -37,7 +35,7 @@ We've tried to make editing an existing, public file as simple as possible.
|
||||
|
||||

|
||||
|
||||
1. Using Markdown language, make your changes to the file. For info about how to edit content using Markdown, see the [Microsoft Docs Markdown reference](https://docs.microsoft.com/contribute/markdown-reference) and GitHub's [Mastering Markdown](https://guides.github.com/features/mastering-markdown/) documentation.
|
||||
1. Using Markdown language, make your changes to the file. For info about how to edit content using Markdown, see the [Docs Markdown reference](https://learn.microsoft.com/contribute/markdown-reference) and GitHub's [Mastering Markdown](https://guides.github.com/features/mastering-markdown/) documentation.
|
||||
|
||||
1. Make your suggested change, and then select **Preview changes** to make sure it looks correct.
|
||||
|
||||
@ -57,16 +55,15 @@ We've tried to make editing an existing, public file as simple as possible.
|
||||
|
||||
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 their respective article. This repository contains articles on some of the following topics:
|
||||
|
||||
- [Windows client documentation for IT Pros](https://docs.microsoft.com/windows/resources/)
|
||||
- [Microsoft Store](https://docs.microsoft.com/microsoft-store)
|
||||
- [Windows 10 for Education](https://docs.microsoft.com/education/windows)
|
||||
- [Windows 10 for SMB](https://docs.microsoft.com/windows/smb)
|
||||
- [Internet Explorer 11](https://docs.microsoft.com/internet-explorer/)
|
||||
- [Windows client documentation for IT Pros](https://learn.microsoft.com/windows/resources/)
|
||||
- [Microsoft Store](https://learn.microsoft.com/microsoft-store)
|
||||
- [Windows 10 for Education](https://learn.microsoft.com/education/windows)
|
||||
- [Windows 10 for SMB](https://learn.microsoft.com/windows/smb)
|
||||
- [Internet Explorer 11](https://learn.microsoft.com/internet-explorer/)
|
||||
|
||||
## Making more substantial changes
|
||||
|
||||
To make substantial changes to an existing article, add or change images, or contribute a new article, you'll need to create a local clone of the content.
|
||||
For info about creating a fork or clone, see [Set up a local Git repository](https://docs.microsoft.com/contribute/get-started-setup-local). The GitHub docs topic, [Fork a Repo](https://docs.github.com/articles/fork-a-repo), is also insightful.
|
||||
To make substantial changes to an existing article, add or change images, or contribute a new article, you'll need to create a local clone of the content. For information about creating a fork or clone, see [Set up a local Git repository](https://learn.microsoft.com/contribute/get-started-setup-local). The [Fork a Repo](https://docs.github.com/articles/fork-a-repo) article is also helpful.
|
||||
|
||||
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. Finally, open a pull request back to the main branch of the official repo.
|
||||
|
||||
@ -82,4 +79,4 @@ In the new issue form, enter a brief title. In the body of the form, describe th
|
||||
|
||||
- You can use your favorite text editor to edit Markdown files. 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/).
|
||||
- Microsoft Docs uses several custom Markdown extensions. To learn more, see the [Microsoft Docs Markdown reference](https://docs.microsoft.com/contribute/markdown-reference).
|
||||
- Microsoft technical documentation uses several custom Markdown extensions. To learn more, see the [Docs Markdown reference](https://learn.microsoft.com/contribute/markdown-reference).
|
||||
|
@ -1,56 +0,0 @@
|
||||
{
|
||||
"build": {
|
||||
"content": [
|
||||
{
|
||||
"files": [
|
||||
"**/*.md",
|
||||
"**/*.yml"
|
||||
],
|
||||
"exclude": [
|
||||
"**/obj/**",
|
||||
"**/includes/**",
|
||||
"_themes/**",
|
||||
"_themes.pdf/**",
|
||||
"README.md",
|
||||
"LICENSE",
|
||||
"LICENSE-CODE",
|
||||
"ThirdPartyNotices"
|
||||
]
|
||||
}
|
||||
],
|
||||
"resource": [
|
||||
{
|
||||
"files": [
|
||||
"**/*.png",
|
||||
"**/*.jpg"
|
||||
],
|
||||
"exclude": [
|
||||
"**/obj/**",
|
||||
"**/includes/**",
|
||||
"_themes/**",
|
||||
"_themes.pdf/**"
|
||||
]
|
||||
}
|
||||
],
|
||||
"overwrite": [],
|
||||
"externalReference": [],
|
||||
"globalMetadata": {
|
||||
"recommendations": true,
|
||||
"breadcrumb_path": "/microsoft-365/business/breadcrumb/toc.json",
|
||||
"extendBreadcrumb": true,
|
||||
"contributors_to_exclude": [
|
||||
"rjagiewich",
|
||||
"traya1",
|
||||
"rmca14",
|
||||
"claydetels19",
|
||||
"jborsecnik",
|
||||
"tiburd",
|
||||
"garycentric"
|
||||
]
|
||||
},
|
||||
"fileMetadata": {},
|
||||
"template": [],
|
||||
"dest": "bcs-vsts",
|
||||
"markdownEngineName": "dfm"
|
||||
}
|
||||
}
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Details about how to add employees to the Enterprise Mode Site List Portal.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
title: Add employees to the Enterprise Mode Site List Portal (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
ms.date: 07/27/2017
|
||||
|
@ -4,7 +4,7 @@ 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.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 20aF07c4-051a-451f-9c46-5a052d9Ae27c
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
|
@ -4,7 +4,7 @@ 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).
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: da659ff5-70d5-4852-995e-4df67c4871dd
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
|
@ -4,7 +4,7 @@ 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.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 042e44e8-568d-4717-8fd3-69dd198bbf26
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
|
@ -4,7 +4,7 @@ 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.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 513e8f3b-fedf-4d57-8d81-1ea4fdf1ac0b
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
description: Administrative templates and Internet Explorer 11
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 2b390786-f786-41cc-bddc-c55c8a4c5af3
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Details about how Approvers can approve open change requests in the Enterprise Mode Site List Portal.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
title: Approve a change request using the Enterprise Mode Site List Portal (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
ms.date: 07/27/2017
|
||||
|
@ -4,7 +4,7 @@ description: You can have centralized control over Enterprise Mode by creating a
|
||||
ms.assetid: 2bbc7017-622e-4baa-8981-c0bbda10e9df
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
ms.sitesec: library
|
||||
|
@ -3,7 +3,7 @@ ms.localizationpriority: low
|
||||
ms.mktglfcycl: deploy
|
||||
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: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: a145e80f-eb62-4116-82c4-3cc35fd064b6
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Details about how the Administrator can use the Settings page to set up Groups and roles, the Enterprise Mode Site List Portal environment, and the freeze dates for production changes.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
title: Use the Settings page to finish setting up the Enterprise Mode Site List Portal (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
ms.date: 07/27/2017
|
||||
|
@ -4,11 +4,11 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Details about how to create a change request within the Enterprise Mode Site List Portal.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
title: Create a change request using the Enterprise Mode Site List Portal (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
ms.date: 07/27/2017
|
||||
ms.reviewer:
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
ms.author: dansimp
|
||||
---
|
||||
|
@ -4,7 +4,7 @@ description: Delete a single site from your global Enterprise Mode site list.
|
||||
ms.pagetype: appcompat
|
||||
ms.mktglfcycl: deploy
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 41413459-b57f-48da-aedb-4cbec1e2981a
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
|
@ -4,7 +4,7 @@ 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.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 76aa9a85-6190-4c3a-bc25-0f914de228ea
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
|
@ -5,7 +5,7 @@ Starting with Windows 10, version 1511 (also known as the Anniversary Update), y
|
||||
|
||||
### Site list xml file
|
||||
<!-- rework this entire paragraph -->
|
||||
This is a view of the [raw EMIE v2 schema.xml file](https://gist.github.com/kypflug/9e9961de771d2fcbd86b#file-emie-v2-schema-xml). There are equivalent Enterprise Mode Site List policies for both [Microsoft Edge](https://docs.microsoft.com/microsoft-edge/deploy/emie-to-improve-compatibility) and [Internet Explorer 11](https://docs.microsoft.com/internet-explorer/ie11-deploy-guide/turn-on-enterprise-mode-and-use-a-site-list). The Microsoft Edge list is used to determine which sites should open in IE11; while the IE11 list is used to determine the compat mode for a site, and which sites should open in Microsoft Edge. We recommend using one list for both browsers, where each policy points to the same XML file location.
|
||||
This is a view of the [raw EMIE v2 schema.xml file](https://gist.github.com/kypflug/9e9961de771d2fcbd86b#file-emie-v2-schema-xml). There are equivalent Enterprise Mode Site List policies for both [Microsoft Edge](/microsoft-edge/deploy/emie-to-improve-compatibility) and [Internet Explorer 11](/internet-explorer/ie11-deploy-guide/turn-on-enterprise-mode-and-use-a-site-list). The Microsoft Edge list is used to determine which sites should open in IE11; while the IE11 list is used to determine the compat mode for a site, and which sites should open in Microsoft Edge. We recommend using one list for both browsers, where each policy points to the same XML file location.
|
||||
|
||||
```xml
|
||||
<site-list version="205">
|
||||
@ -47,4 +47,4 @@ This is a view of the [raw EMIE v2 schema.xml file](https://gist.github.com/kypf
|
||||
</site>
|
||||
</site-list>
|
||||
|
||||
```
|
||||
```
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Use the topics in this section to learn how to set up and use Enterprise Mode, Enterprise Mode Site List Manager, and the Enterprise Mode Site List Portal for your company.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: d52ba8ba-b3c7-4314-ba14-0610e1d8456e
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
|
@ -4,7 +4,7 @@ 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.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 17c61547-82e3-48f2-908d-137a71938823
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
|
@ -4,7 +4,7 @@ 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.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 909ca359-5654-4df9-b9fb-921232fc05f5
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
|
@ -5,7 +5,7 @@ ms.pagetype: security
|
||||
description: Use this section to learn about how to turn on Enterprise Mode.
|
||||
author: dansimp
|
||||
ms.author: dansimp
|
||||
ms.prod: edge
|
||||
ms.prod: windows-client
|
||||
ms.assetid:
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
|
@ -4,7 +4,7 @@ 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.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 9ee7c13d-6fca-4446-bc22-d23a0213a95d
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Instructions about how to clear all of the sites from your global Enterprise Mode site list.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 90f38a6c-e0e2-4c93-9a9e-c425eca99e97
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Instructions about how to remove sites from a local compatibility view list.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: f6ecaa75-ebcb-4f8d-8721-4cd6e73c0ac9
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Instructions about how to remove sites from a local Enterprise Mode site list.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: c7d6dd0b-e264-42bb-8c9d-ac2f837018d2
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
|
@ -4,7 +4,7 @@ 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.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 254a986b-494f-4316-92c1-b089ee8b3e0a
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Details about how Administrators can schedule approved change requests for production in the Enterprise Mode Site List Portal.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
title: Schedule approved change requests for production using the Enterprise Mode Site List Portal (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
ms.date: 07/27/2017
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Search to see if a specific site already appears in your global Enterprise Mode site list.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: e399aeaf-6c3b-4cad-93c9-813df6ad47f9
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Set up and turn on Enterprise Mode logging and data collection in your organization.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 2e98a280-f677-422f-ba2e-f670362afcde
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Details about how to set up the Enterprise Mode Site List Portal for your organization.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
title: Set up the Enterprise Mode Site List Portal (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
ms.date: 07/27/2017
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: How to turn Enterprise Mode off temporarily while testing websites and how to turn it off completely if you no longer want to to use it.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 5027c163-71e0-49b8-9dc0-f0a7310c7ae3
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Turn on local user control and logging for Enterprise Mode.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 6622ecce-24b1-497e-894a-e1fd5a8a66d1
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
|
@ -3,7 +3,7 @@ ms.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 Portal.
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
title: Use the Enterprise Mode Site List Portal (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
ms.date: 07/27/2017
|
||||
|
@ -4,7 +4,7 @@ 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.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: f4dbed4c-08ff-40b1-ab3f-60d3b6e8ec9b
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
|
@ -4,7 +4,7 @@ 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.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 238ead3d-8920-429a-ac23-02f089c4384a
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
|
@ -4,11 +4,11 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Details about how to make sure your change request info is accurate within the pre-production environment of the Enterprise Mode Site List Portal.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
title: Verify your changes using the Enterprise Mode Site List Portal (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
ms.date: 07/27/2017
|
||||
ms.reviewer:
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
ms.author: dansimp
|
||||
---
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Details about how the Requester makes sure that the change request update is accurate within the production environment using the Enterprise Mode Site List Portal.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
title: Verify the change request update in the production environment using the Enterprise Mode Site List Portal (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
ms.date: 07/27/2017
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Details about how to view the active Enterprise Mode Site List from the Enterprise Mode Site List Portal.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
title: View the apps included in the active Enterprise Mode Site List from the Enterprise Mode Site List Portal (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
ms.date: 07/27/2017
|
||||
|
@ -35,4 +35,4 @@ ms.topic: include
|
||||
|
||||
- [Web Application Compatibility Lab Kit for Internet Explorer 11](https://technet.microsoft.com/browser/mt612809.aspx)
|
||||
- [Download Internet Explorer 11](https://go.microsoft.com/fwlink/p/?linkid=290956)
|
||||
- [Internet Explorer Administration Kit 11 (IEAK 11) - Administrator's Guide](https://go.microsoft.com/fwlink/p/?LinkId=760646)
|
||||
- [Internet Explorer Administration Kit 11 (IEAK 11) - Administrator's Guide](https://go.microsoft.com/fwlink/p/?LinkId=760646)
|
||||
|
@ -26,12 +26,7 @@
|
||||
"recommendations": true,
|
||||
"breadcrumb_path": "/internet-explorer/breadcrumb/toc.json",
|
||||
"ROBOTS": "INDEX, FOLLOW",
|
||||
"audience": "ITPro",
|
||||
"ms.technology": "internet-explorer",
|
||||
"ms.prod": "ie11",
|
||||
"ms.topic": "article",
|
||||
"manager": "dansimp",
|
||||
"ms.date": "04/05/2017",
|
||||
"feedback_system": "None",
|
||||
"hideEdit": true,
|
||||
"_op_documentIdPathDepotMapping": {
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
description: How to use Group Policy to install ActiveX controls.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 59185370-558c-47e0-930c-8a5ed657e9e3
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Details about how to add employees to the Enterprise Mode Site List Portal.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
title: Add employees to the Enterprise Mode Site List Portal (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
ms.date: 07/27/2017
|
||||
|
@ -4,7 +4,7 @@ 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.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 20aF07c4-051a-451f-9c46-5a052d9Ae27c
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ 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).
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: da659ff5-70d5-4852-995e-4df67c4871dd
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ 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.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 042e44e8-568d-4717-8fd3-69dd198bbf26
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ 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.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 513e8f3b-fedf-4d57-8d81-1ea4fdf1ac0b
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
description: Administrative templates and Internet Explorer 11
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 2b390786-f786-41cc-bddc-c55c8a4c5af3
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Details about how Approvers can approve open change requests in the Enterprise Mode Site List Portal.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
title: Approve a change request using the Enterprise Mode Site List Portal (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
ms.date: 07/27/2017
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: networking
|
||||
description: Auto configuration and auto proxy problems with Internet Explorer 11
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 3fbbc2c8-859b-4b2e-abc3-de2c299e0938
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: networking
|
||||
description: Auto configuration settings for Internet Explorer 11
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 90308d59-45b9-4639-ab1b-497e5ba19023
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: networking
|
||||
description: Auto detect settings Internet Explorer 11
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: c6753cf4-3276-43c5-aae9-200e9e82753f
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: networking
|
||||
description: Auto proxy configuration settings for Internet Explorer 11
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 5120aaf9-8ead-438a-8472-3cdd924b7d9e
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -7,7 +7,7 @@ audience: itpro
|
||||
manager: dansimp
|
||||
ms.date: 05/10/2018
|
||||
ms.topic: article
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.localizationpriority: medium
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: performance
|
||||
description: Browser cache changes and roaming profiles
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 85f0cd01-6f82-4bd1-9c0b-285af1ce3436
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -3,7 +3,7 @@ ms.localizationpriority: medium
|
||||
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.
|
||||
ms.mktglfcycl: deploy
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.sitesec: library
|
||||
author: dansimp
|
||||
ms.date: 07/27/2017
|
||||
|
@ -5,7 +5,7 @@ ms.assetid: 2bbc7017-622e-4baa-8981-c0bbda10e9df
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
manager: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
ms.sitesec: library
|
||||
|
@ -3,7 +3,7 @@ ms.localizationpriority: medium
|
||||
ms.mktglfcycl: deploy
|
||||
description: Choose how to deploy Internet Explorer 11 (IE11)
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 21b6a301-c222-40bc-ad0b-27f66fc54d9d
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -3,7 +3,7 @@ ms.localizationpriority: medium
|
||||
ms.mktglfcycl: deploy
|
||||
description: Choose how to install Internet Explorer 11 (IE11)
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 9572f5f1-5d67-483e-bd63-ffea95053481
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -3,7 +3,7 @@ ms.localizationpriority: medium
|
||||
ms.mktglfcycl: deploy
|
||||
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: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: a145e80f-eb62-4116-82c4-3cc35fd064b6
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Details about how the Administrator can use the Settings page to set up Groups and roles, the Enterprise Mode Site List Portal environment, and the freeze dates for production changes.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
title: Use the Settings page to finish setting up the Enterprise Mode Site List Portal (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
ms.date: 07/27/2017
|
||||
|
@ -4,11 +4,11 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Details about how to create a change request within the Enterprise Mode Site List Portal.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
title: Create a change request using the Enterprise Mode Site List Portal (Internet Explorer 11 for IT Pros)
|
||||
ms.sitesec: library
|
||||
ms.date: 07/27/2017
|
||||
ms.reviewer:
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
manager: dansimp
|
||||
ms.author: dansimp
|
||||
|
@ -3,7 +3,7 @@ ms.localizationpriority: medium
|
||||
ms.mktglfcycl: deploy
|
||||
description: Create packages for multiple operating systems or languages
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 44051f9d-63a7-43bf-a427-d0a0a1c717da
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -3,7 +3,7 @@ ms.localizationpriority: medium
|
||||
ms.mktglfcycl: deploy
|
||||
description: Customize Internet Explorer 11 installation packages
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 10a14a09-673b-4f8b-8d12-64036135e7fd
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ description: Delete a single site from your global Enterprise Mode site list.
|
||||
ms.pagetype: appcompat
|
||||
ms.mktglfcycl: deploy
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 41413459-b57f-48da-aedb-4cbec1e2981a
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -3,7 +3,7 @@ ms.localizationpriority: medium
|
||||
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).
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: f51224bd-3371-4551-821d-1d62310e3384
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -3,7 +3,7 @@ ms.localizationpriority: medium
|
||||
ms.mktglfcycl: deploy
|
||||
description: Deploy Internet Explorer 11 using software distribution tools
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: fd027775-651a-41e1-8ec3-d32eca876d8a
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -3,7 +3,7 @@ ms.localizationpriority: medium
|
||||
ms.mktglfcycl: deploy
|
||||
description: You can pin websites to the Windows 8.1 taskbar for quick access using the Microsoft Deployment Toolkit (MDT) 2013.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 24f4dcac-9032-4fe8-bf6d-2d712d61cb0c
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ 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.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 00cb1f39-2b20-4d37-9436-62dc03a6320b
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ 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.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 76aa9a85-6190-4c3a-bc25-0f914de228ea
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -5,7 +5,7 @@ ms.pagetype: security
|
||||
description: Enable and disable add-ons using administrative templates and group policy
|
||||
ms.author: dansimp
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: c6fe1cd3-0bfc-4d23-8016-c9601f674c0b
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
description: Enhanced Protected Mode problems with Internet Explorer
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 15890ad1-733d-4f7e-a318-10399b389f45
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: Use the topics in this section to learn how to set up and use Enterprise Mode, Enterprise Mode Site List Manager, and the Enterprise Mode Site List Portal for your company.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: d52ba8ba-b3c7-4314-ba14-0610e1d8456e
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ 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.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 17c61547-82e3-48f2-908d-137a71938823
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ 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.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 909ca359-5654-4df9-b9fb-921232fc05f5
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ 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.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 9ee7c13d-6fca-4446-bc22-d23a0213a95d
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ 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.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 4b21bb27-aeac-407f-ae58-ab4c6db2baf6
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ 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.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 9f80e39f-dcf1-4124-8931-131357f31d67
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
description: Overview about Group Policy, Advanced Group Policy Management (AGPM), and Internet Explorer 11
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 63a7ef4a-6de2-4d08-aaba-0479131e3406
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
description: Overview about Group Policy, the Group Policy Management Console (GPMC), and Internet Explorer 11
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: ae3d227d-3da7-46b8-8a61-c71bfeae0c63
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ 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.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 50383d3f-9ac9-4a30-8852-354b6eb9434a
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
description: Group Policy, the Local Group Policy Editor, and Internet Explorer 11
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 6fc30e91-efac-4ba5-9ee2-fa77dcd36467
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
description: Group Policy suggestions for compatibility with Internet Explorer 11
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 7482c99f-5d79-4344-9e1c-aea9f0a68e18
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
description: Overview of the available Group Policy management tools
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: e33bbfeb-6b80-4e71-8bba-1d0369a87312
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
description: Info about Group Policy preferences versus Group Policy settings
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: f2264c97-7f09-4f28-bb5c-58ab80dcc6ee
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ 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.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 0da0d9a9-200c-46c4-96be-630e82de017b
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ 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.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: c6fbf990-13e4-4be7-9f08-5bdd43179b3b
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: security
|
||||
description: Overview about how Group Policy works with Windows Powershell and Internet Explorer 11
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: e3607cde-a498-4e04-9daa-b331412967fc
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -6,7 +6,7 @@ description: A high-level overview of the delivery process and your options to c
|
||||
author: dansimp
|
||||
ms.author: dansimp
|
||||
ms.manager: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid:
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -7,6 +7,7 @@ ms.reviewer:
|
||||
audience: itpro
|
||||
manager: dansimp
|
||||
ms.author: dansimp
|
||||
ms.prod: windows-client
|
||||
---
|
||||
|
||||
# Full-sized flowchart detailing how document modes are chosen in IE11
|
||||
|
@ -4,7 +4,7 @@ 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.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: cacd5d68-700b-4a96-b4c9-ca2c40c1ac5f
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -3,7 +3,7 @@ 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.
|
||||
author: dansimp
|
||||
ms.author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
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
|
||||
|
@ -3,7 +3,7 @@ ms.localizationpriority: medium
|
||||
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.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: caca18c1-d5c4-4404-84f8-d02bc562915f
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -3,7 +3,7 @@ ms.localizationpriority: medium
|
||||
ms.mktglfcycl: deploy
|
||||
description: How to add and deploy the Internet Explorer 11 update using Microsoft Intune.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: b2dfc08c-78af-4c22-8867-7be3b92b1616
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
|
@ -3,7 +3,7 @@ ms.localizationpriority: medium
|
||||
ms.mktglfcycl: deploy
|
||||
description: How to install the Internet Explorer 11 update using Microsoft Deployment Toolkit (MDT) and your Windows images.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: e16f9144-170c-4964-a62d-0d1a16f4cd1f
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
||||
ms.pagetype: appcompat
|
||||
description: How to install the Internet Explorer 11 update using System Center 2012 R2 Configuration Manager
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 9ede9722-29b3-4cb7-956d-ffa91e7bedbd
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -3,7 +3,7 @@ ms.localizationpriority: medium
|
||||
ms.mktglfcycl: deploy
|
||||
description: How to install the Internet Explorer 11 update using your network
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 85f6429d-947a-4031-8f93-e26110a35828
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -3,7 +3,7 @@ ms.localizationpriority: medium
|
||||
ms.mktglfcycl: deploy
|
||||
description: How to install the Internet Explorer 11 update using third-party tools and command-line options.
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 30190c66-49f7-4ca4-8b57-a47656aa0c7e
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
@ -3,7 +3,7 @@ ms.localizationpriority: medium
|
||||
ms.mktglfcycl: deploy
|
||||
description: How to install the Internet Explorer 11 update using Windows Server Update Services (WSUS)'
|
||||
author: dansimp
|
||||
ms.prod: ie11
|
||||
ms.prod: windows-client
|
||||
ms.assetid: 6cbd6797-c670-4236-8423-e0919478f2ce
|
||||
ms.reviewer:
|
||||
audience: itpro
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user