Fix merge conflicts
@ -1,18 +1,17 @@
|
|||||||
{:allowed-branchname-matches ["master" "main"]
|
{:allowed-branchname-matches ["main" "release-.*"]
|
||||||
:allowed-filename-matches ["windows/"]
|
:allowed-filename-matches ["windows/"]
|
||||||
|
|
||||||
:targets
|
:targets
|
||||||
{
|
{
|
||||||
:counts {
|
:counts {
|
||||||
;;:spelling 10
|
;;:correctness 13
|
||||||
;;:grammar 3
|
|
||||||
;;:total 15 ;; absolute flag count but i don't know the difference between this and issues
|
;;: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.
|
;;:issues 15 ;; coming from the platform, will need to be tested.
|
||||||
}
|
}
|
||||||
:scores {
|
:scores {
|
||||||
;;:terminology 100
|
;;:terminology 100
|
||||||
:qualityscore 80 ;; Confirmed with Hugo that you just comment out the single score and leave the structure in place
|
: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"
|
"languageId" "en"
|
||||||
"ruleSetName" "Standard"
|
"ruleSetName" "Standard"
|
||||||
"requestedFlagTypes" ["SPELLING" "GRAMMAR" "STYLE"
|
"requestedFlagTypes" ["CORRECTNESS" "SPELLING" "GRAMMAR" "STYLE"
|
||||||
"TERMINOLOGY_DEPRECATED"
|
"TERMINOLOGY_DEPRECATED"
|
||||||
"TERMINOLOGY_VALID"
|
"TERMINOLOGY_VALID"
|
||||||
"VOICE_GUIDANCE"
|
"VOICE_GUIDANCE"
|
||||||
@ -35,7 +34,7 @@
|
|||||||
"
|
"
|
||||||
## Acrolinx Scorecards
|
## 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:
|
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:
|
Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:
|
||||||
|
|
||||||
| Article | Score | Issues | Spelling<br>issues | Scorecard | Processed |
|
| Article | Score | Issues | Correctness<br>score | Scorecard | Processed |
|
||||||
| ------- | ----- | ------ | ------ | --------- | --------- |
|
| ------- | ----- | ------ | ------ | --------- | --------- |
|
||||||
"
|
"
|
||||||
|
|
||||||
:template-change
|
:template-change
|
||||||
"| ${s/file} | ${acrolinx/qualityscore} | ${acrolinx/flags/issues} | ${acrolinx/flags/spelling} | [link](${acrolinx/scorecard}) | ${s/status} |
|
"| ${s/file} | ${acrolinx/qualityscore} | ${acrolinx/flags/issues} | ${acrolinx/scores/correctness} | [link](${acrolinx/scorecard}) | ${s/status} |
|
||||||
"
|
"
|
||||||
|
|
||||||
:template-footer
|
:template-footer
|
||||||
|
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/)
|
||||||
|
-->
|
@ -17,22 +17,6 @@
|
|||||||
"build_entry_point": "docs",
|
"build_entry_point": "docs",
|
||||||
"template_folder": "_themes"
|
"template_folder": "_themes"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"docset_name": "hololens",
|
|
||||||
"build_source_folder": "devices/hololens",
|
|
||||||
"build_output_subfolder": "hololens",
|
|
||||||
"locale": "en-us",
|
|
||||||
"monikers": [],
|
|
||||||
"moniker_ranges": [],
|
|
||||||
"open_to_public_contributors": true,
|
|
||||||
"type_mapping": {
|
|
||||||
"Conceptual": "Content",
|
|
||||||
"ManagedReference": "Content",
|
|
||||||
"RestApi": "Content"
|
|
||||||
},
|
|
||||||
"build_entry_point": "docs",
|
|
||||||
"template_folder": "_themes"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"docset_name": "internet-explorer",
|
"docset_name": "internet-explorer",
|
||||||
"build_source_folder": "browsers/internet-explorer",
|
"build_source_folder": "browsers/internet-explorer",
|
||||||
@ -49,22 +33,6 @@
|
|||||||
"build_entry_point": "docs",
|
"build_entry_point": "docs",
|
||||||
"template_folder": "_themes"
|
"template_folder": "_themes"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"docset_name": "keep-secure",
|
|
||||||
"build_source_folder": "windows/keep-secure",
|
|
||||||
"build_output_subfolder": "keep-secure",
|
|
||||||
"locale": "en-us",
|
|
||||||
"monikers": [],
|
|
||||||
"moniker_ranges": [],
|
|
||||||
"open_to_public_contributors": false,
|
|
||||||
"type_mapping": {
|
|
||||||
"Conceptual": "Content",
|
|
||||||
"ManagedReference": "Content",
|
|
||||||
"RestApi": "Content"
|
|
||||||
},
|
|
||||||
"build_entry_point": "docs",
|
|
||||||
"template_folder": "_themes"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"docset_name": "microsoft-edge",
|
"docset_name": "microsoft-edge",
|
||||||
"build_source_folder": "browsers/edge",
|
"build_source_folder": "browsers/edge",
|
||||||
@ -81,38 +49,6 @@
|
|||||||
"build_entry_point": "docs",
|
"build_entry_point": "docs",
|
||||||
"template_folder": "_themes"
|
"template_folder": "_themes"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"docset_name": "release-information",
|
|
||||||
"build_source_folder": "windows/release-information",
|
|
||||||
"build_output_subfolder": "release-information",
|
|
||||||
"locale": "en-us",
|
|
||||||
"monikers": [],
|
|
||||||
"moniker_ranges": [],
|
|
||||||
"open_to_public_contributors": false,
|
|
||||||
"type_mapping": {
|
|
||||||
"Conceptual": "Content",
|
|
||||||
"ManagedReference": "Content",
|
|
||||||
"RestApi": "Content"
|
|
||||||
},
|
|
||||||
"build_entry_point": "docs",
|
|
||||||
"template_folder": "_themes"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"docset_name": "smb",
|
|
||||||
"build_source_folder": "smb",
|
|
||||||
"build_output_subfolder": "smb",
|
|
||||||
"locale": "en-us",
|
|
||||||
"monikers": [],
|
|
||||||
"moniker_ranges": [],
|
|
||||||
"open_to_public_contributors": false,
|
|
||||||
"type_mapping": {
|
|
||||||
"Conceptual": "Content",
|
|
||||||
"ManagedReference": "Content",
|
|
||||||
"RestApi": "Content"
|
|
||||||
},
|
|
||||||
"build_entry_point": "docs",
|
|
||||||
"template_folder": "_themes"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"docset_name": "store-for-business",
|
"docset_name": "store-for-business",
|
||||||
"build_source_folder": "store-for-business",
|
"build_source_folder": "store-for-business",
|
||||||
@ -129,22 +65,6 @@
|
|||||||
"build_entry_point": "docs",
|
"build_entry_point": "docs",
|
||||||
"template_folder": "_themes"
|
"template_folder": "_themes"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"docset_name": "win-access-protection",
|
|
||||||
"build_source_folder": "windows/access-protection",
|
|
||||||
"build_output_subfolder": "win-access-protection",
|
|
||||||
"locale": "en-us",
|
|
||||||
"monikers": [],
|
|
||||||
"moniker_ranges": [],
|
|
||||||
"open_to_public_contributors": true,
|
|
||||||
"type_mapping": {
|
|
||||||
"Conceptual": "Content",
|
|
||||||
"ManagedReference": "Content",
|
|
||||||
"RestApi": "Content"
|
|
||||||
},
|
|
||||||
"build_entry_point": "docs",
|
|
||||||
"template_folder": "_themes"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"docset_name": "win-app-management",
|
"docset_name": "win-app-management",
|
||||||
"build_source_folder": "windows/application-management",
|
"build_source_folder": "windows/application-management",
|
||||||
@ -209,54 +129,6 @@
|
|||||||
"build_entry_point": "docs",
|
"build_entry_point": "docs",
|
||||||
"template_folder": "_themes"
|
"template_folder": "_themes"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"docset_name": "win-device-security",
|
|
||||||
"build_source_folder": "windows/device-security",
|
|
||||||
"build_output_subfolder": "win-device-security",
|
|
||||||
"locale": "en-us",
|
|
||||||
"monikers": [],
|
|
||||||
"moniker_ranges": [],
|
|
||||||
"open_to_public_contributors": true,
|
|
||||||
"type_mapping": {
|
|
||||||
"Conceptual": "Content",
|
|
||||||
"ManagedReference": "Content",
|
|
||||||
"RestApi": "Content"
|
|
||||||
},
|
|
||||||
"build_entry_point": "docs",
|
|
||||||
"template_folder": "_themes"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"docset_name": "windows-configure",
|
|
||||||
"build_source_folder": "windows/configure",
|
|
||||||
"build_output_subfolder": "windows-configure",
|
|
||||||
"locale": "en-us",
|
|
||||||
"monikers": [],
|
|
||||||
"moniker_ranges": [],
|
|
||||||
"open_to_public_contributors": false,
|
|
||||||
"type_mapping": {
|
|
||||||
"Conceptual": "Content",
|
|
||||||
"ManagedReference": "Content",
|
|
||||||
"RestApi": "Content"
|
|
||||||
},
|
|
||||||
"build_entry_point": "docs",
|
|
||||||
"template_folder": "_themes"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"docset_name": "windows-deploy",
|
|
||||||
"build_source_folder": "windows/deploy",
|
|
||||||
"build_output_subfolder": "windows-deploy",
|
|
||||||
"locale": "en-us",
|
|
||||||
"monikers": [],
|
|
||||||
"moniker_ranges": [],
|
|
||||||
"open_to_public_contributors": true,
|
|
||||||
"type_mapping": {
|
|
||||||
"Conceptual": "Content",
|
|
||||||
"ManagedReference": "Content",
|
|
||||||
"RestApi": "Content"
|
|
||||||
},
|
|
||||||
"build_entry_point": "docs",
|
|
||||||
"template_folder": "_themes"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"docset_name": "windows-hub",
|
"docset_name": "windows-hub",
|
||||||
"build_source_folder": "windows/hub",
|
"build_source_folder": "windows/hub",
|
||||||
@ -273,38 +145,6 @@
|
|||||||
"build_entry_point": "docs",
|
"build_entry_point": "docs",
|
||||||
"template_folder": "_themes"
|
"template_folder": "_themes"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"docset_name": "windows-manage",
|
|
||||||
"build_source_folder": "windows/manage",
|
|
||||||
"build_output_subfolder": "windows-manage",
|
|
||||||
"locale": "en-us",
|
|
||||||
"monikers": [],
|
|
||||||
"moniker_ranges": [],
|
|
||||||
"open_to_public_contributors": true,
|
|
||||||
"type_mapping": {
|
|
||||||
"Conceptual": "Content",
|
|
||||||
"ManagedReference": "Content",
|
|
||||||
"RestApi": "Content"
|
|
||||||
},
|
|
||||||
"build_entry_point": "docs",
|
|
||||||
"template_folder": "_themes"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"docset_name": "windows-plan",
|
|
||||||
"build_source_folder": "windows/plan",
|
|
||||||
"build_output_subfolder": "windows-plan",
|
|
||||||
"locale": "en-us",
|
|
||||||
"monikers": [],
|
|
||||||
"moniker_ranges": [],
|
|
||||||
"open_to_public_contributors": true,
|
|
||||||
"type_mapping": {
|
|
||||||
"Conceptual": "Content",
|
|
||||||
"ManagedReference": "Content",
|
|
||||||
"RestApi": "Content"
|
|
||||||
},
|
|
||||||
"build_entry_point": "docs",
|
|
||||||
"template_folder": "_themes"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"docset_name": "windows-privacy",
|
"docset_name": "windows-privacy",
|
||||||
"build_source_folder": "windows/privacy",
|
"build_source_folder": "windows/privacy",
|
||||||
@ -337,38 +177,6 @@
|
|||||||
"build_entry_point": "docs",
|
"build_entry_point": "docs",
|
||||||
"template_folder": "_themes"
|
"template_folder": "_themes"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"docset_name": "windows-update",
|
|
||||||
"build_source_folder": "windows/update",
|
|
||||||
"build_output_subfolder": "windows-update",
|
|
||||||
"locale": "en-us",
|
|
||||||
"monikers": [],
|
|
||||||
"moniker_ranges": [],
|
|
||||||
"open_to_public_contributors": true,
|
|
||||||
"type_mapping": {
|
|
||||||
"Conceptual": "Content",
|
|
||||||
"ManagedReference": "Content",
|
|
||||||
"RestApi": "Content"
|
|
||||||
},
|
|
||||||
"build_entry_point": "docs",
|
|
||||||
"template_folder": "_themes"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"docset_name": "win-threat-protection",
|
|
||||||
"build_source_folder": "windows/threat-protection",
|
|
||||||
"build_output_subfolder": "win-threat-protection",
|
|
||||||
"locale": "en-us",
|
|
||||||
"monikers": [],
|
|
||||||
"moniker_ranges": [],
|
|
||||||
"open_to_public_contributors": true,
|
|
||||||
"type_mapping": {
|
|
||||||
"Conceptual": "Content",
|
|
||||||
"ManagedReference": "Content",
|
|
||||||
"RestApi": "Content"
|
|
||||||
},
|
|
||||||
"build_entry_point": "docs",
|
|
||||||
"template_folder": "_themes"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"docset_name": "win-whats-new",
|
"docset_name": "win-whats-new",
|
||||||
"build_source_folder": "windows/whats-new",
|
"build_source_folder": "windows/whats-new",
|
||||||
@ -386,9 +194,7 @@
|
|||||||
"template_folder": "_themes"
|
"template_folder": "_themes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"notification_subscribers": [
|
"notification_subscribers": [],
|
||||||
"elizapo@microsoft.com"
|
|
||||||
],
|
|
||||||
"sync_notification_subscribers": [
|
"sync_notification_subscribers": [
|
||||||
"dstrome@microsoft.com"
|
"dstrome@microsoft.com"
|
||||||
],
|
],
|
||||||
@ -397,21 +203,19 @@
|
|||||||
],
|
],
|
||||||
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/windows-itpro-docs",
|
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/windows-itpro-docs",
|
||||||
"git_repository_branch_open_to_public_contributors": "public",
|
"git_repository_branch_open_to_public_contributors": "public",
|
||||||
"skip_source_output_uploading": false,
|
|
||||||
"need_preview_pull_request": true,
|
"need_preview_pull_request": true,
|
||||||
"resolve_user_profile_using_github": true,
|
"resolve_user_profile_using_github": true,
|
||||||
"contribution_branch_mappings": {},
|
|
||||||
"dependent_repositories": [
|
"dependent_repositories": [
|
||||||
{
|
{
|
||||||
"path_to_root": "_themes.pdf",
|
"path_to_root": "_themes.pdf",
|
||||||
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
|
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
|
||||||
"branch": "master",
|
"branch": "main",
|
||||||
"branch_mapping": {}
|
"branch_mapping": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path_to_root": "_themes",
|
"path_to_root": "_themes",
|
||||||
"url": "https://github.com/Microsoft/templates.docs.msft",
|
"url": "https://github.com/Microsoft/templates.docs.msft",
|
||||||
"branch": "master",
|
"branch": "main",
|
||||||
"branch_mapping": {}
|
"branch_mapping": {}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -420,20 +224,20 @@
|
|||||||
"Publish",
|
"Publish",
|
||||||
"Pdf"
|
"Pdf"
|
||||||
],
|
],
|
||||||
"master": [
|
"main": [
|
||||||
"Publish",
|
"Publish",
|
||||||
"Pdf"
|
"Pdf"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"need_generate_pdf_url_template": true,
|
|
||||||
"targets": {
|
"targets": {
|
||||||
"Pdf": {
|
"Pdf": {
|
||||||
"template_folder": "_themes.pdf"
|
"template_folder": "_themes.pdf"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"docs_build_engine": {
|
"docs_build_engine": {},
|
||||||
"name": "docfx_v3"
|
"skip_source_output_uploading": false,
|
||||||
},
|
"need_generate_pdf_url_template": true,
|
||||||
|
"contribution_branch_mappings": {},
|
||||||
"need_generate_pdf": false,
|
"need_generate_pdf": false,
|
||||||
"need_generate_intellisense": false
|
"need_generate_intellisense": false
|
||||||
}
|
}
|
@ -3,3 +3,5 @@ docfx.json @microsoftdocs/officedocs-admin
|
|||||||
.openpublishing.publish.config.json @microsoftdocs/officedocs-admin
|
.openpublishing.publish.config.json @microsoftdocs/officedocs-admin
|
||||||
CODEOWNERS @microsoftdocs/officedocs-admin
|
CODEOWNERS @microsoftdocs/officedocs-admin
|
||||||
.acrolinx-config.edn @microsoftdocs/officedocs-admin
|
.acrolinx-config.edn @microsoftdocs/officedocs-admin
|
||||||
|
|
||||||
|
/windows/privacy/ @DHB-MSFT
|
@ -1,11 +1,10 @@
|
|||||||
# Editing Windows IT professional documentation
|
# 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.
|
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/).
|
||||||
This page covers the basic steps for editing our technical documentation.
|
|
||||||
|
|
||||||
## Sign a CLA
|
## Sign a CLA
|
||||||
|
|
||||||
All contributors who are ***not*** a Microsoft employee must [sign a Microsoft Contribution Licensing Agreement (CLA)](https://cla.microsoft.com/) before editing any Microsoft repositories.
|
All contributors who are ***not*** a Microsoft employee or vendor must [sign a Microsoft Contributor License Agreement (CLA)](https://cla.microsoft.com/) before editing any Microsoft repositories.
|
||||||
If you've already edited within Microsoft repositories in the past, congratulations!
|
If you've already edited within Microsoft repositories in the past, congratulations!
|
||||||
You've already completed this step.
|
You've already completed this step.
|
||||||
|
|
||||||
@ -13,93 +12,71 @@ You've already completed this step.
|
|||||||
|
|
||||||
We've tried to make editing an existing, public file as simple as possible.
|
We've tried to make editing an existing, public file as simple as possible.
|
||||||
|
|
||||||
>**Note**<br>
|
> **Note**<br>
|
||||||
>At this time, only the English (en-us) content is available for editing.
|
> At this time, only the English (en-us) content is available for editing. If you have suggestions for edits to localized content, file feedback on the article.
|
||||||
|
|
||||||
**To edit a topic**
|
### To edit a topic
|
||||||
|
|
||||||
1. Go to the page on docs.microsoft.com that you want to update, and then click **Edit**.
|
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.learn.microsoft.com/help/get-started/edit-article-in-github?branch=main).
|
||||||
|
|
||||||
2. Log into (or sign up for) a GitHub account.
|
1. Then select the **Pencil** icon.
|
||||||
|
|
||||||
You must have a GitHub account to get to the page that lets you edit a topic.
|

|
||||||
|
|
||||||
3. Click the **Pencil** icon (in the red box) to edit the content.
|
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.
|
||||||
|
|
||||||
4. Using Markdown language, make your changes to the topic. For info about how to edit content using Markdown, see:
|
1. In GitHub, select the **Pencil** icon to edit the article. If the pencil icon is grayed out, you need to either sign in to your GitHub account or create a new account.
|
||||||
- **If you're linked to the Microsoft organization in GitHub:** [Windows authoring guide](https://aka.ms/WindowsAuthoring)
|
|
||||||
|
|
||||||
- **If you're external to Microsoft:** [Mastering Markdown](https://guides.github.com/features/mastering-markdown/)
|

|
||||||
|
|
||||||
5. Make your suggested change, and then click **Preview Changes** to make sure it looks correct.
|
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.
|
||||||
|
|
||||||
6. 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.
|

|
||||||
|
|
||||||

|
1. When you're finished editing, scroll to the bottom of the page. In the **Propose changes** area, enter a title and optionally a description for your changes. The title will be the first line of the commit message. Briefly state _what_ you changed. Select **Propose changes** to commit your changes:
|
||||||
|
|
||||||
The **Comparing changes** screen appears to see what the changes are between your fork and the original content.
|

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

|

|
||||||
|
|
||||||
8. Click **Create pull request**.
|
Select **Create pull request**. Next, enter a title and description to give the approver the appropriate context about _why_ you're suggesting this change. Make sure that only your changed files are in this pull request; otherwise, you could overwrite changes from other people.
|
||||||
|
|
||||||
9. Enter a title and description to give the approver the appropriate context about what’s in the request.
|
1. Select **Create pull request** again to actually submit the pull request.
|
||||||
|
|
||||||
10. 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.
|
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:
|
||||||
|
|
||||||
11. Click **Create pull request** again to actually submit the 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://docs.microsoft.com/windows/windows-10)
|
|
||||||
|
|
||||||
- [Microsoft Edge](https://docs.microsoft.com/microsoft-edge/deploy)
|
|
||||||
|
|
||||||
- [Surface](https://docs.microsoft.com/surface)
|
|
||||||
|
|
||||||
- [Surface Hub](https://docs.microsoft.com/surface-hub)
|
|
||||||
|
|
||||||
- [HoloLens](https://docs.microsoft.com/hololens)
|
|
||||||
|
|
||||||
- [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)
|
|
||||||
|
|
||||||
- [Microsoft Desktop Optimization Pack](https://docs.microsoft.com/microsoft-desktop-optimization-pack)
|
|
||||||
|
|
||||||
|
- [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
|
## 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.
|
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.
|
||||||
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.
|
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.
|
||||||
|
|
||||||
## Using issues to provide feedback on documentation
|
## 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.
|
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.
|
At the top of an article, you'll see a feedback icon. Select the icon to go to the **Feedback** section at the bottom of the article. Then select **This page** to file feedback for the current article.
|
||||||
|
|
||||||
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.
|
In the new issue form, enter a brief title. In the body of the form, describe the concern, but don't modify the **Document Details** section. You can use markdown in this form. When you're ready, select **Submit new issue**.
|
||||||
|
|
||||||
## Resources
|
## 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 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/).
|
||||||
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 technical documentation uses several custom Markdown extensions. To learn more, see the [Docs Markdown reference](https://learn.microsoft.com/contribute/markdown-reference).
|
||||||
|
|
||||||
|
2
ContentOwners.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
/windows/ @aczechowski
|
||||||
|
/windows/privacy/ @DHB-MSFT
|
64
README.md
@ -1,3 +1,67 @@
|
|||||||
|
# Overview
|
||||||
|
|
||||||
|
## Learn how to contribute
|
||||||
|
|
||||||
|
Anyone who is interested can contribute to the topics. When you contribute, your work will go directly into the content set after being merged. It will then be published to [Microsoft Learn](https://learn.microsoft.com/) and you will be listed as a contributor at: <https://github.com/MicrosoftDocs/windows-docs-pr/graphs/contributors>.
|
||||||
|
|
||||||
|
### Quickly update an article using GitHub.com
|
||||||
|
|
||||||
|
Contributors who only make infrequent or small updates can edit the file directly on GitHub.com without having to install any additional software. This article shows you how. [This two-minute video](https://www.microsoft.com/videoplayer/embed/RE1XQTG) also covers how to contribute.
|
||||||
|
|
||||||
|
1. Make sure you're signed in to GitHub.com with your GitHub account.
|
||||||
|
2. Browse to the page you want to edit on Microsoft Learn.
|
||||||
|
3. On the right-hand side of the page, click **Edit** (pencil icon).
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
4. The corresponding topic file on GitHub opens, where you need to click the **Edit this file** pencil icon.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
5. The topic opens in a line-numbered editing page where you can make changes to the file. Files in GitHub are written and edited using Markdown language. For help on using Markdown, see [Mastering Markdown](https://guides.github.com/features/mastering-markdown/). Select the **Preview changes** tab to view your changes as you go.
|
||||||
|
|
||||||
|
6. When you're finished making changes, go to the **Propose file change** section at the bottom of the page:
|
||||||
|
|
||||||
|
- A brief title is required. By default, the title is the name of the file, but you can change it.
|
||||||
|
- Optionally, you can enter more details in the **Add an optional extended description** box.
|
||||||
|
|
||||||
|
When you're ready, click the green **Propose file change** button.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
7. On the **Comparing changes** page that appears, click the green **Create pull request** button.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
8. On the **Open a pull request** page that appears, click the green **Create pull request** button.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> Your permissions in the repo determine what you see in the last several steps. People with no special privileges will see the **Propose file change** section and subsequent confirmation pages as described. People with permissions to create and approve their own pull requests will see a similar **Commit changes** section with extra options for creating a new branch and fewer confirmation pages.<br/><br/>The point is: click any green buttons that are presented to you until there are no more.
|
||||||
|
|
||||||
|
The writer identified in the metadata of the topic will be notified and will eventually review and approve your changes so the topic will be updated on Microsoft Learn. If there are questions or issues with the updates, the writer will contact you.
|
||||||
|
|
||||||
## Microsoft Open Source Code of Conduct
|
## Microsoft Open Source Code of Conduct
|
||||||
|
|
||||||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
|
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.
|
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.
|
||||||
|
|
||||||
|
### Contributing
|
||||||
|
|
||||||
|
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit <https://cla.microsoft.com>.
|
||||||
|
|
||||||
|
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
|
||||||
|
|
||||||
|
### Legal Notices
|
||||||
|
|
||||||
|
Microsoft and any contributors grant you a license to the Microsoft documentation and other content in this repository under the [Creative Commons Attribution 4.0 International Public License](https://creativecommons.org/licenses/by/4.0/legalcode), see the [LICENSE](LICENSE) file, and grant you a license to any code in the repository under the [MIT License](https://opensource.org/licenses/MIT), see the [LICENSE-CODE](LICENSE-CODE) file.
|
||||||
|
|
||||||
|
Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries.
|
||||||
|
|
||||||
|
The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. Microsoft's general trademark guidelines can be found at <https://go.microsoft.com/fwlink/?LinkID=254653>.
|
||||||
|
|
||||||
|
Privacy information can be found at <https://privacy.microsoft.com/>
|
||||||
|
|
||||||
|
Microsoft and any contributors reserve all others rights, whether under their respective copyrights, patents, or trademarks, whether by implication, estoppel or otherwise.
|
||||||
|
41
SECURITY.md
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.8 BLOCK -->
|
||||||
|
|
||||||
|
## Security
|
||||||
|
|
||||||
|
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).
|
||||||
|
|
||||||
|
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/opensource/security/definition), please report it to us as described below.
|
||||||
|
|
||||||
|
## Reporting Security Issues
|
||||||
|
|
||||||
|
**Please do not report security vulnerabilities through public GitHub issues.**
|
||||||
|
|
||||||
|
Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/opensource/security/create-report).
|
||||||
|
|
||||||
|
If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/opensource/security/pgpkey).
|
||||||
|
|
||||||
|
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://aka.ms/opensource/security/msrc).
|
||||||
|
|
||||||
|
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
|
||||||
|
|
||||||
|
* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
|
||||||
|
* Full paths of source file(s) related to the manifestation of the issue
|
||||||
|
* The location of the affected source code (tag/branch/commit or direct URL)
|
||||||
|
* Any special configuration required to reproduce the issue
|
||||||
|
* Step-by-step instructions to reproduce the issue
|
||||||
|
* Proof-of-concept or exploit code (if possible)
|
||||||
|
* Impact of the issue, including how an attacker might exploit the issue
|
||||||
|
|
||||||
|
This information will help us triage your report more quickly.
|
||||||
|
|
||||||
|
If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/opensource/security/bounty) page for more details about our active programs.
|
||||||
|
|
||||||
|
## Preferred Languages
|
||||||
|
|
||||||
|
We prefer all communications to be in English.
|
||||||
|
|
||||||
|
## Policy
|
||||||
|
|
||||||
|
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/opensource/security/cvd).
|
||||||
|
|
||||||
|
<!-- END MICROSOFT SECURITY.MD BLOCK -->
|
@ -1,2 +0,0 @@
|
|||||||
- name: Index
|
|
||||||
href: index.md
|
|
@ -1,3 +0,0 @@
|
|||||||
- name: Docs
|
|
||||||
tocHref: /
|
|
||||||
topicHref: /
|
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +1,3 @@
|
|||||||
- name: Docs
|
- name: Microsoft Edge
|
||||||
tocHref: /
|
tocHref: /microsoft-edge/
|
||||||
topicHref: /
|
topicHref: /microsoft-edge/index
|
||||||
items:
|
|
||||||
- name: Microsoft Edge deployment
|
|
||||||
tocHref: /microsoft-edge/deploy
|
|
||||||
topicHref: /microsoft-edge/deploy/index
|
|
||||||
|
@ -27,14 +27,18 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"globalMetadata": {
|
"globalMetadata": {
|
||||||
|
"uhfHeaderId": "MSDocsHeader-MSEdge",
|
||||||
"recommendations": true,
|
"recommendations": true,
|
||||||
"breadcrumb_path": "/microsoft-edge/deploy/breadcrumb/toc.json",
|
"adobe-target": true,
|
||||||
|
"ms.collection": [
|
||||||
|
"tier3"
|
||||||
|
],
|
||||||
|
"breadcrumb_path": "/microsoft-edge/breadcrumbs/toc.json",
|
||||||
"ROBOTS": "INDEX, FOLLOW",
|
"ROBOTS": "INDEX, FOLLOW",
|
||||||
"ms.technology": "microsoft-edge",
|
|
||||||
"audience": "ITPro",
|
"audience": "ITPro",
|
||||||
"ms.topic": "article",
|
"ms.topic": "article",
|
||||||
"manager": "laurawi",
|
"manager": "dansimp",
|
||||||
"ms.prod": "edge",
|
"ms.prod": "microsoft-edge",
|
||||||
"feedback_system": "None",
|
"feedback_system": "None",
|
||||||
"hideEdit": true,
|
"hideEdit": true,
|
||||||
"_op_documentIdPathDepotMapping": {
|
"_op_documentIdPathDepotMapping": {
|
||||||
@ -51,7 +55,8 @@
|
|||||||
"claydetels19",
|
"claydetels19",
|
||||||
"jborsecnik",
|
"jborsecnik",
|
||||||
"tiburd",
|
"tiburd",
|
||||||
"garycentric"
|
"garycentric",
|
||||||
|
"beccarobins"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"fileMetadata": {},
|
"fileMetadata": {},
|
||||||
|
@ -8,7 +8,7 @@ metadata:
|
|||||||
description: Find the tools and resources you need to help deploy and use Microsoft Edge in your organization. # Required; article description that is displayed in search results. < 160 chars.
|
description: Find the tools and resources you need to help deploy and use Microsoft Edge in your organization. # Required; article description that is displayed in search results. < 160 chars.
|
||||||
keywords: Microsoft Edge Legacy, Windows 10
|
keywords: Microsoft Edge Legacy, Windows 10
|
||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
ms.prod: edge
|
ms.prod: microsoft-edge
|
||||||
author: dougeby
|
author: dougeby
|
||||||
ms.author: pashort
|
ms.author: pashort
|
||||||
ms.topic: landing-page
|
ms.topic: landing-page
|
||||||
|
@ -2,17 +2,17 @@
|
|||||||
metadata:
|
metadata:
|
||||||
title: Microsoft Edge - Frequently Asked Questions (FAQ) for IT Pros
|
title: Microsoft Edge - Frequently Asked Questions (FAQ) for IT Pros
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
|
ms.date: 12/14/2020
|
||||||
audience: itpro
|
audience: itpro
|
||||||
manager: dansimp
|
manager: dansimp
|
||||||
description: Answers to frequently asked questions about Microsoft Edge features, integration, support, and potential problems.
|
description: Answers to frequently asked questions about Microsoft Edge features, integration, support, and potential problems.
|
||||||
author: dansimp
|
author: dansimp
|
||||||
ms.author: dansimp
|
ms.author: dansimp
|
||||||
ms.prod: edge
|
ms.prod: microsoft-edge
|
||||||
ms.topic: article
|
ms.topic: faq
|
||||||
ms.mktglfcycl: general
|
ms.mktglfcycl: general
|
||||||
ms.sitesec: library
|
ms.sitesec: library
|
||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
|
|
||||||
title: Frequently Asked Questions (FAQ) for IT Pros
|
title: Frequently Asked Questions (FAQ) for IT Pros
|
||||||
summary: |
|
summary: |
|
||||||
Applies to: Microsoft Edge on Windows 10
|
Applies to: Microsoft Edge on Windows 10
|
||||||
|
@ -7,13 +7,12 @@ metadata:
|
|||||||
title: Microsoft Edge Legacy # Required; page title displayed in search results. Include the brand. < 60 chars.
|
title: Microsoft Edge Legacy # Required; page title displayed in search results. Include the brand. < 60 chars.
|
||||||
description: Find the tools and resources you need to help deploy and use Microsoft Edge in your organization. # Required; article description that is displayed in search results. < 160 chars.
|
description: Find the tools and resources you need to help deploy and use Microsoft Edge in your organization. # Required; article description that is displayed in search results. < 160 chars.
|
||||||
keywords: Microsoft Edge, issues, fixes, announcements, Windows Server, advisories
|
keywords: Microsoft Edge, issues, fixes, announcements, Windows Server, advisories
|
||||||
ms.prod: edge
|
ms.prod: microsoft-edge
|
||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
author: lizap
|
author: aczechowski
|
||||||
ms.author: elizapo
|
ms.author: aaroncz
|
||||||
manager: dougkim
|
manager: dansimp
|
||||||
ms.topic: landing-page
|
ms.topic: landing-page
|
||||||
ms.devlang: na
|
|
||||||
ms.date: 08/19/2020 #Required; mm/dd/yyyy format.
|
ms.date: 08/19/2020 #Required; mm/dd/yyyy format.
|
||||||
|
|
||||||
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
|
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
|
||||||
@ -48,8 +47,6 @@ landingContent:
|
|||||||
links:
|
links:
|
||||||
- text: Test your site on Microsoft Edge for free on BrowserStack
|
- text: Test your site on Microsoft Edge for free on BrowserStack
|
||||||
url: https://developer.microsoft.com/microsoft-edge/tools/remote/
|
url: https://developer.microsoft.com/microsoft-edge/tools/remote/
|
||||||
- text: Use sonarwhal to improve your website
|
|
||||||
url: https://sonarwhal.com/
|
|
||||||
|
|
||||||
# Card (optional)
|
# Card (optional)
|
||||||
- title: Improve compatibility with Enterprise Mode
|
- title: Improve compatibility with Enterprise Mode
|
||||||
@ -77,7 +74,7 @@ landingContent:
|
|||||||
- linkListType: download
|
- linkListType: download
|
||||||
links:
|
links:
|
||||||
- text: NSS Labs web browser security reports
|
- text: NSS Labs web browser security reports
|
||||||
url: https://www.microsoft.com/download/details.aspx?id=54773
|
url: https://www.microsoft.com/download/details.aspx?id=58080
|
||||||
- linkListType: overview
|
- linkListType: overview
|
||||||
links:
|
links:
|
||||||
- text: Microsoft Edge sandbox
|
- text: Microsoft Edge sandbox
|
||||||
@ -108,10 +105,6 @@ landingContent:
|
|||||||
# Card (optional)
|
# Card (optional)
|
||||||
- title: End user readiness
|
- title: End user readiness
|
||||||
linkLists:
|
linkLists:
|
||||||
- linkListType: video
|
|
||||||
links:
|
|
||||||
- text: Microsoft Edge tips and tricks (video, 20:26)
|
|
||||||
url: https://myignite.microsoft.com/sessions/56630?source=sessions
|
|
||||||
- linkListType: download
|
- linkListType: download
|
||||||
links:
|
links:
|
||||||
- text: Quick Start - Microsoft Edge (PDF, .98 MB)
|
- text: Quick Start - Microsoft Edge (PDF, .98 MB)
|
||||||
@ -126,10 +119,8 @@ landingContent:
|
|||||||
url: ./edge-technical-demos.md
|
url: ./edge-technical-demos.md
|
||||||
- linkListType: how-to-guide
|
- linkListType: how-to-guide
|
||||||
links:
|
links:
|
||||||
- text: Import bookmarks
|
- text: Microsoft Edge features and tips
|
||||||
url: https://microsoftedgetips.microsoft.com/2/39
|
url: https://microsoftedgetips.microsoft.com
|
||||||
- text: Password management
|
|
||||||
url: https://microsoftedgetips.microsoft.com/2/18
|
|
||||||
|
|
||||||
# Card (optional)
|
# Card (optional)
|
||||||
- title: Stay informed
|
- title: Stay informed
|
||||||
|
@ -138,7 +138,7 @@ Before you can start to collect your data, you must run the provided PowerShell
|
|||||||
-OR-
|
-OR-
|
||||||
- Collect your hardware inventory using the MOF Editor with a .MOF import file.<p>
|
- Collect your hardware inventory using the MOF Editor with a .MOF import file.<p>
|
||||||
-OR-
|
-OR-
|
||||||
- Collect your hardware inventory using the SMS\DEF.MOF file (System Center Configuration Manager 2007 only)
|
- Collect your hardware inventory using the SMS\DEF.MOF file (Configuration Manager 2007 only)
|
||||||
|
|
||||||
### WMI only: Running the PowerShell script to compile the .MOF file and to update security privileges
|
### 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.
|
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.
|
||||||
@ -235,7 +235,7 @@ After you’ve collected your data, you’ll need to get the local files off of
|
|||||||
-OR-
|
-OR-
|
||||||
- Collect your hardware inventory using the MOF Editor with a .MOF import file.<p>
|
- Collect your hardware inventory using the MOF Editor with a .MOF import file.<p>
|
||||||
-OR-
|
-OR-
|
||||||
- Collect your hardware inventory using the SMS\DEF.MOF file (System Center Configuration Manager 2007 only)
|
- Collect your hardware inventory using the SMS\DEF.MOF file (Configuration Manager 2007 only)
|
||||||
|
|
||||||
### Collect your hardware inventory using the MOF Editor while connected to a client device
|
### 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.
|
You can collect your hardware inventory using the MOF Editor, while you’re connected to your client devices.
|
||||||
@ -277,8 +277,8 @@ You can collect your hardware inventory using the MOF Editor and a .MOF import f
|
|||||||
4. Click **OK** to close the default windows.<br>
|
4. Click **OK** to close the default windows.<br>
|
||||||
Your environment is now ready to collect your hardware inventory and review the sample reports.
|
Your environment is now ready to collect your hardware inventory and review the sample reports.
|
||||||
|
|
||||||
### Collect your hardware inventory using the SMS\DEF.MOF file (System Center Configuration Manager 2007 only)
|
### Collect your hardware inventory using the SMS\DEF.MOF file (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.
|
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 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**
|
||||||
|
|
||||||
@ -352,14 +352,14 @@ You can collect your hardware inventory using the using the Systems Management S
|
|||||||
Your environment is now ready to collect your hardware inventory and review the sample reports.
|
Your environment is now ready to collect your hardware inventory and review the sample reports.
|
||||||
|
|
||||||
## View the sample reports with your collected data
|
## 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.
|
The sample reports, **Configuration Manager Report Sample – ActiveX.rdl** and **Configuration Manager Report Sample – Site Discovery.rdl**, work with System Center 2012, so you can review your collected data.
|
||||||
|
|
||||||
### SCCM Report Sample – ActiveX.rdl
|
### Configuration Manager Report Sample – ActiveX.rdl
|
||||||
Gives you a list of all of the ActiveX-related sites visited by the client computer.
|
Gives you a list of all of the ActiveX-related sites visited by the client computer.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### SCCM Report Sample – Site Discovery.rdl
|
### Configuration Manager Report Sample – Site Discovery.rdl
|
||||||
Gives you a list of all of the sites visited by the client computer.
|
Gives you a list of all of the sites visited by the client computer.
|
||||||
|
|
||||||

|

|
||||||
|
@ -5,7 +5,7 @@ Starting with Windows 10, version 1511 (also known as the Anniversary Update), y
|
|||||||
|
|
||||||
### Site list xml file
|
### Site list xml file
|
||||||
<!-- rework this entire paragraph -->
|
<!-- 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
|
```xml
|
||||||
<site-list version="205">
|
<site-list version="205">
|
||||||
|
@ -11,7 +11,7 @@ ms.reviewer:
|
|||||||
manager: dansimp
|
manager: dansimp
|
||||||
title: Enterprise Mode for Microsoft Edge
|
title: Enterprise Mode for Microsoft Edge
|
||||||
ms.sitesec: library
|
ms.sitesec: library
|
||||||
ms.date: ''
|
ms.date: 07/17/2018
|
||||||
---
|
---
|
||||||
|
|
||||||
# Enterprise Mode for Microsoft Edge
|
# Enterprise Mode for Microsoft Edge
|
||||||
@ -55,5 +55,3 @@ You can build and manage your Enterprise Mode Site List is by using any generic
|
|||||||
|
|
||||||
|
|
||||||
### Add multiple sites to the site list
|
### Add multiple sites to the site list
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
---
|
||||||
|
ms.date: 07/17/2018
|
||||||
|
---
|
||||||
Before you can use a site list with Enterprise Mode, you must turn the functionality on and set up the system for centralized control. By allowing
|
Before you can use a site list with Enterprise Mode, you must turn the functionality on and set up the system for centralized control. By allowing
|
||||||
centralized control, you can create one global list of websites that render using Enterprise Mode. Approximately 65 seconds after Internet Explorer 11 starts, it looks for a properly formatted site list. If a new site list if found, with a different version number than the active list, IE11 loads and uses the newer version. After the initial check, IE11 won’t look for an updated list again until you restart the browser.
|
centralized control, you can create one global list of websites that render using Enterprise Mode. Approximately 65 seconds after Internet Explorer 11 starts, it looks for a properly formatted site list. If a new site list if found, with a different version number than the active list, IE11 loads and uses the newer version. After the initial check, IE11 won’t look for an updated list again until you restart the browser.
|
||||||
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
---
|
||||||
|
ms.date: 07/17/2018
|
||||||
|
---
|
||||||
## What is Enterprise Mode?
|
## What is Enterprise Mode?
|
||||||
Enterprise Mode, a compatibility mode that runs on Internet Explorer 11 on Windows 10, Windows 8.1, and Windows 7 devices, lets websites render using a modified browser configuration that’s designed to emulate either Windows Internet Explorer 7 or Windows Internet Explorer 8. Running in this mode helps to avoid many of the common compatibility problems associated with web apps written and tested on older versions of Internet Explorer.
|
Enterprise Mode, a compatibility mode that runs on Internet Explorer 11 on Windows 10, Windows 8.1, and Windows 7 devices, lets websites render using a modified browser configuration that’s designed to emulate either Windows Internet Explorer 7 or Windows Internet Explorer 8. Running in this mode helps to avoid many of the common compatibility problems associated with web apps written and tested on older versions of Internet Explorer.
|
||||||
|
|
||||||
|
@ -35,4 +35,4 @@ ms.topic: include
|
|||||||
- [Web Application Compatibility Lab Kit for Internet Explorer 11](https://technet.microsoft.com/browser/mt612809.aspx)
|
- [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)
|
- [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)
|
||||||
- [Fix web compatibility issues using document modes and the Enterprise Mode site list](https://docs.microsoft.com/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list)
|
- [Fix web compatibility issues using document modes and the Enterprise Mode site list](/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list)
|
||||||
|
@ -24,14 +24,13 @@
|
|||||||
],
|
],
|
||||||
"globalMetadata": {
|
"globalMetadata": {
|
||||||
"recommendations": true,
|
"recommendations": true,
|
||||||
|
"adobe-target": true,
|
||||||
|
"ms.collection": [
|
||||||
|
"tier3"
|
||||||
|
],
|
||||||
"breadcrumb_path": "/internet-explorer/breadcrumb/toc.json",
|
"breadcrumb_path": "/internet-explorer/breadcrumb/toc.json",
|
||||||
"ROBOTS": "INDEX, FOLLOW",
|
"ROBOTS": "INDEX, FOLLOW",
|
||||||
"audience": "ITPro",
|
|
||||||
"ms.technology": "internet-explorer",
|
|
||||||
"ms.prod": "ie11",
|
|
||||||
"ms.topic": "article",
|
"ms.topic": "article",
|
||||||
"manager": "laurawi",
|
|
||||||
"ms.date": "04/05/2017",
|
|
||||||
"feedback_system": "None",
|
"feedback_system": "None",
|
||||||
"hideEdit": true,
|
"hideEdit": true,
|
||||||
"_op_documentIdPathDepotMapping": {
|
"_op_documentIdPathDepotMapping": {
|
||||||
@ -48,7 +47,8 @@
|
|||||||
"claydetels19",
|
"claydetels19",
|
||||||
"jborsecnik",
|
"jborsecnik",
|
||||||
"tiburd",
|
"tiburd",
|
||||||
"garycentric"
|
"garycentric",
|
||||||
|
"beccarobins"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"externalReference": [],
|
"externalReference": [],
|
||||||
|
@ -91,7 +91,7 @@ The following is an example of what your XML file should look like when you’re
|
|||||||
```
|
```
|
||||||
In the above example, the following is true:
|
In the above example, the following is true:
|
||||||
|
|
||||||
- www.cpandl.com, as the main domain, must use IE8 Enterprise Mode. However, www.cpandl.com/images must use IE7 Enterprise Mode.
|
- ```www.cpandl.com```, as the main domain, must use IE8 Enterprise Mode. However, ```www.cpandl.com/images``` must use IE7 Enterprise Mode.
|
||||||
|
|
||||||
- contoso.com, and all of its domain paths, can use the default compatibility mode for the site.
|
- contoso.com, and all of its domain paths, can use the default compatibility mode for the site.
|
||||||
|
|
||||||
|
@ -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)
|
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.
|
description: This topic lists new and updated topics in the Internet Explorer 11 Deployment Guide documentation for Windows 10.
|
||||||
ms.mktglfcycl: deploy
|
ms.mktglfcycl: deploy
|
||||||
ms.prod: ie11
|
ms.prod: windows-client
|
||||||
ms.sitesec: library
|
ms.sitesec: library
|
||||||
author: dansimp
|
author: dansimp
|
||||||
ms.date: 07/27/2017
|
ms.date: 07/27/2017
|
||||||
|
@ -29,7 +29,7 @@ Before you install Internet Explorer 11, you should:
|
|||||||
|
|
||||||
- **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.
|
- **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](/previous-versions/system-center/system-center-2012-R2/gg682129(v=technet.10)), [System Center Essentials 2010](https://go.microsoft.com/fwlink/p/?LinkId=395200), [Windows Server Update Services](/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/hh852345(v=ws.11)), and [Microsoft Intune Overview](https://www.microsoft.com/cloud-platform/microsoft-intune).
|
- **Existing computers running Windows.** Use 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 [Configuration Manager](/previous-versions/system-center/system-center-2012-R2/gg682129(v=technet.10)), [System Center Essentials 2010](https://go.microsoft.com/fwlink/p/?LinkId=395200), [Windows Server Update Services](/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/hh852345(v=ws.11)), and [Microsoft Intune Overview](https://www.microsoft.com/cloud-platform/microsoft-intune).
|
||||||
|
|
||||||
- **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](/previous-versions/windows/it-pro/windows-8.1-and-8/hh825251(v=win.10)). For general information about deploying IE, see [Microsoft Deployment Toolkit (MDT)](/mem/configmgr/mdt/), [Windows ADK Overview](/previous-versions/windows/it-pro/windows-8.1-and-8/hh825486(v=win.10)).
|
- **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](/previous-versions/windows/it-pro/windows-8.1-and-8/hh825251(v=win.10)). For general information about deploying IE, see [Microsoft Deployment Toolkit (MDT)](/mem/configmgr/mdt/), [Windows ADK Overview](/previous-versions/windows/it-pro/windows-8.1-and-8/hh825486(v=win.10)).
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ ms.localizationpriority: medium
|
|||||||
ms.mktglfcycl: deploy
|
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.
|
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
|
author: dansimp
|
||||||
ms.prod: ie11
|
ms.prod: windows-client
|
||||||
ms.assetid: a145e80f-eb62-4116-82c4-3cc35fd064b6
|
ms.assetid: a145e80f-eb62-4116-82c4-3cc35fd064b6
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
audience: itpro
|
audience: itpro
|
||||||
@ -142,7 +142,7 @@ Before you can start to collect your data, you must run the provided PowerShell
|
|||||||
-OR-
|
-OR-
|
||||||
- Collect your hardware inventory using the MOF Editor with a .MOF import file.<p>
|
- Collect your hardware inventory using the MOF Editor with a .MOF import file.<p>
|
||||||
-OR-
|
-OR-
|
||||||
- Collect your hardware inventory using the SMS\DEF.MOF file (System Center Configuration Manager 2007 only)
|
- Collect your hardware inventory using the SMS\DEF.MOF file (Configuration Manager 2007 only)
|
||||||
|
|
||||||
### WMI only: Running the PowerShell script to compile the .MOF file and to update security privileges
|
### 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.
|
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.
|
||||||
@ -239,7 +239,7 @@ After you’ve collected your data, you’ll need to get the local files off of
|
|||||||
-OR-
|
-OR-
|
||||||
- Collect your hardware inventory using the MOF Editor with a .MOF import file.<p>
|
- Collect your hardware inventory using the MOF Editor with a .MOF import file.<p>
|
||||||
-OR-
|
-OR-
|
||||||
- Collect your hardware inventory using the SMS\DEF.MOF file (System Center Configuration Manager 2007 only)
|
- Collect your hardware inventory using the SMS\DEF.MOF file (Configuration Manager 2007 only)
|
||||||
|
|
||||||
### Collect your hardware inventory using the MOF Editor while connected to a client device
|
### 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.
|
You can collect your hardware inventory using the MOF Editor, while you’re connected to your client devices.
|
||||||
@ -281,8 +281,8 @@ You can collect your hardware inventory using the MOF Editor and a .MOF import f
|
|||||||
4. Click **OK** to close the default windows.<br>
|
4. Click **OK** to close the default windows.<br>
|
||||||
Your environment is now ready to collect your hardware inventory and review the sample reports.
|
Your environment is now ready to collect your hardware inventory and review the sample reports.
|
||||||
|
|
||||||
### Collect your hardware inventory using the SMS\DEF.MOF file (System Center Configuration Manager 2007 only)
|
### Collect your hardware inventory using the SMS\DEF.MOF file (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.
|
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 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**
|
||||||
|
|
||||||
@ -356,14 +356,14 @@ You can collect your hardware inventory using the using the Systems Management S
|
|||||||
Your environment is now ready to collect your hardware inventory and review the sample reports.
|
Your environment is now ready to collect your hardware inventory and review the sample reports.
|
||||||
|
|
||||||
## View the sample reports with your collected data
|
## 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.
|
The sample reports, **Configuration Manager Report Sample – ActiveX.rdl** and **Configuration Manager Report Sample – Site Discovery.rdl**, work with System Center 2012, so you can review your collected data.
|
||||||
|
|
||||||
### SCCM Report Sample – ActiveX.rdl
|
### Configuration Manager Report Sample – ActiveX.rdl
|
||||||
Gives you a list of all of the ActiveX-related sites visited by the client computer.
|
Gives you a list of all of the ActiveX-related sites visited by the client computer.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### SCCM Report Sample – Site Discovery.rdl
|
### Configuration Manager Report Sample – Site Discovery.rdl
|
||||||
Gives you a list of all of the sites visited by the client computer.
|
Gives you a list of all of the sites visited by the client computer.
|
||||||
|
|
||||||

|

|
||||||
|
@ -3,7 +3,7 @@ ms.localizationpriority: medium
|
|||||||
ms.mktglfcycl: deploy
|
ms.mktglfcycl: deploy
|
||||||
description: Customize Internet Explorer 11 installation packages
|
description: Customize Internet Explorer 11 installation packages
|
||||||
author: dansimp
|
author: dansimp
|
||||||
ms.prod: ie11
|
ms.prod: windows-client
|
||||||
ms.assetid: 10a14a09-673b-4f8b-8d12-64036135e7fd
|
ms.assetid: 10a14a09-673b-4f8b-8d12-64036135e7fd
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
audience: itpro
|
audience: itpro
|
||||||
|
@ -21,7 +21,7 @@ ms.date: 07/27/2017
|
|||||||
|
|
||||||
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:
|
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](/previous-versions/system-center/system-center-2012-R2/gg682129(v=technet.10)).
|
- **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 [Configuration Manager](/previous-versions/system-center/system-center-2012-R2/gg682129(v=technet.10)).
|
||||||
|
|
||||||
- **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](/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/hh852345(v=ws.11)).
|
- **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](/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/hh852345(v=ws.11)).
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ ms.localizationpriority: medium
|
|||||||
ms.mktglfcycl: deploy
|
ms.mktglfcycl: deploy
|
||||||
description: You can pin websites to the Windows 8.1 taskbar for quick access using the Microsoft Deployment Toolkit (MDT) 2013.
|
description: You can pin websites to the Windows 8.1 taskbar for quick access using the Microsoft Deployment Toolkit (MDT) 2013.
|
||||||
author: dansimp
|
author: dansimp
|
||||||
ms.prod: ie11
|
ms.prod: windows-client
|
||||||
ms.assetid: 24f4dcac-9032-4fe8-bf6d-2d712d61cb0c
|
ms.assetid: 24f4dcac-9032-4fe8-bf6d-2d712d61cb0c
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
audience: itpro
|
audience: itpro
|
||||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
|||||||
ms.pagetype: security
|
ms.pagetype: security
|
||||||
description: Enhanced Protected Mode problems with Internet Explorer
|
description: Enhanced Protected Mode problems with Internet Explorer
|
||||||
author: dansimp
|
author: dansimp
|
||||||
ms.prod: ie11
|
ms.prod: windows-client
|
||||||
ms.assetid: 15890ad1-733d-4f7e-a318-10399b389f45
|
ms.assetid: 15890ad1-733d-4f7e-a318-10399b389f45
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
audience: itpro
|
audience: itpro
|
||||||
|
@ -35,7 +35,7 @@ If you don't want to use the Enterprise Mode Site List Manager, you also have th
|
|||||||
The following is an example of the Enterprise Mode schema v.1. This schema can run on devices running Windows 7 and Windows 8.1.
|
The following is an example of the Enterprise Mode schema v.1. This schema can run on devices running Windows 7 and Windows 8.1.
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> Make sure that you don't specify a protocol when adding your URLs. Using a URL like `<domain>contoso.com</domain>` automatically applies to both http://contoso.com and https://contoso.com.
|
> Make sure that you don't specify a protocol when adding your URLs. Using a URL like `<domain>contoso.com</domain>` automatically applies to both `http://contoso.com` and `https://contoso.com`.
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<rules version="1">
|
<rules version="1">
|
||||||
@ -71,7 +71,7 @@ This table includes the elements used by the Enterprise Mode schema.
|
|||||||
|<emie> |The parent node for the Enterprise Mode section of the schema. All <domain> entries will have either IE8 Enterprise Mode or IE7 Enterprise Mode applied. <br> **Example** <pre class="syntax"><rules version="205"> <br> <emie> <br> <domain>contoso.com</domain> <br> </emie><br></rules> <br> </pre><p> **or** <br> For IPv6 ranges: <pre class="syntax"><br><rules version="205"> <br> <emie> <br> <domain>[10.122.34.99]:8080</domain> <br> </emie><br></rules> </pre><p> <br> **or**<br> For IPv4 ranges:<pre class="syntax"><rules version="205"> <br> <emie> <br> <domain>[10.122.34.99]:8080</domain> <br> </emie><br></rules> | Internet Explorer 11 and Microsoft Edge |
|
|<emie> |The parent node for the Enterprise Mode section of the schema. All <domain> entries will have either IE8 Enterprise Mode or IE7 Enterprise Mode applied. <br> **Example** <pre class="syntax"><rules version="205"> <br> <emie> <br> <domain>contoso.com</domain> <br> </emie><br></rules> <br> </pre><p> **or** <br> For IPv6 ranges: <pre class="syntax"><br><rules version="205"> <br> <emie> <br> <domain>[10.122.34.99]:8080</domain> <br> </emie><br></rules> </pre><p> <br> **or**<br> For IPv4 ranges:<pre class="syntax"><rules version="205"> <br> <emie> <br> <domain>[10.122.34.99]:8080</domain> <br> </emie><br></rules> | Internet Explorer 11 and Microsoft Edge |
|
||||||
|<docMode> |The parent node for the document mode section of the section. All <domain> entries will get IE5 - IE11 document modes applied. If there's a <domain> element in the docMode section that uses the same value as a <domain> element in the emie section, the emie element is applied. <br> **Example** <pre class="syntax"> <br/><rules version="205"> <br> <docmode> <br> <domain docMode="7">contoso.com</domain> <br> </docmode><br></rules> |Internet Explorer 11 |
|
|<docMode> |The parent node for the document mode section of the section. All <domain> entries will get IE5 - IE11 document modes applied. If there's a <domain> element in the docMode section that uses the same value as a <domain> element in the emie section, the emie element is applied. <br> **Example** <pre class="syntax"> <br/><rules version="205"> <br> <docmode> <br> <domain docMode="7">contoso.com</domain> <br> </docmode><br></rules> |Internet Explorer 11 |
|
||||||
|<domain> |A unique entry added for each site you want to put on the Enterprise Mode site list. The first <domain> element will overrule any additional <domain> elements that use the same value for the section. You can use port numbers for this element. <br> **Example** <pre class="syntax"> <br/><emie> <br> <domain>contoso.com:8080</domain><br></emie> |Internet Explorer 11 and Microsoft Edge |
|
|<domain> |A unique entry added for each site you want to put on the Enterprise Mode site list. The first <domain> element will overrule any additional <domain> elements that use the same value for the section. You can use port numbers for this element. <br> **Example** <pre class="syntax"> <br/><emie> <br> <domain>contoso.com:8080</domain><br></emie> |Internet Explorer 11 and Microsoft Edge |
|
||||||
|<path> |A unique entry added for each path under a domain you want to put on the Enterprise Mode site list. The <path> element is a child of the <domain> element. Additionally, the first <path> element will overrule any additional <path> elements in the schema section.<br> **Example** <pre class="syntax"> <br/><emie> <br> <domain exclude="true">fabrikam.com <br> <path exclude="false">/products</path><br> </domain><br></emie></pre><p> <br> Where [https://fabrikam.com](https://fabrikam.com) doesn't use IE8 Enterprise Mode, but [https://fabrikam.com/products](https://fabrikam.com/products) does. |Internet Explorer 11 and Microsoft Edge |
|
|<path> |A unique entry added for each path under a domain you want to put on the Enterprise Mode site list. The <path> element is a child of the <domain> element. Additionally, the first <path> element will overrule any additional <path> elements in the schema section.<br> **Example** <pre class="syntax"> <br/><emie> <br> <domain exclude="true">fabrikam.com <br> <path exclude="false">/products</path><br> </domain><br></emie></pre><p> <br> Where `https://fabrikam.com` doesn't use IE8 Enterprise Mode, but `https://fabrikam.com/products` does. |Internet Explorer 11 and Microsoft Edge |
|
||||||
|
|
||||||
### Schema attributes
|
### Schema attributes
|
||||||
This table includes the attributes used by the Enterprise Mode schema.
|
This table includes the attributes used by the Enterprise Mode schema.
|
||||||
@ -79,10 +79,10 @@ This table includes the attributes used by the Enterprise Mode schema.
|
|||||||
|Attribute|Description|Supported browser|
|
|Attribute|Description|Supported browser|
|
||||||
|--- |--- |--- |
|
|--- |--- |--- |
|
||||||
|version|Specifies the version of the Enterprise Mode Site List. This attribute is supported for the <rules> element.|Internet Explorer 11 and Microsoft Edge|
|
|version|Specifies the version of the Enterprise Mode Site List. This attribute is supported for the <rules> element.|Internet Explorer 11 and Microsoft Edge|
|
||||||
|exclude|Specifies the domain or path that is excluded from getting the behavior applied. This attribute is supported on the <domain> and <path> elements.<br> **Example** <pre class="syntax"><emie><br> <domain exclude="false">fabrikam.com <br> <path exclude="true">/products</path><br> </domain><br></emie> </pre><p> Where [https://fabrikam.com](https://fabrikam.com) doesn't use IE8 Enterprise Mode, but [https://fabrikam.com/products](https://fabrikam.com/products) does.|Internet Explorer 11 and Microsoft Edge|
|
|exclude|Specifies the domain or path that is excluded from getting the behavior applied. This attribute is supported on the <domain> and <path> elements.<br> **Example** <pre class="syntax"><emie><br> <domain exclude="false">fabrikam.com <br> <path exclude="true">/products</path><br> </domain><br></emie> </pre><p> Where `https://fabrikam.com` doesn't use IE8 Enterprise Mode, but `https://fabrikam.com/products` does.|Internet Explorer 11 and Microsoft Edge|
|
||||||
|docMode|Specifies the document mode to apply. This attribute is only supported on <domain> or <path>elements in the <docMode> section.<br> **Example**<pre class="syntax"><docMode> <br> <domain exclude="false">fabrikam.com <br> <path docMode="9">/products</path><br> </domain><br></docMode>|Internet Explorer 11|
|
|docMode|Specifies the document mode to apply. This attribute is only supported on <domain> or <path>elements in the <docMode> section.<br> **Example**<pre class="syntax"><docMode> <br> <domain exclude="false">fabrikam.com <br> <path docMode="9">/products</path><br> </domain><br></docMode>|Internet Explorer 11|
|
||||||
|doNotTransition| Specifies that the page should load in the current browser, otherwise it will open in IE11. This attribute is supported on all <domain> or <path> elements. If this attribute is absent, it defaults to false.<br> **Example**<pre class="syntax"><emie><br> <domain doNotTransition="false">fabrikam.com <br> <path doNotTransition="true">/products</path><br> </domain><br></emie></pre><p>Where [https://fabrikam.com](https://fabrikam.com) opens in the IE11 browser, but [https://fabrikam.com/products](https://fabrikam.com/products) loads in the current browser (eg. Microsoft Edge)|Internet Explorer 11 and Microsoft Edge|
|
|doNotTransition| Specifies that the page should load in the current browser, otherwise it will open in IE11. This attribute is supported on all <domain> or <path> elements. If this attribute is absent, it defaults to false.<br> **Example**<pre class="syntax"><emie><br> <domain doNotTransition="false">fabrikam.com <br> <path doNotTransition="true">/products</path><br> </domain><br></emie></pre><p>Where `https://fabrikam.com` opens in the IE11 browser, but `https://fabrikam.com/products` loads in the current browser (eg. Microsoft Edge)|Internet Explorer 11 and Microsoft Edge|
|
||||||
|forceCompatView|Specifies that the page should load in IE7 document mode (Compat View). This attribute is only supported on <domain> or <path> elements in the <emie> section. If the page is also configured to load in Enterprise Mode, it will load in IE7 Enterprise Mode. Otherwise (exclude="true"), it will load in IE11's IE7 document mode. If this attribute is absent, it defaults to false. <br> **Example**<pre class="syntax"><emie><br> <domain exclude="true">fabrikam.com <br> <path forcecompatview="true">/products</path><br> </domain><br></emie></pre><p>Where [https://fabrikam.com](https://fabrikam.com) does not use Enterprise Mode, but [https://fabrikam.com/products](https://fabrikam.com/products) uses IE7 Enterprise Mode.|Internet Explorer 11|
|
|forceCompatView|Specifies that the page should load in IE7 document mode (Compat View). This attribute is only supported on <domain> or <path> elements in the <emie> section. If the page is also configured to load in Enterprise Mode, it will load in IE7 Enterprise Mode. Otherwise (exclude="true"), it will load in IE11's IE7 document mode. If this attribute is absent, it defaults to false. <br> **Example**<pre class="syntax"><emie><br> <domain exclude="true">fabrikam.com <br> <path forcecompatview="true">/products</path><br> </domain><br></emie></pre><p>Where `https://fabrikam.com` does not use Enterprise Mode, but `https://fabrikam.com/products` uses IE7 Enterprise Mode.|Internet Explorer 11|
|
||||||
|
|
||||||
### Using Enterprise Mode and document mode together
|
### Using Enterprise Mode and document mode together
|
||||||
If you want to use both Enterprise Mode and document mode together, you need to be aware that <emie> entries override <docMode> entries for the same domain.
|
If you want to use both Enterprise Mode and document mode together, you need to be aware that <emie> entries override <docMode> entries for the same domain.
|
||||||
|
@ -45,7 +45,7 @@ You can continue to use the v.1 version of the schema on Windows 10, but you wo
|
|||||||
The following is an example of the v.2 version of the Enterprise Mode schema.
|
The following is an example of the v.2 version of the Enterprise Mode schema.
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> Make sure that you don't specify a protocol when adding your URLs. Using a URL like `<url="contoso.com">`, automatically applies to both http://contoso.com and https://contoso.com.
|
> Make sure that you don't specify a protocol when adding your URLs. Using a URL like `<url="contoso.com">`, automatically applies to both `http://contoso.com` and `https://contoso.com`.
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<site-list version="205">
|
<site-list version="205">
|
||||||
@ -109,9 +109,9 @@ The <url> attribute, as part of the <site> element in the v.2 versio
|
|||||||
|
|
||||||
|Attribute|Description|Supported browser|
|
|Attribute|Description|Supported browser|
|
||||||
|---------|---------|---------|
|
|---------|---------|---------|
|
||||||
|allow-redirect|A boolean attribute of the <open-in> element that controls the behavior for redirected sites. Setting this attribute to "true" indicates that the site will open in IE11 or Microsoft Edge even if the site is navigated to as part of a HTTP or meta refresh redirection chain. Omitting the attribute is equivalent to "false" (sites in redirect chain will not open in another browser).<br>**Example**<pre class="syntax"><site url="contoso.com/travel"><br> <open-in allow-redirect="true">IE11 </open-in><br></site></pre> In this example, if [https://contoso.com/travel](https://contoso.com/travel) is encountered in a redirect chain in Microsoft Edge, it will be opened in Internet Explorer. <li>| Internet Explorer 11 and Microsoft Edge|
|
|allow-redirect|A boolean attribute of the <open-in> element that controls the behavior for redirected sites. Setting this attribute to "true" indicates that the site will open in IE11 or Microsoft Edge even if the site is navigated to as part of a HTTP or meta refresh redirection chain. Omitting the attribute is equivalent to "false" (sites in redirect chain will not open in another browser).<br>**Example**<pre class="syntax"><site url="contoso.com/travel"><br> <open-in allow-redirect="true">IE11 </open-in><br></site></pre> In this example, if `https://contoso.com/travel` is encountered in a redirect chain in Microsoft Edge, it will be opened in Internet Explorer. | Internet Explorer 11 and Microsoft Edge|
|
||||||
|version |Specifies the version of the Enterprise Mode Site List. This attribute is supported for the <site-list> element. | Internet Explorer 11 and Microsoft Edge|
|
|version |Specifies the version of the Enterprise Mode Site List. This attribute is supported for the <site-list> element. | Internet Explorer 11 and Microsoft Edge|
|
||||||
|url|Specifies the URL (and port number using standard port conventions) to which the child elements apply. The URL can be a domain, sub-domain, or any path URL.<br> **Note**<br> Make sure that you don't specify a protocol. Using <site url="contoso.com"> applies to both [https://contoso.com](https://contoso.com) and [https://contoso.com](https://contoso.com). <br> **Example**<pre class="syntax"><site url="contoso.com:8080"><br> <compat-mode>IE8Enterprise</compat-mode> <br> <open-in>IE11</open-in><br></site></pre>In this example, going to [https://contoso.com:8080](https://contoso.com:8080) using Microsoft Edge, causes the site to open in IE11 and load in IE8 Enterprise Mode. | Internet Explorer 11 and Microsoft Edge|
|
|url|Specifies the URL (and port number using standard port conventions) to which the child elements apply. The URL can be a domain, sub-domain, or any path URL.<br> **Note**<br> Make sure that you don't specify a protocol. Using <site url="contoso.com"> applies to both `http://contoso.com` and `https://contoso.com`. <br> **Example**<pre class="syntax"><site url="contoso.com:8080"><br> <compat-mode>IE8Enterprise</compat-mode> <br> <open-in>IE11</open-in><br></site></pre>In this example, going to `https://contoso.com:8080` using Microsoft Edge, causes the site to open in IE11 and load in IE8 Enterprise Mode. | Internet Explorer 11 and Microsoft Edge|
|
||||||
|
|
||||||
### Deprecated attributes
|
### Deprecated attributes
|
||||||
These v.1 version schema attributes have been deprecated in the v.2 version of the schema:
|
These v.1 version schema attributes have been deprecated in the v.2 version of the schema:
|
||||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
|||||||
ms.pagetype: appcompat
|
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.
|
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
|
author: dansimp
|
||||||
ms.prod: ie11
|
ms.prod: windows-client
|
||||||
ms.assetid: 9ee7c13d-6fca-4446-bc22-d23a0213a95d
|
ms.assetid: 9ee7c13d-6fca-4446-bc22-d23a0213a95d
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
audience: itpro
|
audience: itpro
|
||||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
|||||||
ms.pagetype: security
|
ms.pagetype: security
|
||||||
description: Overview about Group Policy, the Group Policy Management Console (GPMC), and Internet Explorer 11
|
description: Overview about Group Policy, the Group Policy Management Console (GPMC), and Internet Explorer 11
|
||||||
author: dansimp
|
author: dansimp
|
||||||
ms.prod: ie11
|
ms.prod: windows-client
|
||||||
ms.assetid: ae3d227d-3da7-46b8-8a61-c71bfeae0c63
|
ms.assetid: ae3d227d-3da7-46b8-8a61-c71bfeae0c63
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
audience: itpro
|
audience: itpro
|
||||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
|||||||
ms.pagetype: security
|
ms.pagetype: security
|
||||||
description: Overview of the available Group Policy management tools
|
description: Overview of the available Group Policy management tools
|
||||||
author: dansimp
|
author: dansimp
|
||||||
ms.prod: ie11
|
ms.prod: windows-client
|
||||||
ms.assetid: e33bbfeb-6b80-4e71-8bba-1d0369a87312
|
ms.assetid: e33bbfeb-6b80-4e71-8bba-1d0369a87312
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
audience: itpro
|
audience: itpro
|
||||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
|||||||
ms.pagetype: security
|
ms.pagetype: security
|
||||||
description: Overview about how Group Policy works with Windows Powershell and Internet Explorer 11
|
description: Overview about how Group Policy works with Windows Powershell and Internet Explorer 11
|
||||||
author: dansimp
|
author: dansimp
|
||||||
ms.prod: ie11
|
ms.prod: windows-client
|
||||||
ms.assetid: e3607cde-a498-4e04-9daa-b331412967fc
|
ms.assetid: e3607cde-a498-4e04-9daa-b331412967fc
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
audience: itpro
|
audience: itpro
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
ms.mktglfcycl: support
|
ms.mktglfcycl: support
|
||||||
ms.pagetype: security
|
ms.pagetype: security
|
||||||
description:
|
description: A high-level overview of the delivery process and your options to control deployment of Internet Explorer through automatic updates.
|
||||||
author: dansimp
|
author: dansimp
|
||||||
ms.author: dansimp
|
ms.author: dansimp
|
||||||
ms.manager: dansimp
|
ms.manager: dansimp
|
||||||
@ -57,16 +57,16 @@ If you use Automatic Updates in your company, but want to stop your users from a
|
|||||||
> The toolkit won't stop users with local administrator accounts from manually installing Internet Explorer 11. Using this toolkit also prevents your users from receiving automatic upgrades from Internet Explorer 8, Internet Explorer 9, or Internet Explorer 10 to Internet Explorer 11. For more information, see the [Internet Explorer 11 Blocker Toolkit frequently asked questions](../ie11-faq/faq-ie11-blocker-toolkit.yml).
|
> The toolkit won't stop users with local administrator accounts from manually installing Internet Explorer 11. Using this toolkit also prevents your users from receiving automatic upgrades from Internet Explorer 8, Internet Explorer 9, or Internet Explorer 10 to Internet Explorer 11. For more information, see the [Internet Explorer 11 Blocker Toolkit frequently asked questions](../ie11-faq/faq-ie11-blocker-toolkit.yml).
|
||||||
|
|
||||||
- **Use an update management solution to control update deployment.**
|
- **Use an update management solution to control update deployment.**
|
||||||
If you already use an update management solution, like [Windows Server Update Services (WSUS)](/windows-server/administration/windows-server-update-services/get-started/windows-server-update-services-wsus) or the more advanced [Microsoft Endpoint Configuration Manager](/previous-versions/system-center/system-center-2012-R2/gg682129(v=technet.10)), you should use that instead of the Internet Explorer Blocker Toolkit.
|
If you already use an update management solution, like [Windows Server Update Services (WSUS)](/windows-server/administration/windows-server-update-services/get-started/windows-server-update-services-wsus) or the more advanced [Microsoft Configuration Manager](/previous-versions/system-center/system-center-2012-R2/gg682129(v=technet.10)), you should use that instead of the Internet Explorer Blocker Toolkit.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> If you use WSUS to manage updates, and Update Rollups are configured for automatic installation, Internet Explorer will automatically install throughout your company. This scenario is discussed in detail in the Knowledge Base article [here](https://support.microsoft.com/kb/946202).
|
> If you use WSUS to manage updates, and Update Rollups are configured for automatic installation, Internet Explorer will automatically install throughout your company.
|
||||||
|
|
||||||
Additional information on Internet Explorer 11, including a Readiness Toolkit, technical overview, in-depth feature summary, and Internet Explorer 11 download is available on the [Internet Explorer 11 page of the Microsoft Edge IT Center](https://technet.microsoft.com/microsoft-edge/dn262703.aspx).
|
Additional information on Internet Explorer 11, including a Readiness Toolkit, technical overview, in-depth feature summary, and Internet Explorer 11 download is available on the [Internet Explorer 11 page of the Microsoft Edge IT Center](https://technet.microsoft.com/microsoft-edge/dn262703.aspx).
|
||||||
|
|
||||||
## Availability of Internet Explorer 11
|
## Availability of Internet Explorer 11
|
||||||
|
|
||||||
Automatic Updates will start to distribute Internet Explorer 11 shortly after the final release of the product and will distribute it through the Microsoft Endpoint Manager and WSUS.
|
Automatic Updates will start to distribute Internet Explorer 11 shortly after the final release of the product and will distribute it through the Microsoft Configuration Manager and WSUS.
|
||||||
|
|
||||||
## Prevent automatic installation of Internet Explorer 11 with WSUS
|
## Prevent automatic installation of Internet Explorer 11 with WSUS
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@ ms.reviewer:
|
|||||||
audience: itpro
|
audience: itpro
|
||||||
manager: dansimp
|
manager: dansimp
|
||||||
ms.author: dansimp
|
ms.author: dansimp
|
||||||
|
ms.prod: ie11
|
||||||
---
|
---
|
||||||
|
|
||||||
# Full-sized flowchart detailing how document modes are chosen in IE11
|
# Full-sized flowchart detailing how document modes are chosen in IE11
|
||||||
|
@ -3,12 +3,13 @@ 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.
|
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
|
author: dansimp
|
||||||
ms.author: dansimp
|
ms.author: dansimp
|
||||||
ms.prod: ie11
|
ms.prod: windows-client
|
||||||
ms.assetid: bddc2d97-c38d-45c5-9588-1f5bbff2e9c3
|
ms.assetid: bddc2d97-c38d-45c5-9588-1f5bbff2e9c3
|
||||||
title: Internet Explorer 11 (IE11) - Deployment Guide for IT Pros (Internet Explorer 11 for IT Pros)
|
title: Internet Explorer 11 (IE11) - Deployment Guide for IT Pros (Internet Explorer 11 for IT Pros)
|
||||||
ms.sitesec: library
|
ms.sitesec: library
|
||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
manager: dansimp
|
manager: dansimp
|
||||||
|
ms.date: 02/24/2016
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ For more info about this, see [Deploy and configure apps](/mem/intune/).
|
|||||||
|
|
||||||
2. Any employee in the assigned group can now install the package.
|
2. Any employee in the assigned group can now install the package.
|
||||||
|
|
||||||
For more info about this, see [Update apps using Microsoft Intune](https://go.microsoft.com/fwlink/p/?LinkId=301808)
|
For more info about this, see [Update apps using Microsoft Intune](/mem/intune/apps/apps-windows-10-app-deploy)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
|||||||
ms.pagetype: appcompat
|
ms.pagetype: appcompat
|
||||||
description: How to install the Internet Explorer 11 update using System Center 2012 R2 Configuration Manager
|
description: How to install the Internet Explorer 11 update using System Center 2012 R2 Configuration Manager
|
||||||
author: dansimp
|
author: dansimp
|
||||||
ms.prod: ie11
|
ms.prod: windows-client
|
||||||
ms.assetid: 9ede9722-29b3-4cb7-956d-ffa91e7bedbd
|
ms.assetid: 9ede9722-29b3-4cb7-956d-ffa91e7bedbd
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
audience: itpro
|
audience: itpro
|
||||||
|
@ -3,7 +3,7 @@ ms.localizationpriority: medium
|
|||||||
ms.mktglfcycl: deploy
|
ms.mktglfcycl: deploy
|
||||||
description: How to fix potential installation problems with Internet Explorer 11
|
description: How to fix potential installation problems with Internet Explorer 11
|
||||||
author: dansimp
|
author: dansimp
|
||||||
ms.prod: ie11
|
ms.prod: windows-client
|
||||||
ms.assetid: 3ae77745-86ac-40a9-a37d-eebbf37661a3
|
ms.assetid: 3ae77745-86ac-40a9-a37d-eebbf37661a3
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
audience: itpro
|
audience: itpro
|
||||||
|
@ -3,7 +3,7 @@ ms.localizationpriority: medium
|
|||||||
ms.mktglfcycl: support
|
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.
|
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.
|
||||||
author: dansimp
|
author: dansimp
|
||||||
ms.prod: ie11
|
ms.prod: windows-client
|
||||||
ms.assetid: 501c96c9-9f03-4913-9f4b-f67bd9edbb61
|
ms.assetid: 501c96c9-9f03-4913-9f4b-f67bd9edbb61
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
audience: itpro
|
audience: itpro
|
||||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
|||||||
ms.pagetype: security
|
ms.pagetype: security
|
||||||
description: New group policy settings for Internet Explorer 11
|
description: New group policy settings for Internet Explorer 11
|
||||||
author: dansimp
|
author: dansimp
|
||||||
ms.prod: ie11
|
ms.prod: windows-client
|
||||||
ms.assetid: 669cc1a6-e2cb-403f-aa31-c1de52a615d1
|
ms.assetid: 669cc1a6-e2cb-403f-aa31-c1de52a615d1
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
audience: itpro
|
audience: itpro
|
||||||
@ -50,7 +50,7 @@ Internet Explorer 11 gives you some new Group Policy settings to help you manage
|
|||||||
| Turn off the ability to launch report site problems using a menu option | Administrative Templates\Windows Components\Internet Explorer\Browser menus | Internet Explorer 11 | This policy setting allows you to manage whether users can start the **eport Site Problems** dialog box from the **Internet Explorer** settings area or from the **Tools** menu.<p>If you enable this policy setting, users won’t be able to start the **Report Site Problems** dialog box from the Internet Explorer settings or the Tools menu.<p>If you disable or don’t configure this policy setting, users will be able to start the **Report Site Problems** dialog box from the **Internet Explorer** settings area or from the **Tools** menu. |
|
| Turn off the ability to launch report site problems using a menu option | Administrative Templates\Windows Components\Internet Explorer\Browser menus | Internet Explorer 11 | This policy setting allows you to manage whether users can start the **eport Site Problems** dialog box from the **Internet Explorer** settings area or from the **Tools** menu.<p>If you enable this policy setting, users won’t be able to start the **Report Site Problems** dialog box from the Internet Explorer settings or the Tools menu.<p>If you disable or don’t configure this policy setting, users will be able to start the **Report Site Problems** dialog box from the **Internet Explorer** settings area or from the **Tools** menu. |
|
||||||
| Turn off the flip ahead with page prediction feature | Administrative Templates\Windows Components\Internet Explorer\Internet Control Panel\Advanced Page | At least Internet Explorer 10 on Windows 8 | This policy setting determines whether a user can swipe across a screen or click Forward to go to the next pre-loaded page of a website.<p>If you enable this policy setting, flip ahead with page prediction is turned off and the next webpage isn’t loaded into the background.<p>If you disable this policy setting, flip ahead with page prediction is turned on and the next webpage is loaded into the background.<p>If you don’t configure this setting, users can turn this behavior on or off, using the **Settings** charm.<p>**Note**<br>Microsoft collects your browsing history to improve how flip ahead with page prediction works. This feature isn’t available for Internet Explorer for the desktop. |
|
| Turn off the flip ahead with page prediction feature | Administrative Templates\Windows Components\Internet Explorer\Internet Control Panel\Advanced Page | At least Internet Explorer 10 on Windows 8 | This policy setting determines whether a user can swipe across a screen or click Forward to go to the next pre-loaded page of a website.<p>If you enable this policy setting, flip ahead with page prediction is turned off and the next webpage isn’t loaded into the background.<p>If you disable this policy setting, flip ahead with page prediction is turned on and the next webpage is loaded into the background.<p>If you don’t configure this setting, users can turn this behavior on or off, using the **Settings** charm.<p>**Note**<br>Microsoft collects your browsing history to improve how flip ahead with page prediction works. This feature isn’t available for Internet Explorer for the desktop. |
|
||||||
| Turn on 64-bit tab processes when running in Enhanced Protected Mode on 64-bit versions of Windows | Administrative Templates\Windows Components\Internet Explorer\Internet Control Panel\Advanced Page | IE11 on Windows 10 | This policy setting determines whether IE11 uses 64-bit processes (for greater security) or 32-bit processes (for greater compatibility) when running in Enhanced Protected Mode on 64-bit versions of Windows.<p>If you enable this policy setting, IE11 will use 64-bit tab processes when running in Enhanced Protected Mode on 64-bit versions of Windows.<p>If you disable this policy setting, IE11 will use 32-bit tab processes when running in Enhanced Protected Mode on 64-bit versions of Windows.<p>If you don't configure this policy setting, users can turn this feature on or off using IE settings. This feature is turned off by default.<p>**Important**<br>When using 64-bit processes, some ActiveX controls and toolbars might not be available. |
|
| Turn on 64-bit tab processes when running in Enhanced Protected Mode on 64-bit versions of Windows | Administrative Templates\Windows Components\Internet Explorer\Internet Control Panel\Advanced Page | IE11 on Windows 10 | This policy setting determines whether IE11 uses 64-bit processes (for greater security) or 32-bit processes (for greater compatibility) when running in Enhanced Protected Mode on 64-bit versions of Windows.<p>If you enable this policy setting, IE11 will use 64-bit tab processes when running in Enhanced Protected Mode on 64-bit versions of Windows.<p>If you disable this policy setting, IE11 will use 32-bit tab processes when running in Enhanced Protected Mode on 64-bit versions of Windows.<p>If you don't configure this policy setting, users can turn this feature on or off using IE settings. This feature is turned off by default.<p>**Important**<br>When using 64-bit processes, some ActiveX controls and toolbars might not be available. |
|
||||||
| Turn on Site Discovery WMI output | Administrative Templates\Windows Components\Internet Explorer | At least Internet Explorer 8 | This policy setting allows you to manage the WMI output functionality of the Internet Explorer Site Discovery Toolkit.<p>If you enable this policy setting, the Internet Explorer Site Discovery Toolkit will log its collected data to an WMI class, which can be aggregated by using a client-management solution, such as Microsoft Endpoint Configuration Manager.<p>If you disable or don’t configure this setting, the Internet Explorer Site Discovery Toolkit won’t log its collected data to an WMI class.<p>**Note:**<br>Enabling or disabling this setting won’t impact any other output methods available to the Internet Explorer Site Discovery Toolkit. |
|
| Turn on Site Discovery WMI output | Administrative Templates\Windows Components\Internet Explorer | At least Internet Explorer 8 | This policy setting allows you to manage the WMI output functionality of the Internet Explorer Site Discovery Toolkit.<p>If you enable this policy setting, the Internet Explorer Site Discovery Toolkit will log its collected data to an WMI class, which can be aggregated by using a client-management solution, such as Microsoft Configuration Manager.<p>If you disable or don’t configure this setting, the Internet Explorer Site Discovery Toolkit won’t log its collected data to an WMI class.<p>**Note:**<br>Enabling or disabling this setting won’t impact any other output methods available to the Internet Explorer Site Discovery Toolkit. |
|
||||||
| Turn on Site Discovery XML output | Administrative Templates\Windows Components\Internet Explorer | At least Internet Explorer 8 | This policy setting allows you to manage the XML output functionality of the Internet Explorer Site Discovery Toolkit.<p>If you enable this policy setting, the Internet Explorer Site Discovery Toolkit will log its collected data to an XML file, stored in your specified location.<p>If you disable or don’t configure this setting, the Internet Explorer Site Discovery Toolkit won’t log its collected data to an XML file.<p>**Note:**<br>Enabling or disabling this setting won’t impact any other output methods available to the Internet Explorer Site Discovery Toolkit. |
|
| Turn on Site Discovery XML output | Administrative Templates\Windows Components\Internet Explorer | At least Internet Explorer 8 | This policy setting allows you to manage the XML output functionality of the Internet Explorer Site Discovery Toolkit.<p>If you enable this policy setting, the Internet Explorer Site Discovery Toolkit will log its collected data to an XML file, stored in your specified location.<p>If you disable or don’t configure this setting, the Internet Explorer Site Discovery Toolkit won’t log its collected data to an XML file.<p>**Note:**<br>Enabling or disabling this setting won’t impact any other output methods available to the Internet Explorer Site Discovery Toolkit. |
|
||||||
| Use the Enterprise Mode IE website list | Administrative Templates\Windows Components\Internet Explorer | IE11 on Windows 10, version 1511 | This policy setting lets you specify where to find the list of websites you want opened using Enterprise Mode, instead of Standard mode, because of compatibility issues. Users can’t edit this list.<p>If you enable this policy setting, Internet Explorer downloads the Enterprise Mode website list from the `HKEY_CURRENT_USER or HKEY_LOCAL_MACHINE`\Software\Policies\Microsoft\Internet Explorer\Main\EnterpriseMode hive, opening all included websites using Enterprise Mode. We recommend storing and downloading your list from a secure web server `(https://)`, to help protect against data tampering.<p>If you disable or don’t configure this policy setting, Internet Explorer opens all websites using **Standard** mode. |
|
| Use the Enterprise Mode IE website list | Administrative Templates\Windows Components\Internet Explorer | IE11 on Windows 10, version 1511 | This policy setting lets you specify where to find the list of websites you want opened using Enterprise Mode, instead of Standard mode, because of compatibility issues. Users can’t edit this list.<p>If you enable this policy setting, Internet Explorer downloads the Enterprise Mode website list from the `HKEY_CURRENT_USER or HKEY_LOCAL_MACHINE`\Software\Policies\Microsoft\Internet Explorer\Main\EnterpriseMode hive, opening all included websites using Enterprise Mode. We recommend storing and downloading your list from a secure web server `(https://)`, to help protect against data tampering.<p>If you disable or don’t configure this policy setting, Internet Explorer opens all websites using **Standard** mode. |
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ ms.localizationpriority: medium
|
|||||||
ms.mktglfcycl: support
|
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.
|
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.
|
||||||
author: dansimp
|
author: dansimp
|
||||||
ms.prod: ie11
|
ms.prod: windows-client
|
||||||
ms.assetid: c4b75ad3-9c4a-4dd2-9fed-69f776f542e6
|
ms.assetid: c4b75ad3-9c4a-4dd2-9fed-69f776f542e6
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
audience: itpro
|
audience: itpro
|
||||||
@ -42,7 +42,7 @@ RIES does not:
|
|||||||
|
|
||||||
- Affect the applied Administrative Template Group Policy settings.
|
- 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](https://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://support.microsoft.com/windows/change-or-reset-internet-explorer-settings-2d4bac50-5762-91c5-a057-a922533f77d5).
|
||||||
|
|
||||||
## IE is crashing or seems slow
|
## 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.
|
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.
|
||||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
|||||||
ms.pagetype: appcompat
|
ms.pagetype: appcompat
|
||||||
description: Instructions about how to remove sites from a local compatibility view list.
|
description: Instructions about how to remove sites from a local compatibility view list.
|
||||||
author: dansimp
|
author: dansimp
|
||||||
ms.prod: ie11
|
ms.prod: windows-client
|
||||||
ms.assetid: f6ecaa75-ebcb-4f8d-8721-4cd6e73c0ac9
|
ms.assetid: f6ecaa75-ebcb-4f8d-8721-4cd6e73c0ac9
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
audience: itpro
|
audience: itpro
|
||||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
|||||||
ms.pagetype: appcompat
|
ms.pagetype: appcompat
|
||||||
description: How to use Site List Manager to review neutral sites for IE mode
|
description: How to use Site List Manager to review neutral sites for IE mode
|
||||||
author: dansimp
|
author: dansimp
|
||||||
ms.prod: ie11
|
ms.prod: windows-client
|
||||||
ms.assetid: f4dbed4c-08ff-40b1-ab3f-60d3b6e8ec9b
|
ms.assetid: f4dbed4c-08ff-40b1-ab3f-60d3b6e8ec9b
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
audience: itpro
|
audience: itpro
|
||||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
|||||||
ms.pagetype: appcompat
|
ms.pagetype: appcompat
|
||||||
description: Details about how Administrators can schedule approved change requests for production in the Enterprise Mode Site List Portal.
|
description: Details about how Administrators can schedule approved change requests for production in the Enterprise Mode Site List Portal.
|
||||||
author: dansimp
|
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)
|
title: Schedule approved change requests for production using the Enterprise Mode Site List Portal (Internet Explorer 11 for IT Pros)
|
||||||
ms.sitesec: library
|
ms.sitesec: library
|
||||||
ms.date: 07/27/2017
|
ms.date: 07/27/2017
|
||||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
|||||||
ms.pagetype: security
|
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.
|
description: Use the Group Policy setting, Set a default associations configuration file, to set the default browser for your company devices running Windows 10.
|
||||||
author: dansimp
|
author: dansimp
|
||||||
ms.prod: ie11
|
ms.prod: windows-client
|
||||||
ms.assetid: f486c9db-0dc9-4cd6-8a0b-8cb872b1d361
|
ms.assetid: f486c9db-0dc9-4cd6-8a0b-8cb872b1d361
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
audience: itpro
|
audience: itpro
|
||||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
|||||||
ms.pagetype: appcompat
|
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.
|
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
|
author: dansimp
|
||||||
ms.prod: ie11
|
ms.prod: windows-client
|
||||||
ms.assetid: 5027c163-71e0-49b8-9dc0-f0a7310c7ae3
|
ms.assetid: 5027c163-71e0-49b8-9dc0-f0a7310c7ae3
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
audience: itpro
|
audience: itpro
|
||||||
|
@ -23,11 +23,11 @@ ms.date: 07/27/2017
|
|||||||
|
|
||||||
**Applies to:**
|
**Applies to:**
|
||||||
|
|
||||||
- Windows 10
|
- Windows 10
|
||||||
- Windows 8.1
|
- Windows 8.1
|
||||||
- Windows 7
|
- Windows 7
|
||||||
- Windows Server 2012 R2
|
- Windows Server 2012 R2
|
||||||
- Windows Server 2008 R2 with Service Pack 1 (SP1)
|
- Windows Server 2008 R2 with Service Pack 1 (SP1)
|
||||||
|
|
||||||
You can turn on local control of Enterprise Mode so that your users can turn Enterprise Mode on from the **Tools** menu. Turning on this feature also adds the **Enterprise** browser profile to the **Emulation** tab of the F12 developer tools.
|
You can turn on local control of Enterprise Mode so that your users can turn Enterprise Mode on from the **Tools** menu. Turning on this feature also adds the **Enterprise** browser profile to the **Emulation** tab of the F12 developer tools.
|
||||||
|
|
||||||
@ -53,16 +53,13 @@ Besides turning on this feature, you also have the option to provide a URL for E
|
|||||||
|
|
||||||
Your **Value data** location can be any of the following types:
|
Your **Value data** location can be any of the following types:
|
||||||
|
|
||||||
- **URL location (like, https://www.emieposturl.com/api/records or https://localhost:13000)**. IE sends a POST message to the URL every time a change is made to Enterprise Mode from the **Tools** menu.<p>**Important**<br>
|
- **URL location**, for example: `https://www.emieposturl.com/api/records` or `https://localhost:13000`. IE sends a POST message to the URL every time a change is made to Enterprise Mode from the **Tools** menu.
|
||||||
The `https://www.emieposturl.com/api/records` example will only work if you’ve downloaded the sample discussed in the [Set up Enterprise Mode logging and data collection](set-up-enterprise-mode-logging-and-data-collection.md) topic. If you don’t have the sample, you won’t have the web API.
|
|
||||||
- **Local network location (like, https://<em>emieposturl</em>/)**. IE sends a POST message to your specified local network location every time a change is made to Enterprise Mode from the **Tools** menu.
|
> [!Important]
|
||||||
- **Empty string**. If you leave the **Value data** box blank; your employees will be able to turn Enterprise Mode on and off from the **Tools** menu, but you won’t collect any logging data.
|
> The `https://www.emieposturl.com/api/records` example will only work if you've downloaded the sample discussed in the [Set up Enterprise Mode logging and data collection](set-up-enterprise-mode-logging-and-data-collection.md) article. If you don't have the sample, you won't have the web API.
|
||||||
|
|
||||||
|
- **Local network location**, for example: `https://emieposturl/`. IE sends a POST message to your specified local network location every time a change is made to Enterprise Mode from the **Tools** menu.
|
||||||
|
|
||||||
|
- **Empty string**. If you leave the **Value data** box blank; your employees will be able to turn Enterprise Mode on and off from the **Tools** menu, but you won't collect any logging data.
|
||||||
|
|
||||||
For information about how to collect the data provided when your employees turn Enterprise Mode on or off from the **Tools** menu, see [Set up Enterprise Mode logging and data collection](set-up-enterprise-mode-logging-and-data-collection.md).
|
For information about how to collect the data provided when your employees turn Enterprise Mode on or off from the **Tools** menu, see [Set up Enterprise Mode logging and data collection](set-up-enterprise-mode-logging-and-data-collection.md).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ ms.mktglfcycl: deploy
|
|||||||
ms.pagetype: appcompat
|
ms.pagetype: appcompat
|
||||||
description: High-level info about some of the new and updated features for Internet Explorer 11.
|
description: High-level info about some of the new and updated features for Internet Explorer 11.
|
||||||
author: dansimp
|
author: dansimp
|
||||||
ms.prod: ie11
|
ms.prod: windows-client
|
||||||
ms.assetid: f53c6f04-7c60-40e7-9fc5-312220f08156
|
ms.assetid: f53c6f04-7c60-40e7-9fc5-312220f08156
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
audience: itpro
|
audience: itpro
|
||||||
|
@ -33,7 +33,7 @@ Before you begin, you should:
|
|||||||
|
|
||||||
- **Check the operating system requirements.** Check that the requirements for the computer you're building your installation package from, and the computers you're installing IE11 to, all meet the system requirements for IEAK 11 and IE11. For Internet Explorer requirements, see [System requirements and language support for Internet Explorer 11 (IE11)](system-requirements-and-language-support-for-ie11.md). For IEAK 11 requirements, see [Internet Explorer Administration Kit 11 (IEAK 11) - Administration Guide for IT Pros](../ie11-ieak/index.md).
|
- **Check the operating system requirements.** Check that the requirements for the computer you're building your installation package from, and the computers you're installing IE11 to, all meet the system requirements for IEAK 11 and IE11. For Internet Explorer requirements, see [System requirements and language support for Internet Explorer 11 (IE11)](system-requirements-and-language-support-for-ie11.md). For IEAK 11 requirements, see [Internet Explorer Administration Kit 11 (IEAK 11) - Administration Guide for IT Pros](../ie11-ieak/index.md).
|
||||||
|
|
||||||
- **Decide on your distribution method.** Decide how to distribute your custom installation package: Windows Update, Microsoft Endpoint Configuration Manager, or your network.
|
- **Decide on your distribution method.** Decide how to distribute your custom installation package: Windows Update, Microsoft Configuration Manager, or your network.
|
||||||
|
|
||||||
- **Gather URLs and branding and custom graphics.** Collect the URLs for your company's own **Home**, **Search**, and **Support** pages, plus any custom branding and graphic files for the browser toolbar button and the **Favorites** list icons.
|
- **Gather URLs and branding and custom graphics.** Collect the URLs for your company's own **Home**, **Search**, and **Support** pages, plus any custom branding and graphic files for the browser toolbar button and the **Favorites** list icons.
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ We strongly suggest that while you're using virtualization, you also update your
|
|||||||
|
|
||||||
The Microsoft-supported options for virtualizing web apps are:
|
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](https://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](/microsoft-desktop-optimization-pack/medv-v2/).
|
||||||
|
|
||||||
- **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](/previous-versions/windows/it-pro/windows-8.1-and-8/hh857623(v=ws.11)).<p>
|
- **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](/previous-versions/windows/it-pro/windows-8.1-and-8/hh857623(v=ws.11)).<p>
|
||||||
For more information about virtualization options, see [Microsoft Desktop Virtualization](https://go.microsoft.com/fwlink/p/?LinkId=271662).
|
For more information about virtualization options, see [Microsoft Desktop Virtualization](https://go.microsoft.com/fwlink/p/?LinkId=271662).
|
||||||
|
@ -170,6 +170,4 @@ Because the tool is open-source, the source code is readily available for examin
|
|||||||
|
|
||||||
- [Web Application Compatibility Lab Kit](https://technet.microsoft.com/microsoft-edge/mt612809.aspx)
|
- [Web Application Compatibility Lab Kit](https://technet.microsoft.com/microsoft-edge/mt612809.aspx)
|
||||||
|
|
||||||
- [Microsoft Services Support](https://www.microsoft.com/microsoftservices/support.aspx)
|
|
||||||
|
|
||||||
- [Find a Microsoft partner on Pinpoint](https://partnercenter.microsoft.com/pcv/search)
|
- [Find a Microsoft partner on Pinpoint](https://partnercenter.microsoft.com/pcv/search)
|
@ -75,7 +75,7 @@ If you use Automatic Updates in your company, but want to stop your users from a
|
|||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
>The toolkit won't stop users with local administrator accounts from manually installing Internet Explorer 11. Using this toolkit also prevents your users from receiving automatic upgrades from Internet Explorer 8, Internet Explorer 9, or Internet Explorer 10 to Internet Explorer 11. For more information, see the [Internet Explorer 11 Blocker Toolkit frequently asked questions](../ie11-faq/faq-for-it-pros-ie11.yml).
|
>The toolkit won't stop users with local administrator accounts from manually installing Internet Explorer 11. Using this toolkit also prevents your users from receiving automatic upgrades from Internet Explorer 8, Internet Explorer 9, or Internet Explorer 10 to Internet Explorer 11. For more information, see the [Internet Explorer 11 Blocker Toolkit frequently asked questions](../ie11-faq/faq-for-it-pros-ie11.yml).
|
||||||
|
|
||||||
- **Use an update management solution to control update deployment.** If you already use an update management solution, like [Windows Server Update Services (WSUS)](/windows-server/administration/windows-server-update-services/get-started/windows-server-update-services-wsus) or the more advanced [System Center 2012 Configuration Manager](/previous-versions/system-center/system-center-2012-R2/gg682129(v=technet.10)), you should use that instead of the Internet Explorer Blocker Toolkit.
|
- **Use an update management solution to control update deployment.** If you already use an update management solution, like [Windows Server Update Services (WSUS)](/windows-server/administration/windows-server-update-services/get-started/windows-server-update-services-wsus) or the more advanced [Configuration Manager](/previous-versions/system-center/system-center-2012-R2/gg682129(v=technet.10)), you should use that instead of the Internet Explorer Blocker Toolkit.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> If you use WSUS to manage updates, and Update Rollups are configured for automatic installation, Internet Explorer will automatically install throughout your company.
|
> If you use WSUS to manage updates, and Update Rollups are configured for automatic installation, Internet Explorer will automatically install throughout your company.
|
||||||
|
@ -13,7 +13,7 @@ metadata:
|
|||||||
title: Internet Explorer 11 - FAQ for IT Pros (Internet Explorer 11 for IT Pros)
|
title: Internet Explorer 11 - FAQ for IT Pros (Internet Explorer 11 for IT Pros)
|
||||||
ms.sitesec: library
|
ms.sitesec: library
|
||||||
ms.date: 10/16/2017
|
ms.date: 10/16/2017
|
||||||
|
ms.topic: faq
|
||||||
title: Internet Explorer 11 - FAQ for IT Pros
|
title: Internet Explorer 11 - FAQ for IT Pros
|
||||||
summary: |
|
summary: |
|
||||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||||
@ -83,7 +83,7 @@ sections:
|
|||||||
- question: |
|
- question: |
|
||||||
What test tools exist to test for potential application compatibility issues?
|
What test tools exist to test for potential application compatibility issues?
|
||||||
answer: |
|
answer: |
|
||||||
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](/previous-versions/windows/internet-explorer/ie-developer/dev-guides/bg182632(v=vs.85)) that are included with IE11, or the [modern.ie](https://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://testdrive-archive.azurewebsites.net/html5/compatinspector/help/post.htm). In addition, you can use the new [F12 Developer Tools](/previous-versions/windows/internet-explorer/ie-developer/dev-guides/bg182632(v=vs.85)) that are included with IE11, or the [modern.ie](https://go.microsoft.com/fwlink/p/?linkid=308902) website for Microsoft Edge.
|
||||||
|
|
||||||
- question: |
|
- question: |
|
||||||
Why am I having problems launching my legacy apps with Internet Explorer 11?
|
Why am I having problems launching my legacy apps with Internet Explorer 11?
|
||||||
|
@ -13,7 +13,7 @@ metadata:
|
|||||||
title: Internet Explorer 11 Blocker Toolkit - Frequently Asked Questions
|
title: Internet Explorer 11 Blocker Toolkit - Frequently Asked Questions
|
||||||
ms.sitesec: library
|
ms.sitesec: library
|
||||||
ms.date: 05/10/2018
|
ms.date: 05/10/2018
|
||||||
|
ms.topic: faq
|
||||||
title: Internet Explorer 11 Blocker Toolkit - Frequently Asked Questions
|
title: Internet Explorer 11 Blocker Toolkit - Frequently Asked Questions
|
||||||
summary: |
|
summary: |
|
||||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||||
@ -22,7 +22,7 @@ summary: |
|
|||||||
Get answers to commonly asked questions about the Internet Explorer 11 Blocker Toolkit.
|
Get answers to commonly asked questions about the Internet Explorer 11 Blocker Toolkit.
|
||||||
|
|
||||||
> [!Important]
|
> [!Important]
|
||||||
> If you administer your company’s environment using an update management solution, such as Windows Server Update Services (WSUS) or System Center 2012 Configuration Manager, you don’t need to use the Internet Explorer 11 Blocker Toolkit. Update management solutions let you completely manage your Windows Updates and Microsoft Updates, including your Internet Explorer 11 deployment.
|
> If you administer your company’s environment using an update management solution, such as Windows Server Update Services (WSUS) or Configuration Manager, you don’t need to use the Internet Explorer 11 Blocker Toolkit. Update management solutions let you completely manage your Windows Updates and Microsoft Updates, including your Internet Explorer 11 deployment.
|
||||||
|
|
||||||
- [Automatic updates delivery process](/internet-explorer/ie11-faq/faq-ie11-blocker-toolkit#automatic-updates-delivery-process)
|
- [Automatic updates delivery process](/internet-explorer/ie11-faq/faq-ie11-blocker-toolkit#automatic-updates-delivery-process)
|
||||||
|
|
||||||
@ -47,7 +47,7 @@ sections:
|
|||||||
- question: |
|
- question: |
|
||||||
Whtools cI use to manage Windows Updates and Microsoft Updates in my company?
|
Whtools cI use to manage Windows Updates and Microsoft Updates in my company?
|
||||||
answer: |
|
answer: |
|
||||||
We encourage anyone who wants full control over their company’s deployment of Windows Updates and Microsoft Updates, to use [Windows Server Update Services (WSUS)](/windows-server/administration/windows-server-update-services/get-started/windows-server-update-services-wsus), a free tool for users of Windows Server. You calso use the more advanced configuration management tool, [System Center 2012 Configuration Manager](/previous-versions/system-center/system-center-2012-R2/gg682041(v=technet.10)).
|
We encourage anyone who wants full control over their company’s deployment of Windows Updates and Microsoft Updates, to use [Windows Server Update Services (WSUS)](/windows-server/administration/windows-server-update-services/get-started/windows-server-update-services-wsus), a free tool for users of Windows Server. You calso use the more advanced configuration management tool, [Configuration Manager](/previous-versions/system-center/system-center-2012-R2/gg682041(v=technet.10)).
|
||||||
|
|
||||||
- question: |
|
- question: |
|
||||||
How long does the blocker mechanism work?
|
How long does the blocker mechanism work?
|
||||||
|
@ -15,7 +15,7 @@ metadata:
|
|||||||
title: IEAK 11 - Frequently Asked Questions
|
title: IEAK 11 - Frequently Asked Questions
|
||||||
ms.sitesec: library
|
ms.sitesec: library
|
||||||
ms.date: 05/10/2018
|
ms.date: 05/10/2018
|
||||||
|
ms.topic: faq
|
||||||
title: IEAK 11 - Frequently Asked Questions
|
title: IEAK 11 - Frequently Asked Questions
|
||||||
summary: |
|
summary: |
|
||||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||||
|
@ -19,7 +19,7 @@ ms.date: 07/27/2017
|
|||||||
|
|
||||||
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
[!INCLUDE [Microsoft 365 workloads end of support for IE11](../includes/microsoft-365-ie-end-of-support.md)]
|
||||||
|
|
||||||
Internet Explorer lets websites advertise any search provider that uses the open search standard described at the A9 website ( [OpenSearch 1.1 Draft 5](https://go.microsoft.com/fwlink/p/?LinkId=208582)). When IE detects new search providers, the **Search** box becomes active and adds the new providers to the drop-down list of providers.
|
Internet Explorer lets websites advertise any search provider that uses the open search standard described at the A9 website ([OpenSearch 1.1 Draft 5](https://opensearch.org/docs/latest/opensearch/index/)). When IE detects new search providers, the **Search** box becomes active and adds the new providers to the drop-down list of providers.
|
||||||
|
|
||||||
Using the **Administrative Templates** section of Group Policy, you can prevent the search box from appearing, you can add a list of acceptable search providers, or you can restrict your employee’s ability to add or remove search providers.
|
Using the **Administrative Templates** section of Group Policy, you can prevent the search box from appearing, you can add a list of acceptable search providers, or you can restrict your employee’s ability to add or remove search providers.
|
||||||
|
|
||||||
|
@ -6,6 +6,7 @@ author: dansimp
|
|||||||
ms.prod: ie11
|
ms.prod: ie11
|
||||||
ms.assetid: 9cb8324e-d73b-41ba-ade9-3acc796e21d8
|
ms.assetid: 9cb8324e-d73b-41ba-ade9-3acc796e21d8
|
||||||
ms.reviewer:
|
ms.reviewer:
|
||||||
|
ms.date: 03/15/2016
|
||||||
audience: itpro
|
audience: itpro
|
||||||
manager: dansimp
|
manager: dansimp
|
||||||
ms.author: dansimp
|
ms.author: dansimp
|
||||||
@ -60,8 +61,3 @@ You can also click **Select All** to add, or **Clear All** to remove, all of the
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -39,8 +39,6 @@ These command-line options work with IExpress:<br>
|
|||||||
|`/r:a` |Always restarts the computer after installation. |
|
|`/r:a` |Always restarts the computer after installation. |
|
||||||
|`/r:s` |Restarts the computer after installation without prompting the employee. |
|
|`/r:s` |Restarts the computer after installation without prompting the employee. |
|
||||||
|
|
||||||
For more information, see [Command-line switches for IExpress software update packages](https://go.microsoft.com/fwlink/p/?LinkId=317973).
|
|
||||||
|
|
||||||
## Related topics
|
## Related topics
|
||||||
- [IExpress Wizard for Windows Server 2008 R2 with SP1](iexpress-wizard-for-win-server.md)
|
- [IExpress Wizard for Windows Server 2008 R2 with SP1](iexpress-wizard-for-win-server.md)
|
||||||
- [Internet Explorer Setup command-line options and return codes](ie-setup-command-line-options-and-return-codes.md)
|
- [Internet Explorer Setup command-line options and return codes](ie-setup-command-line-options-and-return-codes.md)
|
||||||
|
@ -9,6 +9,7 @@ title: Internet Explorer Administration Kit 11 (IEAK 11) - Administrator's Guide
|
|||||||
ms.sitesec: library
|
ms.sitesec: library
|
||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
manager: dansimp
|
manager: dansimp
|
||||||
|
ms.date: 03/15/2016
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
@ -104,7 +104,7 @@ Support for some of the Internet Explorer settings on the wizard pages varies de
|
|||||||
Two installation modes are available to you, depending on how you are planning to use the customized browser created with the software. Each mode requires a separate installation of the software.
|
Two installation modes are available to you, depending on how you are planning to use the customized browser created with the software. Each mode requires a separate installation of the software.
|
||||||
|
|
||||||
- **External Distribution**
|
- **External Distribution**
|
||||||
You shall use commercially reasonable efforts to maintain the quality of (i) any non-Microsoft software distributed with Internet Explorer 11, and (ii) any media used for distribution (for example, optical media, flash drives), at a level that meets or exceeds the highest industry standards. If you distribute add-ons with Internet Explorer 11, those add-ons must comply with the [Microsoft browser extension policy](/legal/windows/agreements/microsoft-browser-extension-policy).
|
You shall use commercially reasonable efforts to maintain the quality of (i) any non-Microsoft software distributed with Internet Explorer 11, and (ii) any media used for distribution (for example, optical media, flash drives), at a level that meets or exceeds the highest industry standards. If you distribute add-ons with Internet Explorer 11, those add-ons must comply with the [Microsoft browser extension policy](/legal/microsoft-edge/microsoft-browser-extension-policy).
|
||||||
|
|
||||||
- **Internal Distribution - corporate intranet**
|
- **Internal Distribution - corporate intranet**
|
||||||
The software is solely for use by your employees within your company's organization and affiliated companies through your corporate intranet. Neither you nor any of your employees may permit redistribution of the software to or for use by third parties other than for third parties such as consultants, contractors, and temporary staff accessing your corporate intranet.
|
The software is solely for use by your employees within your company's organization and affiliated companies through your corporate intranet. Neither you nor any of your employees may permit redistribution of the software to or for use by third parties other than for third parties such as consultants, contractors, and temporary staff accessing your corporate intranet.
|
@ -1,13 +1,12 @@
|
|||||||
---
|
---
|
||||||
author: pamgreen-msft
|
author: aczechowski
|
||||||
ms.author: pamgreen
|
ms.author: aaroncz
|
||||||
ms.date: 10/02/2018
|
ms.date: 02/14/2023
|
||||||
ms.reviewer:
|
ms.reviewer: cathask
|
||||||
audience: itpro
|
manager: aaroncz
|
||||||
manager: pamgreen
|
|
||||||
ms.prod: ie11
|
ms.prod: ie11
|
||||||
ms.topic: include
|
ms.topic: include
|
||||||
---
|
---
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!CAUTION]
|
||||||
> The Internet Explorer 11 desktop application will be retired and go out of support on June 15, 2022. For a list of what’s in scope, see [the FAQ](https://aka.ms/IEModeFAQ). The same IE11 apps and sites you use today can open in Microsoft Edge with Internet Explorer mode. [Learn more here](https://blogs.windows.com/msedgedev/).
|
> **Update:** The retired, out-of-support Internet Explorer 11 desktop application has been permanently disabled through a Microsoft Edge update on certain versions of Windows 10. For more information, see [Internet Explorer 11 desktop app retirement FAQ](https://aka.ms/iemodefaq).
|
||||||
|
@ -3,6 +3,7 @@ ms.mktglfcycl: deploy
|
|||||||
description: The landing page for IE11 that lets you access the documentation.
|
description: The landing page for IE11 that lets you access the documentation.
|
||||||
author: dansimp
|
author: dansimp
|
||||||
ms.author: dansimp
|
ms.author: dansimp
|
||||||
|
manager: dansimp
|
||||||
ms.prod: ie11
|
ms.prod: ie11
|
||||||
title: Internet Explorer 11 (IE11) (Internet Explorer 11 for IT Pros)
|
title: Internet Explorer 11 (IE11) (Internet Explorer 11 for IT Pros)
|
||||||
assetid: be3dc32e-80d9-4d9f-a802-c7db6c50dbe0
|
assetid: be3dc32e-80d9-4d9f-a802-c7db6c50dbe0
|
||||||
|
@ -6,9 +6,10 @@ metadata:
|
|||||||
title: Internet Explorer 11 documentation
|
title: Internet Explorer 11 documentation
|
||||||
description: Consistent, reliable web browsing on Windows 7, Windows 8.1, and Windows 10, with the security, performance, backward compatibility, and modern standards support that large organizations need.
|
description: Consistent, reliable web browsing on Windows 7, Windows 8.1, and Windows 10, with the security, performance, backward compatibility, and modern standards support that large organizations need.
|
||||||
ms.topic: landing-page
|
ms.topic: landing-page
|
||||||
author: lizap
|
author: aczechowski
|
||||||
ms.author: elizapo
|
ms.author: aaroncz
|
||||||
ms.date: 07/06/2020
|
ms.date: 07/29/2022
|
||||||
|
ms.prod: ie11
|
||||||
|
|
||||||
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
|
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
|
||||||
|
|
||||||
@ -34,22 +35,10 @@ landingContent:
|
|||||||
url: /lifecycle/faq/internet-explorer-microsoft-edge
|
url: /lifecycle/faq/internet-explorer-microsoft-edge
|
||||||
- linkListType: download
|
- linkListType: download
|
||||||
links:
|
links:
|
||||||
- text: Download IE11 with Windows 10
|
|
||||||
url: https://www.microsoft.com/evalcenter/evaluate-windows-10-enterprise
|
|
||||||
- text: Enterprise Mode Site List Manager (schema, v.2)
|
- text: Enterprise Mode Site List Manager (schema, v.2)
|
||||||
url: https://www.microsoft.com/download/details.aspx?id=49974
|
url: https://www.microsoft.com/download/details.aspx?id=49974
|
||||||
- text: Cumulative security updates for Internet Explorer 11
|
- text: Cumulative security updates for Internet Explorer 11
|
||||||
url: https://www.catalog.update.microsoft.com/Search.aspx?q=cumulative%20security%20update%20for%20internet%20explorer%2011
|
url: https://www.catalog.update.microsoft.com/Search.aspx?q=cumulative%20security%20update%20for%20internet%20explorer%2011
|
||||||
- linkListType: learn
|
|
||||||
links:
|
|
||||||
- text: Getting started with Windows 10 for IT professionals
|
|
||||||
url: https://mva.microsoft.com/training-courses/getting-started-with-windows-10-for-it-professionals-10629?l=fCowqpy8_5905094681
|
|
||||||
- text: 'Windows 10: Top Features for IT Pros'
|
|
||||||
url: https://mva.microsoft.com/training-courses/windows-10-top-features-for-it-pros-16319?l=xBnT2ihhC_7306218965
|
|
||||||
- text: Manage and modernize Internet Explorer with Enterprise Mode
|
|
||||||
url: https://channel9.msdn.com/events/teched/newzealand/2014/pcit307
|
|
||||||
- text: 'Virtual Lab: Enterprise Mode'
|
|
||||||
url: https://www.microsoft.com/handsonlabs/SelfPacedLabs/?storyGuid=e4155067-2c7e-4b46-8496-eca38bedca02
|
|
||||||
|
|
||||||
# Card
|
# Card
|
||||||
- title: Plan
|
- title: Plan
|
||||||
@ -66,8 +55,6 @@ landingContent:
|
|||||||
url: ./ie11-deploy-guide/collect-data-using-enterprise-site-discovery.md
|
url: ./ie11-deploy-guide/collect-data-using-enterprise-site-discovery.md
|
||||||
- text: Manage Windows upgrades with Upgrade Readiness
|
- text: Manage Windows upgrades with Upgrade Readiness
|
||||||
url: /windows/deployment/upgrade/manage-windows-upgrades-with-upgrade-readiness
|
url: /windows/deployment/upgrade/manage-windows-upgrades-with-upgrade-readiness
|
||||||
- text: 'Demo: Plan and manage Windows 10 upgrades and feature updates with'
|
|
||||||
url: https://techcommunity.microsoft.com/t5/Microsoft-Ignite-Content-2017/Windows-Analytics-Plan-and-manage-Windows-10-upgrades-and/td-p/98639
|
|
||||||
- linkListType: how-to-guide
|
- linkListType: how-to-guide
|
||||||
links:
|
links:
|
||||||
- text: Turn on Enterprise Mode and use a site list
|
- text: Turn on Enterprise Mode and use a site list
|
||||||
@ -129,11 +116,7 @@ landingContent:
|
|||||||
- text: Out-of-date ActiveX control blocking
|
- text: Out-of-date ActiveX control blocking
|
||||||
url: ./ie11-deploy-guide/out-of-date-activex-control-blocking.md
|
url: ./ie11-deploy-guide/out-of-date-activex-control-blocking.md
|
||||||
- text: Update to block out-of-date ActiveX controls in Internet Explorer
|
- text: Update to block out-of-date ActiveX controls in Internet Explorer
|
||||||
url: https://support.microsoft.com/help/2991000/update-to-block-out-of-date-activex-controls-in-internet-explorer
|
url: https://support.microsoft.com/topic/update-to-block-out-of-date-activex-controls-in-internet-explorer-39ced8f8-5d98-3c7b-4792-b62fad4e2277
|
||||||
- text: Script to join user to AD with automatic Local user Profile Migration
|
|
||||||
url: https://gallery.technet.microsoft.com/scriptcenter/script-to-join-active-7b16d9d3
|
|
||||||
- text: Scripts for IT professionals
|
|
||||||
url: https://gallery.technet.microsoft.com/scriptcenter/site/search?query=Microsoft%20Edge%20or%20Internet
|
|
||||||
|
|
||||||
# Card
|
# Card
|
||||||
- title: Support
|
- title: Support
|
||||||
@ -141,25 +124,19 @@ landingContent:
|
|||||||
- linkListType: get-started
|
- linkListType: get-started
|
||||||
links:
|
links:
|
||||||
- text: Change or reset Internet Explorer settings
|
- text: Change or reset Internet Explorer settings
|
||||||
url: https://support.microsoft.com/help/17441/windows-internet-explorer-change-reset-settings
|
url: https://support.microsoft.com/windows/change-or-reset-internet-explorer-settings-2d4bac50-5762-91c5-a057-a922533f77d5
|
||||||
- text: Troubleshoot problems with setup, installation, auto configuration, and more
|
- text: Troubleshoot problems with setup, installation, auto configuration, and more
|
||||||
url: ./ie11-deploy-guide/troubleshoot-ie11.md
|
url: ./ie11-deploy-guide/troubleshoot-ie11.md
|
||||||
- text: Disable VBScript execution in Internet Explorer for Internet Zone and Restricted Sites Zone
|
- text: Disable VBScript execution in Internet Explorer for Internet Zone and Restricted Sites Zone
|
||||||
url: https://support.microsoft.com/help/4012494/option-to-disable-vbscript-execution-in-internet-explorer-for-internet
|
url: https://support.microsoft.com/topic/option-to-disable-vbscript-execution-in-internet-explorer-for-internet-zone-and-restricted-sites-zone-3a2104c0-5af0-9aae-6c57-8207d3cb3e65
|
||||||
- text: Frequently asked questions about IEAK 11
|
- text: Frequently asked questions about IEAK 11
|
||||||
url: ./ie11-faq/faq-ieak11.yml
|
url: ./ie11-faq/faq-ieak11.yml
|
||||||
- text: Internet Explorer 8, 9, 10, 11 forum
|
- text: Internet Explorer 8, 9, 10, 11 forum
|
||||||
url: https://social.technet.microsoft.com/forums/ie/home?forum=ieitprocurrentver
|
url: https://social.technet.microsoft.com/forums/ie/home?forum=ieitprocurrentver
|
||||||
- text: Contact a Microsoft support professional
|
- text: Contact a Microsoft support professional
|
||||||
url: https://support.microsoft.com/contactus
|
url: https://support.microsoft.com/contactus
|
||||||
- text: Support options for Microsoft Partners
|
|
||||||
url: https://mspartner.microsoft.com/Pages/Support/get-support.aspx
|
|
||||||
- text: Microsoft Services Premier Support
|
|
||||||
url: https://www.microsoft.com/en-us/microsoftservices/support.aspx
|
|
||||||
- text: Microsoft Small Business Support Center
|
|
||||||
url: https://smallbusiness.support.microsoft.com/product/internet-explorer
|
|
||||||
- text: General support
|
- text: General support
|
||||||
url: https://support.microsoft.com/products/internet-explorer
|
url: https://support.microsoft.com/windows/internet-explorer-help-23360e49-9cd3-4dda-ba52-705336cc0de2
|
||||||
|
|
||||||
# Card
|
# Card
|
||||||
- title: Stay informed
|
- title: Stay informed
|
||||||
|
@ -9,11 +9,10 @@ metadata:
|
|||||||
ms.reviewer: ramakoni, DEV_Triage
|
ms.reviewer: ramakoni, DEV_Triage
|
||||||
ms.prod: internet-explorer
|
ms.prod: internet-explorer
|
||||||
ms.technology:
|
ms.technology:
|
||||||
ms.topic: kb-support
|
ms.topic: faq
|
||||||
ms.custom: CI=111020
|
ms.custom: CI=111020
|
||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
ms.date: 01/23/2020
|
ms.date: 01/23/2020
|
||||||
|
|
||||||
title: Internet Explorer and Microsoft Edge frequently asked questions (FAQ) for IT Pros
|
title: Internet Explorer and Microsoft Edge frequently asked questions (FAQ) for IT Pros
|
||||||
summary: |
|
summary: |
|
||||||
|
|
||||||
@ -94,7 +93,7 @@ sections:
|
|||||||
- question: |
|
- question: |
|
||||||
Is an example Proxy Auto Configuration (PAC) file available?
|
Is an example Proxy Auto Configuration (PAC) file available?
|
||||||
answer: |
|
answer: |
|
||||||
Here is a simple PAC file:
|
Here's a simple PAC file:
|
||||||
|
|
||||||
```vb
|
```vb
|
||||||
function FindProxyForURL(url, host)
|
function FindProxyForURL(url, host)
|
||||||
@ -104,7 +103,7 @@ sections:
|
|||||||
```
|
```
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> The previous PAC always returns the **proxyserver:portnumber** proxy.
|
> The previous PAC always returns the `proxyserver:portnumber` proxy.
|
||||||
|
|
||||||
For more information about how to write a PAC file and about the different functions in a PAC file, see [the FindProxyForURL website](https://findproxyforurl.com/).
|
For more information about how to write a PAC file and about the different functions in a PAC file, see [the FindProxyForURL website](https://findproxyforurl.com/).
|
||||||
|
|
||||||
@ -114,8 +113,7 @@ sections:
|
|||||||
- question: |
|
- question: |
|
||||||
How to improve performance by using PAC scripts
|
How to improve performance by using PAC scripts
|
||||||
answer: |
|
answer: |
|
||||||
- [Browser is slow to respond when you use an automatic configuration script](https://support.microsoft.com/en-us/topic/effa1aa0-8e95-543d-6606-03ac68e3f490)
|
For more information, see [Optimizing performance with automatic Proxy configuration scripts (PAC)](/troubleshoot/developer/browsers/connectivity-navigation/optimize-pac-performance).
|
||||||
- [Optimizing performance with automatic Proxyconfiguration scripts (PAC)](/troubleshoot/browsers/optimize-pac-performance)
|
|
||||||
|
|
||||||
- name: Other questions
|
- name: Other questions
|
||||||
questions:
|
questions:
|
||||||
@ -124,7 +122,7 @@ sections:
|
|||||||
answer: |
|
answer: |
|
||||||
For more information, see the following blog article:
|
For more information, see the following blog article:
|
||||||
|
|
||||||
[How do I set the home page in Microsoft Edge?](https://support.microsoft.com/en-us/microsoft-edge/change-your-browser-home-page-a531e1b8-ed54-d057-0262-cc5983a065c6)
|
[How do I set the home page in Microsoft Edge?](https://support.microsoft.com/microsoft-edge/change-your-browser-home-page-a531e1b8-ed54-d057-0262-cc5983a065c6)
|
||||||
|
|
||||||
- question: |
|
- question: |
|
||||||
How to add sites to the Enterprise Mode (EMIE) site list
|
How to add sites to the Enterprise Mode (EMIE) site list
|
||||||
@ -134,7 +132,7 @@ sections:
|
|||||||
- question: |
|
- question: |
|
||||||
What is Content Security Policy (CSP)?
|
What is Content Security Policy (CSP)?
|
||||||
answer: |
|
answer: |
|
||||||
By using [Content Security Policy](/microsoft-edge/dev-guide/security/content-security-policy), you create an allow list of sources of trusted content in the HTTP headers. You also pre-approve certain servers for content that is loaded into a webpage, and instruct the browser to execute or render only resources from those sources. You can use this technique to prevent malicious content from being injected into sites.
|
By using [Content Security Policy](/microsoft-edge/dev-guide/security/content-security-policy), you create an allowlist of sources of trusted content in the HTTP headers. You also pre-approve certain servers for content that is loaded into a webpage, and instruct the browser to execute or render only resources from those sources. You can use this technique to prevent malicious content from being injected into sites.
|
||||||
|
|
||||||
Content Security Policy is supported in all versions of Microsoft Edge. It lets web developers lock down the resources that can be used by their web application. This helps prevent [cross-site scripting](https://en.wikipedia.org/wiki/Cross-site_scripting) attacks that remain a common vulnerability on the web. However, the first version of Content Security Policy was difficult to implement on websites that used inline script elements that either pointed to script sources or contained script directly.
|
Content Security Policy is supported in all versions of Microsoft Edge. It lets web developers lock down the resources that can be used by their web application. This helps prevent [cross-site scripting](https://en.wikipedia.org/wiki/Cross-site_scripting) attacks that remain a common vulnerability on the web. However, the first version of Content Security Policy was difficult to implement on websites that used inline script elements that either pointed to script sources or contained script directly.
|
||||||
|
|
||||||
@ -181,7 +179,7 @@ sections:
|
|||||||
- question: |
|
- question: |
|
||||||
What is Enterprise Mode Feature?
|
What is Enterprise Mode Feature?
|
||||||
answer: |
|
answer: |
|
||||||
For more information about this topic, see [Enterprise Mode and the Enterprise Mode Site List](../ie11-deploy-guide/what-is-enterprise-mode.md).
|
For more information, see [Enterprise Mode and the Enterprise Mode Site List](../ie11-deploy-guide/what-is-enterprise-mode.md).
|
||||||
|
|
||||||
- question: |
|
- question: |
|
||||||
Where can I obtain a list of HTTP Status codes?
|
Where can I obtain a list of HTTP Status codes?
|
||||||
@ -191,9 +189,9 @@ sections:
|
|||||||
- question: |
|
- question: |
|
||||||
What is end of support for Internet Explorer 11?
|
What is end of support for Internet Explorer 11?
|
||||||
answer: |
|
answer: |
|
||||||
Internet Explorer 11 is the last major version of Internet Explorer. Internet Explorer 11 will continue receiving security updates and technical support for the lifecycle of the version of Windows on which it is installed.
|
Internet Explorer 11 is the last major version of Internet Explorer. Internet Explorer 11 will continue receiving security updates and technical support for the lifecycle of the version of Windows on which it's installed.
|
||||||
|
|
||||||
For more information, see [Lifecycle FAQ — Internet Explorer and Edge](/lifecycle/faq/internet-explorer-microsoft-edge).
|
For more information, see [Lifecycle FAQ - Internet Explorer and Microsoft Edge](/lifecycle/faq/internet-explorer-microsoft-edge).
|
||||||
|
|
||||||
- question: |
|
- question: |
|
||||||
How to configure TLS (SSL) for Internet Explorer
|
How to configure TLS (SSL) for Internet Explorer
|
||||||
@ -230,7 +228,7 @@ sections:
|
|||||||
- User Configuration > Administrative Templates > Windows Components > Internet Explorer > Internet Control Panel > Security Page
|
- User Configuration > Administrative Templates > Windows Components > Internet Explorer > Internet Control Panel > Security Page
|
||||||
|
|
||||||
**References**
|
**References**
|
||||||
[How to configure Internet Explorer security zone sites using group polices](/archive/blogs/askie/how-to-configure-internet-explorer-security-zone-sites-using-group-polices)
|
[How to configure Internet Explorer security zone sites using group policies](/archive/blogs/askie/how-to-configure-internet-explorer-security-zone-sites-using-group-polices)
|
||||||
|
|
||||||
- question: |
|
- question: |
|
||||||
What are the limits for MaxConnectionsPerServer, MaxConnectionsPer1_0Server for the current versions of Internet Explorer?
|
What are the limits for MaxConnectionsPerServer, MaxConnectionsPer1_0Server for the current versions of Internet Explorer?
|
||||||
|
@ -1,75 +0,0 @@
|
|||||||
{
|
|
||||||
"build": {
|
|
||||||
"content": [
|
|
||||||
{
|
|
||||||
"files": [
|
|
||||||
"**/*.md",
|
|
||||||
"**/**.yml"
|
|
||||||
],
|
|
||||||
"exclude": [
|
|
||||||
"**/obj/**",
|
|
||||||
"devices/hololens/**",
|
|
||||||
"**/includes/**"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"resource": [
|
|
||||||
{
|
|
||||||
"files": [
|
|
||||||
"**/*.png",
|
|
||||||
"**/*.jpg",
|
|
||||||
"**/*.gif"
|
|
||||||
],
|
|
||||||
"exclude": [
|
|
||||||
"**/obj/**",
|
|
||||||
"devices/hololens/**",
|
|
||||||
"**/includes/**"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"overwrite": [],
|
|
||||||
"externalReference": [],
|
|
||||||
"globalMetadata": {
|
|
||||||
"recommendations": true,
|
|
||||||
"breadcrumb_path": "/hololens/breadcrumb/toc.json",
|
|
||||||
"ms.technology": "windows",
|
|
||||||
"ms.topic": "article",
|
|
||||||
"audience": "ITPro",
|
|
||||||
"manager": "laurawi",
|
|
||||||
"ms.date": "04/05/2017",
|
|
||||||
"feedback_system": "GitHub",
|
|
||||||
"feedback_github_repo": "MicrosoftDocs/windows-itpro-docs",
|
|
||||||
"feedback_product_url": "https://support.microsoft.com/help/4021566/windows-10-send-feedback-to-microsoft-with-feedback-hub-app",
|
|
||||||
"_op_documentIdPathDepotMapping": {
|
|
||||||
"./": {
|
|
||||||
"depot_name": "Win.itpro-hololens",
|
|
||||||
"folder_relative_path_in_docset": "./"
|
|
||||||
}
|
|
||||||
|
|
||||||
},
|
|
||||||
"contributors_to_exclude": [
|
|
||||||
"rjagiewich",
|
|
||||||
"traya1",
|
|
||||||
"rmca14",
|
|
||||||
"claydetels19",
|
|
||||||
"jborsecnik",
|
|
||||||
"tiburd",
|
|
||||||
"garycentric"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"fileMetadata": {},
|
|
||||||
"template": [],
|
|
||||||
"dest": "devices/hololens",
|
|
||||||
"markdownEngineName": "markdig"
|
|
||||||
},
|
|
||||||
"contributors_to_exclude": [
|
|
||||||
"rjagiewich",
|
|
||||||
"traya1",
|
|
||||||
"rmca14",
|
|
||||||
"claydetels19",
|
|
||||||
"Kellylorenebaker",
|
|
||||||
"jborsecnik",
|
|
||||||
"tiburd",
|
|
||||||
"garycentric"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,63 +0,0 @@
|
|||||||
{
|
|
||||||
"build": {
|
|
||||||
"content": [
|
|
||||||
{
|
|
||||||
"files": [
|
|
||||||
"**/**.md",
|
|
||||||
"**/**.yml"
|
|
||||||
],
|
|
||||||
"exclude": [
|
|
||||||
"**/obj/**"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"resource": [
|
|
||||||
{
|
|
||||||
"files": [
|
|
||||||
"**/images/**",
|
|
||||||
"**/*.pptx",
|
|
||||||
"**/*.pdf"
|
|
||||||
],
|
|
||||||
"exclude": [
|
|
||||||
"**/obj/**"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"globalMetadata": {
|
|
||||||
"recommendations": true,
|
|
||||||
"breadcrumb_path": "/surface-hub/breadcrumb/toc.json",
|
|
||||||
"ROBOTS": "INDEX, FOLLOW",
|
|
||||||
"ms.technology": "windows",
|
|
||||||
"audience": "ITPro",
|
|
||||||
"ms.topic": "article",
|
|
||||||
"manager": "laurawi",
|
|
||||||
"ms.mktglfcycl": "manage",
|
|
||||||
"ms.sitesec": "library",
|
|
||||||
"ms.date": "05/23/2017",
|
|
||||||
"feedback_system": "GitHub",
|
|
||||||
"feedback_github_repo": "MicrosoftDocs/windows-itpro-docs",
|
|
||||||
"feedback_product_url": "https://support.microsoft.com/help/4021566/windows-10-send-feedback-to-microsoft-with-feedback-hub-app",
|
|
||||||
"_op_documentIdPathDepotMapping": {
|
|
||||||
"./": {
|
|
||||||
"depot_name": "Win.surface-hub",
|
|
||||||
"folder_relative_path_in_docset": "./"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"contributors_to_exclude": [
|
|
||||||
"rjagiewich",
|
|
||||||
"traya1",
|
|
||||||
"rmca14",
|
|
||||||
"claydetels19",
|
|
||||||
"Kellylorenebaker",
|
|
||||||
"jborsecnik",
|
|
||||||
"tiburd",
|
|
||||||
"garycentric"
|
|
||||||
],
|
|
||||||
"titleSuffix": "Surface Hub"
|
|
||||||
},
|
|
||||||
"externalReference": [],
|
|
||||||
"template": "op.html",
|
|
||||||
"dest": "devices/surface-hub",
|
|
||||||
"markdownEngineName": "markdig"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,59 +0,0 @@
|
|||||||
{
|
|
||||||
"build": {
|
|
||||||
"content": [
|
|
||||||
{
|
|
||||||
"files": [
|
|
||||||
"**/**.md",
|
|
||||||
"**/**.yml"
|
|
||||||
],
|
|
||||||
"exclude": [
|
|
||||||
"**/obj/**"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"resource": [
|
|
||||||
{
|
|
||||||
"files": [
|
|
||||||
"**/images/**"
|
|
||||||
],
|
|
||||||
"exclude": [
|
|
||||||
"**/obj/**"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"globalMetadata": {
|
|
||||||
"recommendations": true,
|
|
||||||
"breadcrumb_path": "/surface/breadcrumb/toc.json",
|
|
||||||
"ROBOTS": "INDEX, FOLLOW",
|
|
||||||
"ms.technology": "windows",
|
|
||||||
"audience": "ITPro",
|
|
||||||
"ms.topic": "article",
|
|
||||||
"manager": "laurawi",
|
|
||||||
"ms.date": "05/09/2017",
|
|
||||||
"feedback_system": "GitHub",
|
|
||||||
"feedback_github_repo": "MicrosoftDocs/windows-itpro-docs",
|
|
||||||
"feedback_product_url": "https://support.microsoft.com/help/4021566/windows-10-send-feedback-to-microsoft-with-feedback-hub-app",
|
|
||||||
"_op_documentIdPathDepotMapping": {
|
|
||||||
"./": {
|
|
||||||
"depot_name": "Win.surface",
|
|
||||||
"folder_relative_path_in_docset": "./"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"contributors_to_exclude": [
|
|
||||||
"rjagiewich",
|
|
||||||
"traya1",
|
|
||||||
"rmca14",
|
|
||||||
"claydetels19",
|
|
||||||
"Kellylorenebaker",
|
|
||||||
"jborsecnik",
|
|
||||||
"tiburd",
|
|
||||||
"garycentric"
|
|
||||||
],
|
|
||||||
"titleSuffix": "Surface"
|
|
||||||
},
|
|
||||||
"externalReference": [],
|
|
||||||
"template": "op.html",
|
|
||||||
"dest": "devices/surface",
|
|
||||||
"markdownEngineName": "markdig"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,3 +1,4 @@
|
|||||||
|
items:
|
||||||
- name: Docs
|
- name: Docs
|
||||||
tocHref: /
|
tocHref: /
|
||||||
topicHref: /
|
topicHref: /
|
||||||
@ -12,4 +13,12 @@
|
|||||||
- name: Windows
|
- name: Windows
|
||||||
tocHref: /education/windows
|
tocHref: /education/windows
|
||||||
topicHref: /education/windows/index
|
topicHref: /education/windows/index
|
||||||
|
- name: Windows
|
||||||
|
tocHref: /windows/configuration/
|
||||||
|
topicHref: /education/windows/index
|
||||||
|
- name: Windows
|
||||||
|
tocHref: /windows/deployment/
|
||||||
|
topicHref: /education/windows/index
|
||||||
|
- name: Windows
|
||||||
|
tocHref: /windows/Security/Application Control for Windows/
|
||||||
|
topicHref: /education/windows/index
|
||||||
|
4
education/context/context.yml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
### YamlMime: ContextObject
|
||||||
|
brand: windows
|
||||||
|
breadcrumb_path: ../breadcrumb/toc.yml
|
||||||
|
toc_rel: ../windows/toc.yml
|
@ -1,33 +0,0 @@
|
|||||||
### YamlMime:Hub
|
|
||||||
|
|
||||||
title: Microsoft 365 Education Documentation for developers
|
|
||||||
summary: Are you an app developer looking for information about developing solutions on Microsoft Education products? Start here.
|
|
||||||
|
|
||||||
metadata:
|
|
||||||
title: Microsoft 365 Education Documentation for developers
|
|
||||||
description: Are you an app developer looking for information about developing solutions on Microsoft Education products? Start here.
|
|
||||||
ms.service: help
|
|
||||||
ms.topic: hub-page
|
|
||||||
author: LaurenMoynihan
|
|
||||||
ms.author: v-lamoyn
|
|
||||||
ms.date: 10/24/2019
|
|
||||||
|
|
||||||
additionalContent:
|
|
||||||
sections:
|
|
||||||
- items:
|
|
||||||
# Card
|
|
||||||
- title: UWP apps for education
|
|
||||||
summary: Learn how to write universal apps for education.
|
|
||||||
url: /windows/uwp/apps-for-education/
|
|
||||||
# Card
|
|
||||||
- title: Take a test API
|
|
||||||
summary: Learn how web applications can use the API to provide a locked down experience for taking tests.
|
|
||||||
url: /windows/uwp/apps-for-education/take-a-test-api
|
|
||||||
# Card
|
|
||||||
- title: Office Education Dev center
|
|
||||||
summary: Integrate with Office 365 across devices and services to extend Microsoft enterprise-scale compliance and security to students, teachers, and staff in your education app
|
|
||||||
url: https://developer.microsoft.com/office/edu
|
|
||||||
# Card
|
|
||||||
- title: Data Streamer
|
|
||||||
summary: Bring new STEM experiences into the classroom with real-time data in Excel using Data Streamer. Data Streamer can send data to Excel from a sensor or application.
|
|
||||||
url: /microsoft-365/education/data-streamer
|
|
@ -17,7 +17,8 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"**/*.png",
|
"**/*.png",
|
||||||
"**/*.jpg",
|
"**/*.jpg",
|
||||||
"**/*.svg"
|
"**/*.svg",
|
||||||
|
"**/*.gif"
|
||||||
],
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"**/obj/**",
|
"**/obj/**",
|
||||||
@ -27,22 +28,30 @@
|
|||||||
],
|
],
|
||||||
"globalMetadata": {
|
"globalMetadata": {
|
||||||
"recommendations": true,
|
"recommendations": true,
|
||||||
"ROBOTS": "INDEX, FOLLOW",
|
"adobe-target": true,
|
||||||
"audience": "windows-education",
|
|
||||||
"ms.topic": "article",
|
"ms.topic": "article",
|
||||||
"ms.technology": "windows",
|
"ms.collection": [
|
||||||
"manager": "laurawi",
|
"education",
|
||||||
"audience": "ITPro",
|
"tier2"
|
||||||
|
],
|
||||||
|
"ms.prod": "windows-client",
|
||||||
|
"ms.technology": "itpro-edu",
|
||||||
|
"author": "paolomatarazzo",
|
||||||
|
"ms.author": "paoloma",
|
||||||
|
"manager": "aaroncz",
|
||||||
|
"ms.localizationpriority": "medium",
|
||||||
"breadcrumb_path": "/education/breadcrumb/toc.json",
|
"breadcrumb_path": "/education/breadcrumb/toc.json",
|
||||||
"ms.date": "05/09/2017",
|
"uhfHeaderId": "MSDocsHeader-M365-IT",
|
||||||
"feedback_system": "None",
|
"feedback_system": "GitHub",
|
||||||
"hideEdit": true,
|
"feedback_github_repo": "MicrosoftDocs/windows-itpro-docs",
|
||||||
|
"feedback_product_url": "https://support.microsoft.com/windows/send-feedback-to-microsoft-with-the-feedback-hub-app-f59187f8-8739-22d6-ba93-f66612949332",
|
||||||
"_op_documentIdPathDepotMapping": {
|
"_op_documentIdPathDepotMapping": {
|
||||||
"./": {
|
"./": {
|
||||||
"depot_name": "Win.education",
|
"depot_name": "Win.education",
|
||||||
"folder_relative_path_in_docset": "./"
|
"folder_relative_path_in_docset": "./"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"titleSuffix": "Windows Education",
|
||||||
"contributors_to_exclude": [
|
"contributors_to_exclude": [
|
||||||
"rjagiewich",
|
"rjagiewich",
|
||||||
"traya1",
|
"traya1",
|
||||||
@ -51,9 +60,24 @@
|
|||||||
"Kellylorenebaker",
|
"Kellylorenebaker",
|
||||||
"jborsecnik",
|
"jborsecnik",
|
||||||
"tiburd",
|
"tiburd",
|
||||||
"garycentric"
|
"AngelaMotherofDragons",
|
||||||
|
"dstrome",
|
||||||
|
"v-dihans",
|
||||||
|
"garycentric",
|
||||||
|
"v-stsavell",
|
||||||
|
"beccarobins",
|
||||||
|
"v-stchambers"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"fileMetadata": {
|
||||||
|
"appliesto":{
|
||||||
|
"windows/**/*.md": [
|
||||||
|
"✅ <a href=\"https://learn.microsoft.com/windows/release-health/supported-versions-windows-client\" target=\"_blank\">Windows 11</a>",
|
||||||
|
"✅ <a href=\"https://learn.microsoft.com/windows/release-health/supported-versions-windows-client\" target=\"_blank\">Windows 11 SE</a>",
|
||||||
|
"✅ <a href=\"https://learn.microsoft.com/windows/release-health/supported-versions-windows-client\" target=\"_blank\">Windows 10</a>"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
"externalReference": [],
|
"externalReference": [],
|
||||||
"template": "op.html",
|
"template": "op.html",
|
||||||
"dest": "education",
|
"dest": "education",
|
||||||
|
@ -1,32 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!-- Generator: Adobe Illustrator 23.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
||||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
||||||
viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve">
|
|
||||||
<style type="text/css">
|
|
||||||
.st0{fill:#E6E6E6;}
|
|
||||||
.st1{fill:#C2C2C2;}
|
|
||||||
.st2{fill:#0078D4;}
|
|
||||||
</style>
|
|
||||||
<title>EDUAdmins-50px</title>
|
|
||||||
<path class="st0" d="M25.2,47.2c-12.3,0-22.3-10-22.3-22.3s10-22.3,22.3-22.3s22.3,10,22.3,22.3l0,0C47.6,37.2,37.6,47.2,25.2,47.2
|
|
||||||
C25.3,47.2,25.2,47.2,25.2,47.2z"/>
|
|
||||||
<path class="st1" d="M25.2,3.7c11.7,0,21.1,9.5,21.1,21.1S36.9,46,25.2,46S4.1,36.5,4.1,24.9l0,0C4.1,13.2,13.6,3.7,25.2,3.7
|
|
||||||
L25.2,3.7 M25.2,1.4c-13,0-23.5,10.5-23.5,23.5s10.5,23.5,23.5,23.5s23.5-10.5,23.5-23.5l0,0C48.7,11.9,38.2,1.4,25.2,1.4L25.2,1.4z
|
|
||||||
"/>
|
|
||||||
<g>
|
|
||||||
<title>toolbox</title>
|
|
||||||
<g>
|
|
||||||
<g id="SYMBOLS_1_">
|
|
||||||
<g id="toolbox_1_">
|
|
||||||
<g id="_Utility_-_Maintain_1_">
|
|
||||||
<path class="st2" d="M32.7,24.7c0.8,0,1.6-0.2,2.3-0.5c1.4-0.6,2.6-1.8,3.2-3.2c0.3-0.7,0.5-1.5,0.5-2.3c0-0.6-0.1-1.3-0.3-1.9
|
|
||||||
l-4.8,4.8l-3.8-3.8l4.8-4.8c-0.6-0.2-1.2-0.3-1.9-0.3c-0.8,0-1.6,0.2-2.3,0.5c-0.7,0.3-1.4,0.7-1.9,1.3c-0.5,0.5-1,1.2-1.3,1.9
|
|
||||||
s-0.5,1.5-0.5,2.3c0,0.3,0,0.6,0.1,0.9s0.1,0.6,0.2,0.9L15.5,31.9c-0.3,0.3-0.5,0.6-0.6,0.9c-0.3,0.7-0.3,1.5,0,2.1
|
|
||||||
c0.1,0.3,0.3,0.6,0.6,0.9c0.3,0.3,0.6,0.5,0.9,0.6s0.7,0.2,1.1,0.2s0.7-0.1,1.1-0.2c0.3-0.1,0.6-0.3,0.9-0.6L31,24.4
|
|
||||||
c0.3,0.1,0.6,0.1,0.9,0.2C32,24.6,32.4,24.7,32.7,24.7"/>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 1.6 KiB |
@ -1 +0,0 @@
|
|||||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><defs><style>.cls-1{fill:#0078d4;}.cls-2{fill:#c2c2c2;}.cls-3{fill:#fff;}</style></defs><title>EDUAdmins-50px</title><path class="cls-1" d="M25.23,47.17A22.32,22.32,0,1,1,47.55,24.85,22.3,22.3,0,0,1,25.23,47.17Z"/><path class="cls-2" d="M25.23,3.71A21.14,21.14,0,1,1,4.09,24.85h0A21.2,21.2,0,0,1,25.23,3.71h0m0-2.36a23.5,23.5,0,1,0,23.5,23.5h0A23.5,23.5,0,0,0,25.23,1.35Z"/><g id="administrator"><g id="_Utility_-_Maintain" data-name=" Utility - Maintain"><path class="cls-3" d="M38.09,29.06a3.81,3.81,0,0,0,1.56-.33,3.85,3.85,0,0,0,1.28-.86,3.69,3.69,0,0,0,.85-1.27A4.22,4.22,0,0,0,42.11,25a3.86,3.86,0,0,0-.24-1.28l-3.21,3.17-2.51-2.51,3.17-3.21a3.57,3.57,0,0,0-2.79.09,4.25,4.25,0,0,0-2.13,2.13A4.36,4.36,0,0,0,34.07,25a2.47,2.47,0,0,0,0,.61l.14.57L26.7,33.78a1.74,1.74,0,0,0-.43.62,1.87,1.87,0,0,0,0,1.42,2,2,0,0,0,.95,1,1.82,1.82,0,0,0,1.41,0,2.58,2.58,0,0,0,.62-.38l7.61-7.56.57.14a3.36,3.36,0,0,0,.66,0"/></g><path class="cls-3" d="M25,25a7.15,7.15,0,0,0,7.42-6.9,6.93,6.93,0,0,0-4.35-6.29,7.71,7.71,0,0,0-6.14,0,6.87,6.87,0,0,0-4.35,6.29A7.15,7.15,0,0,0,25,25Z"/><path class="cls-3" d="M25,26.64c-6.15,0-11.16,4.64-11.16,10.36H25.23S23,35.11,25,33.12l5.25-5.29A17.65,17.65,0,0,0,25,26.64Z"/></g></svg>
|
|
Before Width: | Height: | Size: 1.3 KiB |
@ -1 +0,0 @@
|
|||||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><defs><style>.cls-1{fill:#2f2f2f;}.cls-2{fill:#fff;}.cls-3{fill:#7f7f7f;}.cls-4{fill:#0078d4;}.cls-5{fill:#c2c2c2;}</style></defs><title>EDUDevelopers-50px</title><circle class="cls-1" cx="31.67" cy="25.49" r="17.06"/><g id="user"><path class="cls-2" d="M31.67,26.54a6.49,6.49,0,1,0-6-9.18A6.75,6.75,0,0,0,25.15,20a6.55,6.55,0,0,0,6.52,6.52Z"/><path class="cls-2" d="M31.67,28.11a9.72,9.72,0,0,0-9.74,9.74H41.41A9.72,9.72,0,0,0,31.67,28.11Z"/></g><polygon class="cls-3" points="42.41 45.61 20.92 45.61 19.72 32.57 43.62 32.57 42.41 45.61"/><rect class="cls-1" x="20.84" y="46.05" width="21.49" height="0.64"/><path class="cls-4" d="M12,23a9.26,9.26,0,1,1,9.26-9.26A9.26,9.26,0,0,1,12,23Z"/><path class="cls-5" d="M12,5.45A8.25,8.25,0,1,1,3.74,13.7,8.26,8.26,0,0,1,12,5.45h0m0-2A10.26,10.26,0,1,0,22.25,13.7,10.26,10.26,0,0,0,12,3.44Z"/><polygon class="cls-2" points="6.72 10 6.72 10.8 17.26 10.88 17.14 10 6.72 10"/><path class="cls-2" d="M9.94,13.1l.32.32L9.05,14.63l1.21,1.2-.32.33L8.41,14.63Zm.84,4.3,1.85-5.51h.49L11.27,17.4Zm3.14-4.3,1.53,1.53-1.53,1.53-.32-.33,1.21-1.2L13.6,13.42Z"/></svg>
|
|
Before Width: | Height: | Size: 1.2 KiB |
@ -1 +0,0 @@
|
|||||||
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><defs><style>.cls-1{fill:#0078d4;}.cls-2{fill:#c2c2c2;}.cls-3{fill:#fff;}</style></defs><title>EDUPartners-50px</title><path class="cls-1" d="M25.23,47.39A22.32,22.32,0,1,1,47.55,25.07,22.3,22.3,0,0,1,25.23,47.39Z"/><path class="cls-2" d="M25.23,3.93A21.14,21.14,0,1,1,4.09,25.07h0A21.2,21.2,0,0,1,25.23,3.93h0m0-2.36a23.5,23.5,0,1,0,23.5,23.5h0A23.5,23.5,0,0,0,25.23,1.57Z"/><g id="SYMBOLS"><g id="users_people" data-name="users people"><path class="cls-2" d="M31.14,24.69a7.07,7.07,0,1,0-7.09-7.09,7.08,7.08,0,0,0,7.09,7.09Z"/><path class="cls-2" d="M31.14,26.39A10.58,10.58,0,0,0,20.55,37H41.73A10.58,10.58,0,0,0,31.14,26.39Z"/><path class="cls-3" d="M9.06,37.08h8.27a13.9,13.9,0,0,1,1.56-6.43,7,7,0,0,0-9.26,3.69A6.73,6.73,0,0,0,9.06,37.08Z"/><path class="cls-3" d="M16.1,17.65a5.3,5.3,0,0,0-.28,10.59h.61a5.3,5.3,0,0,0,5-5.58A5.38,5.38,0,0,0,16.1,17.65Z"/></g></g></svg>
|
|
Before Width: | Height: | Size: 968 B |
@ -1,171 +0,0 @@
|
|||||||
<svg id="ICONS" xmlns="https://www.w3.org/2000/svg" viewBox="0 0 400 140">
|
|
||||||
<defs>
|
|
||||||
<style>
|
|
||||||
.cls-1 {
|
|
||||||
fill: #80def9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-14, .cls-2 {
|
|
||||||
fill: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-3 {
|
|
||||||
fill: #556a8a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-4 {
|
|
||||||
fill: #868787;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-5 {
|
|
||||||
fill: #e5e5e5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-6 {
|
|
||||||
fill: #b72b2b;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-7 {
|
|
||||||
fill: #a80000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-15, .cls-8, .cls-9 {
|
|
||||||
fill: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-9 {
|
|
||||||
stroke: #5b7484;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-14, .cls-15, .cls-9 {
|
|
||||||
stroke-miterlimit: 10;
|
|
||||||
stroke-width: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-10 {
|
|
||||||
fill: #e6e6e6;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-11 {
|
|
||||||
fill: #b8c1ce;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-12 {
|
|
||||||
fill: #ccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-13 {
|
|
||||||
fill: #5b7484;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-14 {
|
|
||||||
stroke: #556a8a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-15 {
|
|
||||||
stroke: #00bcf2;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-16 {
|
|
||||||
fill: #008272;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-17 {
|
|
||||||
fill: #bad80a;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</defs>
|
|
||||||
<title>M365-education</title>
|
|
||||||
<g>
|
|
||||||
<g>
|
|
||||||
<g>
|
|
||||||
<path class="cls-1" d="M113.2,39.53v-.35a13.84,13.84,0,0,0-.29-3.47,12.49,12.49,0,0,0-20.56-8.94A14.53,14.53,0,0,0,80.18,21C71,21,64,29,63.88,38.09c0,.62.16,1.09.16,1.72-4.84,2.34-7.64,6.4-7.64,11.55,0,7.36,5.79,13.26,13.46,13.69.71,5.11,5.29,9.86,13.14,9.86,6.62,0,10.57.54,15.4-4.9a16.27,16.27,0,0,0,7.7,2.1c9.28,0,16.64-8.22,16.64-17.5A16.19,16.19,0,0,0,113.2,39.53Z"/>
|
|
||||||
<path class="cls-1" d="M293,56.2a15.9,15.9,0,0,1,8.13,2.24A21,21,0,0,1,340,56.25c.34,0,.68-.05,1-.05a17.91,17.91,0,0,1,18,17.9C359,84,350.94,91,341,91H297c-8.84,0-20-3.9-20-18.9A15.91,15.91,0,0,1,293,56.2Z"/>
|
|
||||||
<rect class="cls-2" x="64.2" y="3" width="271" height="148"/>
|
|
||||||
<g>
|
|
||||||
<polygon class="cls-3" points="264.39 25 129.4 25 79 53 313 53 264.39 25"/>
|
|
||||||
<polygon class="cls-4" points="86.72 52 129.92 27 263.85 27 305.52 52 86.72 52"/>
|
|
||||||
<rect class="cls-3" x="79" y="53" width="234" height="68"/>
|
|
||||||
<rect class="cls-5" x="163.5" y="-28.5" width="65" height="230" transform="translate(282.5 -109.5) rotate(90)"/>
|
|
||||||
<polygon class="cls-3" points="196.5 16.5 195.5 16.5 145 53 145 121 247 121 247 53 196.5 16.5"/>
|
|
||||||
<polygon class="cls-6" points="147 121 147 54.03 196 18.6 245 53 245 121 147 121"/>
|
|
||||||
<rect class="cls-7" x="185.2" y="91" width="22" height="30"/>
|
|
||||||
<rect class="cls-8" x="187" y="93" width="18" height="28"/>
|
|
||||||
<circle class="cls-9" cx="195.9" cy="35" r="11"/>
|
|
||||||
</g>
|
|
||||||
<rect class="cls-3" x="89" y="61" width="19" height="22"/>
|
|
||||||
<rect class="cls-10" x="89.5" y="64.5" width="18" height="15" transform="translate(170.5 -26.5) rotate(90)"/>
|
|
||||||
<rect class="cls-11" x="91" y="63" width="15" height="4"/>
|
|
||||||
<rect class="cls-11" x="91" y="72" width="15" height="4"/>
|
|
||||||
<rect class="cls-7" x="154" y="61" width="22" height="32"/>
|
|
||||||
<rect class="cls-12" x="151" y="68" width="28" height="18" transform="translate(242 -88) rotate(90)"/>
|
|
||||||
<rect class="cls-3" x="91" y="71" width="15" height="2"/>
|
|
||||||
<g>
|
|
||||||
<rect class="cls-3" x="118" y="61" width="19" height="22"/>
|
|
||||||
<rect class="cls-10" x="118.5" y="64.5" width="18" height="15" transform="translate(199.5 -55.5) rotate(90)"/>
|
|
||||||
<rect class="cls-11" x="120" y="63" width="15" height="4"/>
|
|
||||||
<rect class="cls-11" x="120" y="72" width="15" height="4"/>
|
|
||||||
<rect class="cls-3" x="120" y="71" width="15" height="2"/>
|
|
||||||
</g>
|
|
||||||
<rect class="cls-3" x="89" y="88" width="19" height="22"/>
|
|
||||||
<rect class="cls-10" x="89.5" y="91.5" width="18" height="15" transform="translate(197.5 0.5) rotate(90)"/>
|
|
||||||
<rect class="cls-11" x="91" y="90" width="15" height="4"/>
|
|
||||||
<rect class="cls-11" x="91" y="99" width="15" height="4"/>
|
|
||||||
<rect class="cls-3" x="91" y="98" width="15" height="2"/>
|
|
||||||
<g>
|
|
||||||
<rect class="cls-3" x="118" y="88" width="19" height="22"/>
|
|
||||||
<rect class="cls-10" x="118.5" y="91.5" width="18" height="15" transform="translate(226.5 -28.5) rotate(90)"/>
|
|
||||||
<rect class="cls-11" x="120" y="90" width="15" height="4"/>
|
|
||||||
<rect class="cls-11" x="120" y="99" width="15" height="4"/>
|
|
||||||
<rect class="cls-3" x="120" y="98" width="15" height="2"/>
|
|
||||||
</g>
|
|
||||||
<rect class="cls-13" x="255" y="61" width="19" height="22"/>
|
|
||||||
<rect class="cls-10" x="255.5" y="64.5" width="18" height="15" transform="translate(336.5 -192.5) rotate(90)"/>
|
|
||||||
<rect class="cls-11" x="257" y="63" width="15" height="4"/>
|
|
||||||
<rect class="cls-11" x="257" y="72" width="15" height="4"/>
|
|
||||||
<rect class="cls-13" x="257" y="71" width="15" height="2"/>
|
|
||||||
<g>
|
|
||||||
<rect class="cls-13" x="284" y="61" width="19" height="22"/>
|
|
||||||
<rect class="cls-10" x="284.5" y="64.5" width="18" height="15" transform="translate(365.5 -221.5) rotate(90)"/>
|
|
||||||
<rect class="cls-11" x="286" y="63" width="15" height="4"/>
|
|
||||||
<rect class="cls-11" x="286" y="73" width="15" height="4"/>
|
|
||||||
<rect class="cls-13" x="286" y="71" width="15" height="2"/>
|
|
||||||
</g>
|
|
||||||
<rect class="cls-13" x="255" y="88" width="19" height="22"/>
|
|
||||||
<rect class="cls-10" x="255.5" y="91.5" width="18" height="15" transform="translate(363.5 -165.5) rotate(90)"/>
|
|
||||||
<rect class="cls-11" x="257" y="90" width="15" height="4"/>
|
|
||||||
<rect class="cls-11" x="257" y="99" width="15" height="4"/>
|
|
||||||
<rect class="cls-13" x="257" y="98" width="15" height="2"/>
|
|
||||||
<g>
|
|
||||||
<rect class="cls-13" x="284" y="88" width="19" height="22"/>
|
|
||||||
<rect class="cls-10" x="284.5" y="91.5" width="18" height="15" transform="translate(392.5 -194.5) rotate(90)"/>
|
|
||||||
<rect class="cls-11" x="286" y="90" width="15" height="4"/>
|
|
||||||
<rect class="cls-11" x="286" y="99" width="15" height="4"/>
|
|
||||||
<rect class="cls-13" x="286" y="98" width="15" height="2"/>
|
|
||||||
</g>
|
|
||||||
<rect class="cls-7" x="156" y="66" width="18" height="2"/>
|
|
||||||
<rect class="cls-7" x="156.2" y="86" width="18" height="2"/>
|
|
||||||
<rect class="cls-7" x="164" y="68" width="2" height="19"/>
|
|
||||||
<rect class="cls-8" x="156" y="88" width="18" height="3"/>
|
|
||||||
<rect class="cls-8" x="156" y="63" width="18" height="3"/>
|
|
||||||
<rect class="cls-7" x="185" y="61" width="22" height="26"/>
|
|
||||||
<rect class="cls-12" x="185" y="65" width="22" height="18" transform="translate(270 -122) rotate(90)"/>
|
|
||||||
<rect class="cls-7" x="187" y="66" width="18" height="2"/>
|
|
||||||
<rect class="cls-7" x="195" y="67" width="2" height="19"/>
|
|
||||||
<rect class="cls-8" x="187" y="63" width="18" height="3"/>
|
|
||||||
<rect class="cls-7" x="217" y="61" width="22" height="32"/>
|
|
||||||
<rect class="cls-12" x="214" y="68" width="28" height="18" transform="translate(305 -151) rotate(90)"/>
|
|
||||||
<rect class="cls-7" x="219" y="66" width="18" height="2"/>
|
|
||||||
<rect class="cls-7" x="219" y="86" width="18" height="2"/>
|
|
||||||
<rect class="cls-7" x="227" y="68" width="2" height="19"/>
|
|
||||||
<rect class="cls-8" x="219" y="88" width="18" height="3"/>
|
|
||||||
<rect class="cls-8" x="219" y="63" width="18" height="3"/>
|
|
||||||
<rect class="cls-11" x="187" y="93" width="18" height="5"/>
|
|
||||||
<polyline class="cls-14" points="203 35 196 35 196 28"/>
|
|
||||||
</g>
|
|
||||||
<path class="cls-15" d="M342.2,80.16v-.22a9,9,0,0,0-.4-2.19,8,8,0,0,0-13.15-5.64,9.23,9.23,0,0,0-7.71-3.64c-5.82,0-10.21,5.07-10.31,10.79,0,.39.1.69.1,1.08a7.89,7.89,0,0,0-4.83,7.29,8.74,8.74,0,0,0,8.5,8.65c.45,3.23,3.34,6.23,8.3,6.23,4.18,0,6.68.34,9.73-3.09a10.28,10.28,0,0,0,4.86,1.33c5.86,0,10.72-5.19,10.72-11.05A11.52,11.52,0,0,0,342.2,80.16Z"/>
|
|
||||||
</g>
|
|
||||||
<path class="cls-16" d="M102.69,111.2a7.84,7.84,0,0,0,1.31-4.37,7.4,7.4,0,0,0-5.64-7.37A9.1,9.1,0,0,0,99,96.1c0-4.74-3.58-8.59-8-8.59a7.5,7.5,0,0,0-3.27.76A10.17,10.17,0,0,0,78,80c-5.52,0-10,4.8-10,10.73,0,.39,0,.77.06,1.15A7.35,7.35,0,0,0,62,99.32a7.87,7.87,0,0,0,1.09,4c-4.74,1.6-8.09,5.44-8.09,9.93C55,119.2,60.82,124,68,124H99c3,0,6.85-4.3,6.85-7.51A5.86,5.86,0,0,0,102.69,111.2Z"/>
|
|
||||||
<path class="cls-17" d="M83.64,107A6,6,0,0,0,76,99.36a6,6,0,0,0-11.83-.61,7,7,0,0,0-9.81,8.36A8.94,8.94,0,0,0,44,116c0,5,4,8,9,8H82c4.42,0,9-4.58,9-9A8,8,0,0,0,83.64,107Z"/>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 122 KiB |
Before Width: | Height: | Size: 96 KiB |
Before Width: | Height: | Size: 5.9 KiB |
@ -1,258 +0,0 @@
|
|||||||
<svg id="ICONS" xmlns="https://www.w3.org/2000/svg" viewBox="0 0 400 140">
|
|
||||||
<defs>
|
|
||||||
<style>
|
|
||||||
.cls-1 {
|
|
||||||
fill: #5c2d91;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-2, .cls-20 {
|
|
||||||
fill: none;
|
|
||||||
stroke-miterlimit: 10;
|
|
||||||
stroke-width: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-2 {
|
|
||||||
stroke: #808285;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-3 {
|
|
||||||
fill: #2a6dcf;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-4 {
|
|
||||||
fill: #6d6e71;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-5 {
|
|
||||||
fill: #414042;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-6 {
|
|
||||||
fill: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-7 {
|
|
||||||
fill: #808285;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-8 {
|
|
||||||
fill: #bad80a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-9 {
|
|
||||||
fill: #556a8a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-10 {
|
|
||||||
fill: gray;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-11 {
|
|
||||||
fill: #2e2e2e;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-12 {
|
|
||||||
fill: #1a1a1a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-13 {
|
|
||||||
fill: #221f1f;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-14 {
|
|
||||||
fill: #80bceb;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-15 {
|
|
||||||
fill: #b62a2a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-16 {
|
|
||||||
fill: #f0d4d4;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-17 {
|
|
||||||
fill: #d1d3d4;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-18 {
|
|
||||||
fill: #e6e7e8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-19 {
|
|
||||||
fill: #939598;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-20 {
|
|
||||||
stroke: #414042;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-21 {
|
|
||||||
fill: #f1f2f2;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-22 {
|
|
||||||
fill: #2b978a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-23 {
|
|
||||||
fill: #008272;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-24 {
|
|
||||||
fill: #558ad8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-25 {
|
|
||||||
fill: #aad2f2;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</defs>
|
|
||||||
<title>education-pro-usb copy</title>
|
|
||||||
<g>
|
|
||||||
<ellipse class="cls-1" cx="66.48" cy="32.04" rx="11.52" ry="12.96"/>
|
|
||||||
<line class="cls-2" x1="81" y1="57" x2="165" y2="57"/>
|
|
||||||
<path class="cls-1" d="M89.7,65.67A3.44,3.44,0,0,1,86.24,69H46.76a3.44,3.44,0,0,1-3.47-3.33c-.38-7.33-1.22-16.17,3.87-21.1a12.82,12.82,0,0,1,6.11-3.2,16.51,16.51,0,0,0,12.89,6.32,13.08,13.08,0,0,0,1.52-.08,16.55,16.55,0,0,0,11.47-6.38C91.5,43.83,90.2,56.06,89.7,65.67Z"/>
|
|
||||||
</g>
|
|
||||||
<polyline class="cls-2" points="102 113 142 113 142 88"/>
|
|
||||||
<line class="cls-2" x1="267.21" y1="64" x2="351.21" y2="64"/>
|
|
||||||
<g>
|
|
||||||
<ellipse class="cls-3" cx="338.69" cy="38.34" rx="12.67" ry="14.26"/>
|
|
||||||
<path class="cls-3" d="M364.24,75.33A3.78,3.78,0,0,1,360.42,79H317a3.78,3.78,0,0,1-3.81-3.67c-.41-8.06-1.34-17.79,4.25-23.21a14.1,14.1,0,0,1,6.72-3.52,18.16,18.16,0,0,0,14.18,7,14.39,14.39,0,0,0,1.67-.09,18.2,18.2,0,0,0,12.61-7C366.21,51.31,364.78,64.77,364.24,75.33Z"/>
|
|
||||||
</g>
|
|
||||||
<g>
|
|
||||||
<path class="cls-4" d="M328.21,61.12V89.88a.63.63,0,0,1-.64.62H304.85a.63.63,0,0,1-.64-.62V61.12a.63.63,0,0,1,.64-.62h22.72A.63.63,0,0,1,328.21,61.12Z"/>
|
|
||||||
<g>
|
|
||||||
<rect class="cls-5" x="302.21" y="63.5" width="2" height="2"/>
|
|
||||||
<rect class="cls-6" x="304.21" y="63.5" width="2" height="2"/>
|
|
||||||
</g>
|
|
||||||
<g>
|
|
||||||
<rect class="cls-5" x="302.21" y="70.5" width="2" height="2"/>
|
|
||||||
<rect class="cls-6" x="304.21" y="70.5" width="2" height="2"/>
|
|
||||||
</g>
|
|
||||||
<g>
|
|
||||||
<rect class="cls-5" x="302.21" y="77.5" width="2" height="2"/>
|
|
||||||
<rect class="cls-6" x="304.21" y="77.5" width="2" height="2"/>
|
|
||||||
</g>
|
|
||||||
<g>
|
|
||||||
<rect class="cls-5" x="302.21" y="84.5" width="2" height="2"/>
|
|
||||||
<rect class="cls-6" x="304.21" y="84.5" width="2" height="2"/>
|
|
||||||
</g>
|
|
||||||
<path class="cls-7" d="M328.21,61.12V76.5l-16-16h15.36A.63.63,0,0,1,328.21,61.12Z"/>
|
|
||||||
<rect class="cls-6" x="309.21" y="64.5" width="14" height="4"/>
|
|
||||||
</g>
|
|
||||||
<g>
|
|
||||||
<ellipse class="cls-8" cx="90.48" cy="89.04" rx="11.52" ry="12.96"/>
|
|
||||||
<path class="cls-8" d="M113.7,122.67a3.44,3.44,0,0,1-3.47,3.33H70.76a3.44,3.44,0,0,1-3.47-3.33c-.38-7.33-1.22-16.17,3.87-21.1a12.82,12.82,0,0,1,6.11-3.2,16.51,16.51,0,0,0,12.89,6.32,13.08,13.08,0,0,0,1.52-.08,16.55,16.55,0,0,0,11.47-6.38C115.5,100.83,114.2,113.06,113.7,122.67Z"/>
|
|
||||||
</g>
|
|
||||||
<g>
|
|
||||||
<rect class="cls-3" x="89.97" y="110.03" width="30" height="8" transform="translate(-49.89 107.62) rotate(-45)"/>
|
|
||||||
<polygon class="cls-9" points="90.12 123.22 88 131 95.78 128.88 90.12 123.22"/>
|
|
||||||
<path class="cls-9" d="M119.11,105.54l1.41-1.41a3,3,0,0,0,0-4.24l-1.41-1.41a3,3,0,0,0-4.24,0l-1.41,1.41Z"/>
|
|
||||||
<rect class="cls-6" x="113.31" y="101.19" width="1" height="8" transform="translate(-41.05 111.29) rotate(-45)"/>
|
|
||||||
</g>
|
|
||||||
<g>
|
|
||||||
<g>
|
|
||||||
<polygon class="cls-10" points="265 126 148 126 155.32 118 258.15 118 265 126"/>
|
|
||||||
<polygon class="cls-11" points="254 124 159 124 162.34 119 250.76 119 254 124"/>
|
|
||||||
<path class="cls-12" d="M260.37,129H153.3c-4.95,0-5-2.91-5-2.91H265S265.58,129,260.37,129Z"/>
|
|
||||||
</g>
|
|
||||||
<polygon class="cls-12" points="216 112 196 112 198 98 214 98 214.14 99 216 112"/>
|
|
||||||
<polygon class="cls-11" points="216 112 206 112 206 99 214.14 99 216 112"/>
|
|
||||||
<rect class="cls-13" x="130" y="16" width="153" height="84" rx="4" ry="4"/>
|
|
||||||
<rect class="cls-14" x="134" y="20" width="145" height="76"/>
|
|
||||||
<path class="cls-11" d="M235.79,116H177.21a2.12,2.12,0,0,1-2.21-2s3.74-3,3.92-3h54.16c2.25,0,4.92,3,4.92,3A2.12,2.12,0,0,1,235.79,116Z"/>
|
|
||||||
</g>
|
|
||||||
<g>
|
|
||||||
<polygon class="cls-5" points="244.11 36 176.62 36 151.67 50 268.17 50 244.11 36"/>
|
|
||||||
<rect class="cls-4" x="152" y="50" width="116" height="34"/>
|
|
||||||
<polygon class="cls-15" points="210.25 31 209.75 31 184 49.69 184 84 236 84 236 49.69 210.25 31"/>
|
|
||||||
<g>
|
|
||||||
<rect class="cls-16" x="227" y="59" width="4" height="4"/>
|
|
||||||
<rect class="cls-16" x="227" y="54" width="4" height="4"/>
|
|
||||||
<rect class="cls-16" x="222" y="59" width="4" height="4"/>
|
|
||||||
<rect class="cls-16" x="222" y="54" width="4" height="4"/>
|
|
||||||
<rect class="cls-16" x="194" y="59" width="4" height="4"/>
|
|
||||||
<rect class="cls-16" x="194" y="54" width="4" height="4"/>
|
|
||||||
<rect class="cls-16" x="189" y="59" width="4" height="4"/>
|
|
||||||
<rect class="cls-16" x="189" y="54" width="4" height="4"/>
|
|
||||||
<rect class="cls-16" x="194" y="72" width="4" height="4"/>
|
|
||||||
<rect class="cls-16" x="194" y="67" width="4" height="4"/>
|
|
||||||
<rect class="cls-16" x="189" y="72" width="4" height="4"/>
|
|
||||||
<rect class="cls-16" x="189" y="67" width="4" height="4"/>
|
|
||||||
<rect class="cls-16" x="227" y="72" width="4" height="4"/>
|
|
||||||
<rect class="cls-16" x="227" y="67" width="4" height="4"/>
|
|
||||||
<rect class="cls-16" x="222" y="72" width="4" height="4"/>
|
|
||||||
<rect class="cls-16" x="222" y="67" width="4" height="4"/>
|
|
||||||
<rect class="cls-16" x="210" y="59" width="4" height="4"/>
|
|
||||||
<rect class="cls-16" x="210" y="54" width="4" height="4"/>
|
|
||||||
<rect class="cls-16" x="205" y="59" width="4" height="4"/>
|
|
||||||
<rect class="cls-16" x="205" y="54" width="4" height="4"/>
|
|
||||||
</g>
|
|
||||||
<rect class="cls-5" x="204" y="70" width="12" height="14"/>
|
|
||||||
<rect class="cls-17" x="205" y="71" width="10" height="13"/>
|
|
||||||
<g>
|
|
||||||
<rect class="cls-18" x="162" y="59" width="3" height="4"/>
|
|
||||||
<rect class="cls-18" x="162" y="54" width="3" height="4"/>
|
|
||||||
<rect class="cls-18" x="158" y="54" width="3" height="4"/>
|
|
||||||
<rect class="cls-18" x="158" y="59" width="3" height="4"/>
|
|
||||||
</g>
|
|
||||||
<g>
|
|
||||||
<rect class="cls-18" x="162" y="72" width="3" height="4"/>
|
|
||||||
<rect class="cls-18" x="162" y="67" width="3" height="4"/>
|
|
||||||
<rect class="cls-18" x="158" y="67" width="3" height="4"/>
|
|
||||||
<rect class="cls-18" x="158" y="72" width="3" height="4"/>
|
|
||||||
</g>
|
|
||||||
<g>
|
|
||||||
<rect class="cls-18" x="175" y="59" width="3" height="4"/>
|
|
||||||
<rect class="cls-18" x="175" y="54" width="3" height="4"/>
|
|
||||||
<rect class="cls-18" x="171" y="59" width="3" height="4"/>
|
|
||||||
<rect class="cls-18" x="171" y="54" width="3" height="4"/>
|
|
||||||
</g>
|
|
||||||
<g>
|
|
||||||
<rect class="cls-18" x="175" y="72" width="3" height="4"/>
|
|
||||||
<rect class="cls-18" x="175" y="67" width="3" height="4"/>
|
|
||||||
<rect class="cls-18" x="171" y="72" width="3" height="4"/>
|
|
||||||
<rect class="cls-18" x="171" y="67" width="3" height="4"/>
|
|
||||||
</g>
|
|
||||||
<g>
|
|
||||||
<rect class="cls-18" x="246" y="59" width="3" height="4"/>
|
|
||||||
<rect class="cls-18" x="246" y="54" width="3" height="4"/>
|
|
||||||
<rect class="cls-18" x="242" y="59" width="3" height="4"/>
|
|
||||||
<rect class="cls-18" x="242" y="54" width="3" height="4"/>
|
|
||||||
<g>
|
|
||||||
<rect class="cls-18" x="259" y="59" width="3" height="4"/>
|
|
||||||
<rect class="cls-18" x="259" y="54" width="3" height="4"/>
|
|
||||||
<rect class="cls-18" x="255" y="59" width="3" height="4"/>
|
|
||||||
<rect class="cls-18" x="255" y="54" width="3" height="4"/>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
<g>
|
|
||||||
<rect class="cls-18" x="246" y="72" width="3" height="4"/>
|
|
||||||
<rect class="cls-18" x="246" y="67" width="3" height="4"/>
|
|
||||||
<rect class="cls-18" x="242" y="72" width="3" height="4"/>
|
|
||||||
<rect class="cls-18" x="242" y="67" width="3" height="4"/>
|
|
||||||
<g>
|
|
||||||
<rect class="cls-18" x="259" y="72" width="3" height="4"/>
|
|
||||||
<rect class="cls-18" x="259" y="67" width="3" height="4"/>
|
|
||||||
<rect class="cls-18" x="255" y="72" width="3" height="4"/>
|
|
||||||
<rect class="cls-18" x="255" y="67" width="3" height="4"/>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
<path class="cls-19" d="M214.24,37.76a6,6,0,1,1-8.49,0A6,6,0,0,1,214.24,37.76Z"/>
|
|
||||||
<polyline class="cls-20" points="214.5 43 210 43 210 38"/>
|
|
||||||
<polygon class="cls-21" points="215 71 215 77 209 71 215 71"/>
|
|
||||||
<path class="cls-22" d="M162.67,80.42a3.3,3.3,0,0,1-.8,2.2,5,5,0,0,1-2.14,1.4l-.27.1a9.78,9.78,0,0,1-1.29.3c-1.33.22-6.55,0-8.25,0-3.73,0-6.75-2.12-6.75-4.75a4.46,4.46,0,0,1,2.65-3.77,2.75,2.75,0,0,1-1.15-2.23,1.79,1.79,0,0,1,0-.24,2.67,2.67,0,0,1,.67-1.58,2.72,2.72,0,0,1,2.06-.93,2.9,2.9,0,0,1,.76.1,9,9,0,0,1,.23-1.87,7.58,7.58,0,0,1,.6-1.7,4,4,0,0,1,3.42-2.53c1.81,0,3.35,1.66,4,4,2.11.09,3.79,1.51,3.79,3.24a2.81,2.81,0,0,1-.65,1.77,3.42,3.42,0,0,1,2.15,3,2.79,2.79,0,0,1-.29,1.21A2.94,2.94,0,0,1,162.67,80.42Z"/>
|
|
||||||
<path class="cls-23" d="M159.73,84l-.27.1a9.78,9.78,0,0,1-1.29.3h-8.25c-3.73,0-6.75-2.12-6.75-4.75a4.46,4.46,0,0,1,2.65-3.77,2.75,2.75,0,0,1-1.15-2.23,1.79,1.79,0,0,1,0-.24,2.65,2.65,0,0,1,.49.09,9,9,0,0,1,.18-1.67,2.72,2.72,0,0,1,2.06-.93,2.9,2.9,0,0,1,.76.1,9,9,0,0,1,.23-1.87,7.58,7.58,0,0,1,.6-1.7,2.84,2.84,0,0,1,.42,0c1.81,0,3.75,1,3.75,4,2.79-1,4.5.76,4.5,2.5a3.38,3.38,0,0,1-1.15,2.52c1.65,0,2.65.72,2.65,2a3.14,3.14,0,0,1-.79,2.21,2.94,2.94,0,0,1,1.29,2.29C159.67,83.21,159.74,83.65,159.73,84Z"/>
|
|
||||||
</g>
|
|
||||||
<g>
|
|
||||||
<g>
|
|
||||||
<polygon class="cls-3" points="93 36 93 50 109.5 33.5 93 36"/>
|
|
||||||
<rect class="cls-3" x="87" y="15" width="34" height="27" rx="3" ry="3"/>
|
|
||||||
</g>
|
|
||||||
<path class="cls-24" d="M121,18V31L105,15h13A3,3,0,0,1,121,18Z"/>
|
|
||||||
<rect class="cls-25" x="96" y="24" width="16" height="1"/>
|
|
||||||
<rect class="cls-25" x="96" y="28" width="16" height="1"/>
|
|
||||||
<rect class="cls-25" x="96" y="32" width="9" height="1"/>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 10 KiB |
@ -1,84 +0,0 @@
|
|||||||
<svg id="ICONS" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 140">
|
|
||||||
<defs>
|
|
||||||
<style>
|
|
||||||
.cls-1 {
|
|
||||||
fill: #55a5e4;
|
|
||||||
opacity: 0.2;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-2 {
|
|
||||||
fill: #fff;
|
|
||||||
stroke: #55a5e4;
|
|
||||||
stroke-miterlimit: 10;
|
|
||||||
stroke-width: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-3 {
|
|
||||||
fill: #7750a3;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-4 {
|
|
||||||
fill: #4d4e4e;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-5 {
|
|
||||||
fill: #0078d7;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-6 {
|
|
||||||
fill: #2b8fde;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-7 {
|
|
||||||
fill: #0050c5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-8 {
|
|
||||||
fill: #b4a0ff;
|
|
||||||
opacity: 0.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-9 {
|
|
||||||
fill: #bad80a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-10 {
|
|
||||||
fill: #ddec85;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-11 {
|
|
||||||
fill: #80bceb;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</defs>
|
|
||||||
<title>education-partner-aep-2</title>
|
|
||||||
<g>
|
|
||||||
<path class="cls-1" d="M119.51,50.32a35.43,35.43,0,0,1,69.94-1.11,24.11,24.11,0,0,1,38.72,12.26,21.07,21.07,0,1,1,5,41.54H114.58c-12-2.44-21.08-13.6-21.08-26.35A26.34,26.34,0,0,1,119.51,50.32Z"/>
|
|
||||||
<g>
|
|
||||||
<path class="cls-2" d="M124.38,65.52a37.39,37.39,0,0,1,74-1.19,25.21,25.21,0,0,1,16.34-6,25.57,25.57,0,0,1,24.62,19.14,22,22,0,0,1,5.29-.67,22.61,22.61,0,0,1,0,45.21H119.17c-12.72-2.62-22.3-14.59-22.3-28.25A28.06,28.06,0,0,1,124.38,65.52Z"/>
|
|
||||||
<g>
|
|
||||||
<ellipse class="cls-3" cx="163" cy="69.36" rx="14.5" ry="16.5"/>
|
|
||||||
<path class="cls-3" d="M192.13,111.64a4.49,4.49,0,0,1-3.68,4.31,3.81,3.81,0,0,1-.59,0H139.14a4.46,4.46,0,0,1-4.28-4.36c-.46-9.16-1.5-20.22,4.78-26.38a15.69,15.69,0,0,1,7.53-4,20.35,20.35,0,0,0,14.42,7.84,14.71,14.71,0,0,0,1.49.07,16.36,16.36,0,0,0,1.87-.1,20.39,20.39,0,0,0,14.15-8C194.35,84.33,192.74,99.63,192.13,111.64Z"/>
|
|
||||||
</g>
|
|
||||||
<g>
|
|
||||||
<rect class="cls-4" x="142.5" y="49" width="3" height="18.75" rx="1.5" ry="1.5"/>
|
|
||||||
<path class="cls-5" d="M185.87,50l-8.37,3V63c0,4.17-6.83,8-14.62,8s-14.38-3.83-14.38-8V53l-8.63-3,23-8Z"/>
|
|
||||||
<path class="cls-6" d="M177.5,54v9c0,4.17-6.83,8-14.62,8s-14.38-3.83-14.38-8V54l14,7Z"/>
|
|
||||||
<polygon class="cls-7" points="163.5 63 177.5 58.05 177.5 53 163.5 58 148.5 53 148.5 58.05 163.5 63"/>
|
|
||||||
<path class="cls-4" d="M141.5,72V67.5c0-1.65.9-3,2-3h1c1.1,0,2,1.35,2,3V72Z"/>
|
|
||||||
</g>
|
|
||||||
<path class="cls-8" d="M192.13,111.64a4.49,4.49,0,0,1-3.68,4.31L161.59,89.09a14.71,14.71,0,0,0,1.49.07,16.36,16.36,0,0,0,1.87-.1,20.39,20.39,0,0,0,14.15-8C194.35,84.33,192.74,99.63,192.13,111.64Z"/>
|
|
||||||
<circle class="cls-9" cx="253.5" cy="78" r="53" transform="translate(19.09 202.1) rotate(-45)"/>
|
|
||||||
<path class="cls-10" d="M291,40.52a53,53,0,0,1,0,75l-75-75A53,53,0,0,1,291,40.52Z"/>
|
|
||||||
<polygon class="cls-5" points="118.5 81 121.16 87.85 128.5 88.27 122.81 92.92 124.68 100.02 118.5 96.05 112.32 100.02 114.19 92.92 108.5 88.27 115.84 87.85 118.5 81"/>
|
|
||||||
<g>
|
|
||||||
<polygon class="cls-5" points="258.49 70.32 256.48 78.17 247.28 114 241.48 104.19 237.54 106.53 231.68 109.99 242.88 66.31 258.49 70.32"/>
|
|
||||||
<polygon class="cls-6" points="256.48 78.17 247.28 114 241.48 104.19 237.54 106.53 245.54 75.35 256.48 78.17"/>
|
|
||||||
<polygon class="cls-5" points="276.04 106.88 268.44 104.11 265.33 102.98 261.44 113.68 242.92 73.93 242.38 72.8 256.98 66.01 276.04 106.88"/>
|
|
||||||
<polygon class="cls-6" points="268.44 104.11 265.33 102.98 261.44 113.68 242.92 73.93 252.32 69.55 268.44 104.11"/>
|
|
||||||
<polygon class="cls-7" points="252.05 47.01 258.09 43.14 261.38 49.51 268.55 49.18 268.22 56.35 274.6 59.64 270.72 65.69 274.6 71.73 268.22 75.02 268.55 82.19 261.38 81.86 258.09 88.23 252.05 84.36 246.01 88.23 242.71 81.86 235.54 82.19 235.88 75.02 229.5 71.73 233.37 65.69 229.5 59.64 235.88 56.35 235.54 49.18 242.71 49.51 246.01 43.14 252.05 47.01"/>
|
|
||||||
<path class="cls-11" d="M261,65.68a9,9,0,1,1-9-9A8.93,8.93,0,0,1,261,65.68Z"/>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 3.7 KiB |
@ -1,95 +0,0 @@
|
|||||||
<svg id="ICONS" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 140">
|
|
||||||
<defs>
|
|
||||||
<style>
|
|
||||||
.cls-1 {
|
|
||||||
fill: #55a5e4;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-11, .cls-2, .cls-3 {
|
|
||||||
fill: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-2, .cls-5, .cls-9 {
|
|
||||||
stroke: #556a8a;
|
|
||||||
stroke-width: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-2, .cls-5 {
|
|
||||||
stroke-linecap: round;
|
|
||||||
stroke-linejoin: round;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-4 {
|
|
||||||
fill: #556a8a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-10, .cls-5, .cls-7, .cls-9 {
|
|
||||||
fill: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-6 {
|
|
||||||
fill: #e5e5e5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-7 {
|
|
||||||
stroke: #a7a9ac;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-7, .cls-9 {
|
|
||||||
stroke-miterlimit: 10;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-8 {
|
|
||||||
fill: #d4e2f5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-11 {
|
|
||||||
opacity: 0.1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-12 {
|
|
||||||
fill: #e4edf1;
|
|
||||||
opacity: 0.34;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</defs>
|
|
||||||
<title>education-partner-directory-3</title>
|
|
||||||
<g>
|
|
||||||
<path class="cls-1" d="M117,66.32a35.43,35.43,0,0,1,69.94-1.11,24.11,24.11,0,0,1,38.72,12.26,21.07,21.07,0,1,1,5,41.54H112.08c-12-2.44-21.08-13.6-21.08-26.35A26.34,26.34,0,0,1,117,66.32Z"/>
|
|
||||||
<rect class="cls-2" x="185" y="29" width="124" height="97"/>
|
|
||||||
<path class="cls-3" d="M247,124a13.75,13.75,0,0,0-9-4H196V23h43c7,0,8,10,8,10s1-10,8-10h43v97H256a13.75,13.75,0,0,0-9,4"/>
|
|
||||||
<rect class="cls-4" x="246" y="30" width="2" height="93.32"/>
|
|
||||||
<path class="cls-5" d="M247,124a13.75,13.75,0,0,0-9-4H196V23h43c7,0,8,10,8,10s1-10,8-10h43v97H256a13.75,13.75,0,0,0-9,4"/>
|
|
||||||
<rect class="cls-6" x="197" y="24" width="15" height="95"/>
|
|
||||||
<rect class="cls-6" x="282" y="24" width="15" height="95"/>
|
|
||||||
<g>
|
|
||||||
<line class="cls-7" x1="216" y1="42" x2="240" y2="42"/>
|
|
||||||
<line class="cls-7" x1="216" y1="53" x2="240" y2="53"/>
|
|
||||||
<line class="cls-7" x1="216" y1="64" x2="240" y2="64"/>
|
|
||||||
<line class="cls-7" x1="216" y1="75" x2="240" y2="75"/>
|
|
||||||
<line class="cls-7" x1="216" y1="86" x2="240" y2="86"/>
|
|
||||||
<line class="cls-7" x1="216" y1="97" x2="240" y2="97"/>
|
|
||||||
</g>
|
|
||||||
<g>
|
|
||||||
<circle class="cls-3" cx="192" cy="42" r="32"/>
|
|
||||||
<path class="cls-3" d="M222.5,41.75a2.09,2.09,0,0,1,0,.25A30.24,30.24,0,0,1,162,42a2.09,2.09,0,0,1,0-.25,30.25,30.25,0,0,1,60.5,0Z"/>
|
|
||||||
<path class="cls-8" d="M192.25,72.5A30.82,30.82,0,0,1,161.51,42v-.5H223V42A30.82,30.82,0,0,1,192.25,72.5Z"/>
|
|
||||||
<path class="cls-4" d="M192,12a30,30,0,1,1-30,30,30,30,0,0,1,30-30m0-2a32,32,0,1,0,32,32,32,32,0,0,0-32-32Z"/>
|
|
||||||
<path class="cls-4" d="M192,12c5.71,0,12.08,12.32,12.08,30S197.71,72,192,72s-12.08-12.32-12.08-30S186.29,12,192,12m0-2c-7.78,0-14.08,14.33-14.08,32s6.3,32,14.08,32,14.08-14.33,14.08-32S199.78,10,192,10Z"/>
|
|
||||||
<path class="cls-9" d="M217.88,25c-4.63,1.39-14.57,2.36-26.09,2.36s-21.67-1-26.23-2.4"/>
|
|
||||||
<path class="cls-9" d="M165.55,58.32c4.34-1.41,14.49-2.4,26.33-2.4,11.54,0,21.49.94,26,2.3"/>
|
|
||||||
<line class="cls-9" x1="160.94" y1="42" x2="223.33" y2="42"/>
|
|
||||||
<rect class="cls-10" x="160" y="10" width="64" height="64"/>
|
|
||||||
</g>
|
|
||||||
<g>
|
|
||||||
<line class="cls-7" x1="254" y1="42" x2="278" y2="42"/>
|
|
||||||
<line class="cls-7" x1="254" y1="53" x2="278" y2="53"/>
|
|
||||||
<line class="cls-7" x1="254" y1="64" x2="278" y2="64"/>
|
|
||||||
<line class="cls-7" x1="254" y1="75" x2="278" y2="75"/>
|
|
||||||
<line class="cls-7" x1="254" y1="86" x2="278" y2="86"/>
|
|
||||||
<line class="cls-7" x1="254" y1="97" x2="278" y2="97"/>
|
|
||||||
</g>
|
|
||||||
<path class="cls-11" d="M124.22,73a31.49,31.49,0,0,1,62.17-1,21.43,21.43,0,0,1,34.42,10.89,18.73,18.73,0,1,1,4.45,36.93H119.84c-10.69-2.17-18.74-12.09-18.74-23.43A23.42,23.42,0,0,1,124.22,73Z"/>
|
|
||||||
<path class="cls-12" d="M161.43,74.55a15.53,15.53,0,1,0-5.55,7.23v5.07h4.92v5.67h6.48V99H177V89.56Zm-18.61-7.11a4,4,0,1,1,4-4A4,4,0,0,1,142.82,67.44Z"/>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 3.7 KiB |
@ -1,103 +0,0 @@
|
|||||||
<svg id="ICONS" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 140">
|
|
||||||
<defs>
|
|
||||||
<style>
|
|
||||||
.cls-1 {
|
|
||||||
fill: #0078d7;
|
|
||||||
isolation: isolate;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-2 {
|
|
||||||
fill: #2dbceb;
|
|
||||||
opacity: 0.41;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-3 {
|
|
||||||
fill: #556a8a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-4 {
|
|
||||||
fill: #bad80a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-14, .cls-5 {
|
|
||||||
fill: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-5 {
|
|
||||||
stroke: #556a8a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-5, .cls-8 {
|
|
||||||
stroke-miterlimit: 10;
|
|
||||||
stroke-width: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-6, .cls-8 {
|
|
||||||
fill: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-7 {
|
|
||||||
fill: #e5e5e5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-8 {
|
|
||||||
stroke: #55a5e4;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-9 {
|
|
||||||
fill: #55a5e4;
|
|
||||||
opacity: 0.3;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-10 {
|
|
||||||
fill: #2b6dcf;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-11 {
|
|
||||||
fill: #558ad8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-12 {
|
|
||||||
fill: #939598;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-13 {
|
|
||||||
fill: #4d4d4d;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</defs>
|
|
||||||
<title>education-partner-mepn-1</title>
|
|
||||||
<g>
|
|
||||||
<ellipse class="cls-1" cx="104.5" cy="29.46" rx="10" ry="12.46"/>
|
|
||||||
<path class="cls-1" d="M87.5,101.43V140H98.58c1.54-13.16,3.6-30.57,3.94-32.83.43-2.76,4.7-2.76,5.12,0,.35,2.26,2.74,19.67,4.45,32.83h10.4V99h6l-.33-12.33-.67-25.2,8.42,2.19a4.54,4.54,0,0,0,1.93.25,4.49,4.49,0,0,0,1.48-.38l19-9.45a4.54,4.54,0,1,0-3.75-8.27L138,52.64,122.08,48c-.93-.28-1.91-.57-2.94-.86l0,0c-2.06-.58-4.18-1.16-5.79-1.59l-2.7-.72-6,12.48h-.1l-6-12.48s-5.77,1.3-9.89,2.39L87,47.6A8.84,8.84,0,0,0,81.48,52,11.43,11.43,0,0,0,80.2,56.4c-.61,6.36-.6,20.59-1.12,26.31-.19,2-.2,8.56,2.07,11.48A88.76,88.76,0,0,0,87.5,101.43Z"/>
|
|
||||||
<path class="cls-2" d="M158.36,54.08l-19,9.45a4.49,4.49,0,0,1-1.48.38,4.54,4.54,0,0,1-1.93-.25l-8.42-2.19.67,25.2L128.5,99l-47-47A8.84,8.84,0,0,1,87,47.6l1.63-.44c4.12-1.09,9.89-2.39,9.89-2.39l6,12.48h.1l6-12.48,2.7.72c1.61.43,3.73,1,5.79,1.59l0,0c1,.29,2,.58,2.94.86L138,52.64l16.63-6.83a4.54,4.54,0,1,1,3.75,8.27Z"/>
|
|
||||||
</g>
|
|
||||||
<g>
|
|
||||||
<path class="cls-3" d="M136.66,40.43h3.41l-.09-18h-3.32c-2.2,0-4.65,4.35-4.62,9S134.46,40.45,136.66,40.43Z"/>
|
|
||||||
<path class="cls-4" d="M134.62,31.53c0-5,1.74-9,3.94-9a14,14,0,0,1,1.76,0c1.91.67,2.25,4.46,2.27,8.93s.22,8.36-1.72,9c-.17.05-2,0-2.22,0C136.45,40.5,134.65,36.49,134.62,31.53Z"/>
|
|
||||||
<path class="cls-5" d="M158.39,35.18h-2.7a7.65,7.65,0,1,0,0,15.3h2.7a7.65,7.65,0,1,0,0-15.3Z"/>
|
|
||||||
<path class="cls-6" d="M179.06,31.52v-.08c0-8.74,1-15.81,3-19-3.7,1.91-12.29,4.88-22.83,7.61-5,1.3-19.12,3.36-19.17,3.39-1.53,1.53-1.9,5.59-2,7.37,0,.27,0,.48,0,.63,0,1.13.24,6.24,2,8,0,0,14.21,2.09,19.17,3.39,10.54,2.73,19.13,5.7,22.83,7.61-1.6-2.54-2.56-7.62-2.87-14.07C179.1,34.85,179.06,33.22,179.06,31.52Z"/>
|
|
||||||
<path class="cls-7" d="M182,50.48c-3.7-1.91-12.29-4.88-22.83-7.61-5-1.3-19.12-3.36-19.17-3.39-1.76-1.76-2-8.36-1.65-7.8,0,0,12,1.55,18.65,2.8s22,6,22,6C179,46.1,180.44,47.94,182,50.48Z"/>
|
|
||||||
<path class="cls-5" d="M179.06,31.48v0c0-8,.83-14.61,2.5-18.08.15-.32-.38,0-.21-.3-.47.24.81-.56.19-.28a168.81,168.81,0,0,1-22.33,7.31c-5,1.3-19.12,3.36-19.17,3.39-1.76,1.76-2,6.87-2,8s.24,6.24,2,8c.05,0,14.21,2.09,19.17,3.39,10.54,2.73,17.5,5.11,21.2,7-.25-.39,1,.61.75.09-1.52-3.58-2.1-10.83-2.1-18.47Z"/>
|
|
||||||
<path class="cls-4" d="M190.57,31.5c0,8.33-2.32,15.48-4.24,18.7-.68,1.15-1.45,1.8-2.25,1.8a2.59,2.59,0,0,1-2-1.36c-1.58-2.27-2.81-7.18-3.29-13.28-.15-1.86-.23-3.82-.23-5.86s.08-4,.23-5.9c.49-6.08,1.71-11,3.29-13.23a2.58,2.58,0,0,1,2-1.37c.8,0,1.57.64,2.25,1.81C188.25,16,190.57,23.19,190.57,31.5Z"/>
|
|
||||||
<path class="cls-3" d="M186,31.48a6,6,0,0,1-6,6,6.09,6.09,0,0,1-1.22-.12c-.15-1.86-.23-3.82-.23-5.86s.08-4,.23-5.9a6.08,6.08,0,0,1,1.22-.12A6,6,0,0,1,186,31.48Z"/>
|
|
||||||
<path class="cls-5" d="M190.57,31.5c0,8.33-2.32,15.48-4.24,18.7-.68,1.15-1.45,1.8-2.25,1.8a2.57,2.57,0,0,1-2-1.36c-2.06-3-3.52-10.4-3.52-19.14s1.46-16.17,3.52-19.13a2.59,2.59,0,0,1,2-1.37c.8,0,1.57.65,2.25,1.81C188.25,16,190.57,23.19,190.57,31.5Z"/>
|
|
||||||
</g>
|
|
||||||
<line class="cls-5" x1="194" y1="31" x2="215" y2="31"/>
|
|
||||||
<line class="cls-5" x1="194" y1="27" x2="206.5" y2="14.5"/>
|
|
||||||
<line class="cls-5" x1="206" y1="48" x2="194" y2="36"/>
|
|
||||||
<path class="cls-8" d="M205,119.49a25.36,25.36,0,0,1-.21-49.42c1.86-11.89,12-21,23.91-21A24,24,0,0,1,249.1,60.55,24.2,24.2,0,0,1,259.85,58c10.36,0,33.33-3.63,30.34,8.46,1.56-.33-4,7.57-2.39,7.57a22.89,22.89,0,0,1,9.69,43.64l-.35.15a21.08,21.08,0,0,1-6.77,1.85l-.57.06c-3,.26-7,.31-13.37.31H209.83A20.74,20.74,0,0,1,205,119.49Z"/>
|
|
||||||
<path class="cls-9" d="M174.53,84.54a28.34,28.34,0,0,1,56-.89,19.29,19.29,0,0,1,31,9.8,16.86,16.86,0,1,1,4,33.23H170.59a21.56,21.56,0,0,1-16.87-21.08A21.08,21.08,0,0,1,174.53,84.54Z"/>
|
|
||||||
<g>
|
|
||||||
<path class="cls-10" d="M314.4,68.17A45.49,45.49,0,1,1,301.08,36,45.41,45.41,0,0,1,314.4,68.17Z"/>
|
|
||||||
<path class="cls-11" d="M314.4,68.17a45.41,45.41,0,0,1-12.61,31.47L237.44,35.28a45.51,45.51,0,0,1,77,32.89Z"/>
|
|
||||||
<polygon class="cls-12" points="242.76 42.03 260.86 76.21 295.04 94.31 273.17 62.48 242.76 42.03"/>
|
|
||||||
<rect class="cls-6" x="267.48" y="26.94" width="2.84" height="12.8"/>
|
|
||||||
<rect class="cls-6" x="267.48" y="96.61" width="2.84" height="12.8"/>
|
|
||||||
<rect class="cls-6" x="232.65" y="61.77" width="2.84" height="12.8" transform="translate(165.9 302.24) rotate(-90)"/>
|
|
||||||
<rect class="cls-6" x="302.32" y="61.77" width="2.84" height="12.8" transform="translate(235.57 371.91) rotate(-90)"/>
|
|
||||||
<polygon class="cls-13" points="242.76 42.03 295.04 94.31 276.95 60.13 242.76 42.03"/>
|
|
||||||
<circle class="cls-6" cx="268.9" cy="68.17" r="4.27" transform="translate(30.56 210.11) rotate(-45)"/>
|
|
||||||
<rect class="cls-14" x="223.4" y="22.67" width="91" height="91"/>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 5.5 KiB |
@ -1,19 +0,0 @@
|
|||||||
<svg id="ICONS" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 140">
|
|
||||||
<defs>
|
|
||||||
<style>
|
|
||||||
.cls-1 {
|
|
||||||
fill: #0072c6;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</defs>
|
|
||||||
<title>education-partner-yammer</title>
|
|
||||||
<g>
|
|
||||||
<path class="cls-1" d="M350,57.16a2.71,2.71,0,0,1-2.7,2.7c-1.49,0-16-1-16-2.54s14.53-2.87,16-2.87A2.7,2.7,0,0,1,350,57.16Zm-6.5-16.23a2.7,2.7,0,0,1-1,3.68c-1.3.73-14.48,6.95-15.21,5.64s11.26-9.63,12.56-10.36A2.7,2.7,0,0,1,343.5,40.94ZM339.82,74.8c-1.3-.73-13.29-9.06-12.56-10.36s13.91,4.91,15.21,5.64a2.7,2.7,0,0,1-2.65,4.71Z"/>
|
|
||||||
<path class="cls-1" d="M182.3,91.73a3.38,3.38,0,0,0,6.73.36V70.9C189,60.46,187.13,54,175.56,54c-6.13,0-9.84,2.93-12.77,7.68C161.5,58.91,158.74,54,150,54c-6.65,0-9.76,3.71-11.57,7.68h-.17c0-1.26,0-2.52-.1-3.77a3.21,3.21,0,0,0-6.34.55c.1,1.86.22,3.9.22,6.15V91.8a3.38,3.38,0,0,0,6.74.34V75.73c0-9.23,1.91-15.54,10.62-15.54,5.52,0,7.76,3.45,7.76,12.34V91.81a3.38,3.38,0,0,0,6.73.33v-20c0-7.25,4.75-11.91,10.44-11.91,7.85,0,7.94,5.44,7.94,11Z"/>
|
|
||||||
<path class="cls-1" d="M245,91.73a3.38,3.38,0,0,0,6.73.36V70.9c0-10.44-1.91-16.91-13.47-16.91-6.13,0-9.84,2.93-12.77,7.68C224.2,58.91,221.44,54,212.73,54c-6.65,0-9.76,3.71-11.58,7.68H201c0-1.26,0-2.52-.1-3.77a3.21,3.21,0,0,0-6.34.55c.1,1.86.22,3.9.22,6.15V91.8a3.38,3.38,0,0,0,6.74.34V75.73c0-9.23,1.91-15.54,10.62-15.54,5.52,0,7.76,3.45,7.76,12.34V91.81a3.38,3.38,0,0,0,6.73.33v-20c0-7.25,4.75-11.91,10.44-11.91,7.85,0,7.94,5.44,7.94,11Z"/>
|
|
||||||
<path class="cls-1" d="M70.05,86.22c-2.07,5.84-4,8.57-8.38,8.57-.43,0-1.9-.09-2-.1a3.07,3.07,0,0,0-1,6,20.2,20.2,0,0,0,3.44.28c8.1,0,10.78-4.67,13.46-11.48L91.38,50.08A3.39,3.39,0,0,0,85,47.88L73.85,77.24h-.17L62,47.66a3.59,3.59,0,0,0-6.66,2.65Z"/>
|
|
||||||
<path class="cls-1" d="M126.07,91.54c-.08-1-.14-2.15-.14-3.12V71.07c0-11.39-5-17.08-16.91-17.08A23.52,23.52,0,0,0,95.5,58.07a3.13,3.13,0,0,0,4,4.79,19.12,19.12,0,0,1,9.69-2.66c6.3,0,10,3,10,8.89V70.3h-2.59c-9.92,0-25.46.77-25.46,14.15,0,7.85,6.82,12,15,12a15.26,15.26,0,0,0,13.29-7.07h.18c0,.91,0,2,.08,3.18a3.22,3.22,0,0,0,6.35-1Zm-6.87-13c-.17,6.56-4.14,12.17-11.91,12.17-5.09,0-8.89-1.9-8.89-7,0-5.44,5.52-7.77,14.07-7.77h6.73Z"/>
|
|
||||||
<path class="cls-1" d="M308.24,58a3.24,3.24,0,0,0-6.37-.12c.1,2,.25,4.27.25,6.75V92.08a3.37,3.37,0,0,0,6.73-.36v-16c0-9.23,3.62-15,11.82-15,.39,0,.93,0,1.33.07a3.4,3.4,0,0,0,.09-6.81h0c-6.9.08-11.8,3.77-13.58,7.69h-.17c0-1.24,0-2.48-.1-3.7"/>
|
|
||||||
<path class="cls-1" d="M296.91,72.48c-.91-11.84-8.4-18.65-19.06-18.65-11.91,0-20.71,8.71-20.71,21.23,0,11.73,7.76,21.23,20.45,21.23,6.06,0,10.93-1.49,15.09-5.29a3.14,3.14,0,0,0-3.94-4.83,15.27,15.27,0,0,1-10.82,4c-8.54,0-13.71-5.19-14-13l29.76,0a3.6,3.6,0,0,0,1.68-.3,2.72,2.72,0,0,0,1.52-2A21.05,21.05,0,0,0,296.91,72.48Zm-32.94-1c1-7.08,5.81-11.79,13.59-11.79s12.56,4.72,13,11.79Z"/>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 2.7 KiB |
@ -1,111 +0,0 @@
|
|||||||
<svg id="ICONS" xmlns="https://www.w3.org/2000/svg" viewBox="0 0 400 140">
|
|
||||||
<defs>
|
|
||||||
<style>
|
|
||||||
.cls-1 {
|
|
||||||
fill: #2b6dcf;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-2 {
|
|
||||||
fill: #9273b6;
|
|
||||||
fill-rule: evenodd;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-3 {
|
|
||||||
fill: #221f1f;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-4 {
|
|
||||||
fill: #80bceb;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-5 {
|
|
||||||
fill: #939598;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-6 {
|
|
||||||
fill: #414042;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-7 {
|
|
||||||
fill: #6d6e71;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-8 {
|
|
||||||
fill: #bcbec0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-9 {
|
|
||||||
fill: #bad80a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-10 {
|
|
||||||
fill: #aad2f2;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-11, .cls-12 {
|
|
||||||
fill: none;
|
|
||||||
stroke-miterlimit: 10;
|
|
||||||
stroke-width: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-11 {
|
|
||||||
stroke: #414042;
|
|
||||||
stroke-linecap: round;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-12 {
|
|
||||||
stroke: #808285;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-13 {
|
|
||||||
fill: #808285;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cls-14 {
|
|
||||||
fill: #2b8fde;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</defs>
|
|
||||||
<title>education-pro-usb</title>
|
|
||||||
<path class="cls-1" d="M99.47,73.06A1.4,1.4,0,0,0,98,71.65l-5.79-.72A22.51,22.51,0,0,0,91.5,67l4.69-3.19A1.51,1.51,0,0,0,97,61.75l-1.51-3.49a1.3,1.3,0,0,0-1.87-.58L87.85,59,85.93,56l3.22-4.62a1.56,1.56,0,0,0-.05-2.06l-2.94-2.84a1.86,1.86,0,0,0-2.07.05L79.6,49.89c-1-.6-2.29-1.4-3.33-2l1.13-5.81a1.41,1.41,0,0,0-.85-1.64L73,39.07a1.32,1.32,0,0,0-1.86.65l-3,5.23a11.81,11.81,0,0,0-3.73-.76l-.93-5.76A1.42,1.42,0,0,0,62,37l-3.92.29c-.63-.19-1.24.44-1.43,1.06l-.92,6a12.34,12.34,0,0,0-3.7.89l-3.2-5.09A2.09,2.09,0,0,0,47,39.57L43.29,41.3a1.42,1.42,0,0,0-.8,1.66L44,48.51c-1,.64-2,1.69-3.05,2.34l-4.82-3.42a1.26,1.26,0,0,0-1.66.08,1,1,0,0,0-.19.16l-1.69,1.75-.94,1,0,0a1.33,1.33,0,0,0-.15,1.83l3.6,4.68a17.53,17.53,0,0,0-2.21,3.56L27.09,59A1.82,1.82,0,0,0,25.25,60l-1.38,3.54a1.78,1.78,0,0,0,.87,2.05l5,2.79c-.4,1.25-.37,2.49-.77,3.74l-5.76.94A1.81,1.81,0,0,0,22,74.77l.07,3.71a1.8,1.8,0,0,0,1.27,1.64l6,.51a23.64,23.64,0,0,0,.89,4.11l-5.11,3.19a1.32,1.32,0,0,0-.58,1.88l1.51,3.48a1.94,1.94,0,0,0,1.89,1l5.75-1.76c.64,1,1.28,2,1.92,3.06l-3.43,4.82a2,2,0,0,0,.24,1.85l3,2.83a1.55,1.55,0,0,0,1.85.18l4.7-3.61c1,.61,2.29,1.41,3.33,2l-1.12,5.82a1.39,1.39,0,0,0,.86,1.63l3.74,1.58A1.75,1.75,0,0,0,50.6,112l2.79-5c1.25,0,2.5.36,3.73.34l.73,6a1.81,1.81,0,0,0,1.68,1.2l3.93.14a2.52,2.52,0,0,0,1.41-1.47l.73-5.81c1.44-.23,2.67-.67,4.11-.9l3,4.9a1.42,1.42,0,0,0,1.88.58L78,110.47a1.69,1.69,0,0,0,1-1.88L77.5,103a14.87,14.87,0,0,0,3.06-2.33l4.81,3.42a1.39,1.39,0,0,0,2.07,0l1.79-1.86.63-.66.22-.22a1.44,1.44,0,0,0,.43-1.08,1.39,1.39,0,0,0-.48-1l-3.6-4.7A10.18,10.18,0,0,0,88.64,91l5.82,1.55a1.41,1.41,0,0,0,1.63-.86L97.68,88A2.1,2.1,0,0,0,97,86.13l-5.22-3a10.36,10.36,0,0,0,.55-3.53l6-1.15c.61-.22,1.22-.85,1.22-1.27Zm-31.8,7.61a9,9,0,1,1,1.79-6A9,9,0,0,1,67.67,80.67Z"/>
|
|
||||||
<path class="cls-2" d="M130.63,34.53l-3-.43c-.22-.65-.22-1.3-.43-1.95l2.6-1.51a.79.79,0,0,0,.43-1.08l-.87-1.73c0-.43-.43-.65-.87-.65l-3,.87a4.71,4.71,0,0,0-1.08-1.73l1.73-2.6a.66.66,0,0,0,0-.87l-1.52-1.51a.66.66,0,0,0-.87,0l-2.6,1.73c-.43-.43-1.08-.65-1.52-1.08l.65-3c.22-.22,0-.65-.43-.87l-1.73-.65a1,1,0,0,0-1.08.22l-1.52,2.6c-.65-.22-1.3-.22-2.17-.43l-.43-3a.69.69,0,0,0-.65-.65h-2.17a.69.69,0,0,0-.65.65l-.43,3c-.65.22-1.3.22-1.95.43l-1.52-2.6c-.22-.43-.65-.43-1.08-.43l-1.95.87c-.22,0-.43.43-.43.87l.87,3a4.72,4.72,0,0,0-1.73,1.08l-2.6-1.73a.66.66,0,0,0-.87,0L96.2,22.85a.66.66,0,0,0,0,.87l1.73,2.6c-.43.43-.65,1.08-1.08,1.51l-3-.65c-.22-.22-.65,0-.87.43l-.87,1.73c0,.43,0,.87.43,1.08l2.6,1.51c-.22.65-.22,1.51-.43,2.16l-3,.43a.69.69,0,0,0-.65.65v2.16a.57.57,0,0,0,.65.65l3,.43a6.31,6.31,0,0,0,.43,1.95l-2.6,1.51A.79.79,0,0,0,92.08,43l.87,1.95c0,.22.43.43.87.43l3-.87a4.71,4.71,0,0,0,1.08,1.73l-1.73,2.6a1,1,0,0,0,0,1.08l1.52,1.3c.22.22.65.43.87.22l2.6-1.95a3.88,3.88,0,0,0,1.52,1.08l-.65,3c-.22.22,0,.65.43.87l1.73.87c.43,0,.87,0,1.08-.43l1.52-2.6a6.41,6.41,0,0,0,2.17.43l.43,3a.69.69,0,0,0,.65.65h2.17a.69.69,0,0,0,.65-.65l.43-3a6.33,6.33,0,0,0,1.95-.43l1.52,2.6a.79.79,0,0,0,1.08.43l1.95-.87c.22,0,.43-.43.43-.87l-.87-3a4.72,4.72,0,0,0,1.73-1.08l2.6,1.95c.22.22.65,0,.87-.22l1.52-1.3a1,1,0,0,0,0-1.08l-1.73-2.6a9.16,9.16,0,0,0,1.08-1.51l3,.87a1.16,1.16,0,0,0,.87-.65l.87-1.73c0-.43,0-.87-.43-1.08l-2.6-1.51c.22-.65.22-1.3.43-2.16l3-.43a.57.57,0,0,0,.65-.65V35.18a.69.69,0,0,0-.65-.65Zm-7.15,5a1,1,0,0,1-1.52.65l-5-3.24c-.65-.22-.65-.87,0-1.3l5-3.24a1.12,1.12,0,0,1,1.52.65,15.77,15.77,0,0,1,.43,3.24,13.25,13.25,0,0,1-.43,3.24Zm-1.3-9.73a1,1,0,0,1-.65,1.51l-5.85,1.3c-.65.22-1.08-.22-.87-.87l1.3-5.84c.22-.87.87-1.08,1.52-.65a14.3,14.3,0,0,1,2.6,1.95,14.29,14.29,0,0,1,1.95,2.6Zm-14.29-6.06a12.41,12.41,0,0,1,6.5,0,1,1,0,0,1,.65,1.51l-3.25,5.19c-.43.65-1.08.65-1.3,0l-3.25-5.19a1,1,0,0,1,.65-1.51Zm6.5,12.55a3.25,3.25,0,0,1-6.5,0,3.26,3.26,0,0,1,6.5,0ZM104.64,25a1,1,0,0,1,1.52.65l1.3,5.84c.22.65-.22,1.08-1.08,1.08l-5.63-1.51c-.87-.22-1.08-.87-.65-1.51A7.81,7.81,0,0,1,102,27a14.3,14.3,0,0,1,2.6-1.95ZM98.58,39.29A13.25,13.25,0,0,1,98.15,36a15.77,15.77,0,0,1,.43-3.24.93.93,0,0,1,1.52-.43l5.2,3a.83.83,0,0,1,0,1.51l-5.2,3c-.65.43-1.3.22-1.52-.65Zm1.3,3.46a1,1,0,0,1,.65-1.51l5.85-1.51c.65-.22,1.08.22,1.08,1.08l-1.52,5.84a1.12,1.12,0,0,1-1.52.65,14.3,14.3,0,0,1-2.6-1.95c-1.08-1.3-1.95-2.6-1.95-2.6Zm14.29,5.84a13.29,13.29,0,0,1-3.25.43,15.82,15.82,0,0,1-3.25-.43,1.12,1.12,0,0,1-.65-1.51l3.25-5c.43-.65,1.08-.65,1.3,0l3.25,5c.43.65.22,1.3-.65,1.51Zm3.25-1.3c-.65.43-1.3.22-1.52-.65l-1.3-5.84c-.22-.65.22-1.08,1.08-.87l5.85,1.3a1.12,1.12,0,0,1,.65,1.51,14.29,14.29,0,0,1-1.95,2.6,22.45,22.45,0,0,1-2.82,1.95Z"/>
|
|
||||||
<g>
|
|
||||||
<path class="cls-3" d="M380,125H236.81c-4.71,0-5.81-3-5.81-3H385A5.43,5.43,0,0,1,380,125Z"/>
|
|
||||||
<g>
|
|
||||||
<path class="cls-3" d="M367,120H249a3,3,0,0,1-3-3V19a3,3,0,0,1,3-3H367a3,3,0,0,1,3,3v98A3,3,0,0,1,367,120Z"/>
|
|
||||||
<rect class="cls-4" x="250" y="20" width="116" height="96"/>
|
|
||||||
</g>
|
|
||||||
<polygon class="cls-5" points="385 122 370 107 245.94 107 231 122 385 122"/>
|
|
||||||
</g>
|
|
||||||
<polygon class="cls-3" points="323 119 293 119 294 116 322 116 323 119"/>
|
|
||||||
<g>
|
|
||||||
<polygon class="cls-6" points="217.1 60.08 199.2 42.82 180.82 61.2 200.62 81 217.13 64.49 217.1 60.08"/>
|
|
||||||
<g>
|
|
||||||
<path class="cls-7" d="M197.32,79.89,176.11,58.68l19.8-19.8L217.12,60.1Z"/>
|
|
||||||
<rect class="cls-8" x="184.61" y="46.39" width="24" height="26" transform="translate(15.59 156.42) rotate(-45)"/>
|
|
||||||
</g>
|
|
||||||
<rect class="cls-6" x="193.2" y="48.32" width="4" height="8" transform="translate(94.17 -122.7) rotate(45)"/>
|
|
||||||
<rect class="cls-6" x="201.68" y="56.8" width="4" height="8" transform="translate(102.65 -126.22) rotate(45)"/>
|
|
||||||
<path class="cls-6" d="M209,75,180.35,51.37,140.75,91a6,6,0,0,0,0,8.49l19.8,19.8a6,6,0,0,0,8.49,0L209,80Z"/>
|
|
||||||
<path class="cls-7" d="M181,47,140.75,87a6,6,0,0,0,0,8.49l19.8,19.8a6,6,0,0,0,8.49,0L209,75Z"/>
|
|
||||||
<rect class="cls-9" x="144.07" y="96.43" width="28" height="3" transform="translate(115.54 -83.09) rotate(45)"/>
|
|
||||||
<rect class="cls-9" x="149.73" y="90.77" width="28" height="3" transform="translate(113.2 -88.75) rotate(45)"/>
|
|
||||||
</g>
|
|
||||||
<polygon class="cls-10" points="366 20 366 62 324 20 366 20"/>
|
|
||||||
<rect class="cls-3" x="246" y="104" width="124" height="3"/>
|
|
||||||
<g>
|
|
||||||
<line class="cls-11" x1="220" y1="76" x2="275.66" y2="76"/>
|
|
||||||
<polygon class="cls-6" points="270.02 82.95 268.86 81.71 275 76 268.86 70.29 270.02 69.05 277.5 76 270.02 82.95"/>
|
|
||||||
</g>
|
|
||||||
<g>
|
|
||||||
<path class="cls-12" d="M12,101.14c23.68,36.51,76.75,33.09,105.28-2.29"/>
|
|
||||||
<polygon class="cls-13" points="118.93 107.61 117.23 107.69 116.82 99.32 108.5 100.34 108.29 98.66 118.42 97.41 118.93 107.61"/>
|
|
||||||
</g>
|
|
||||||
<g>
|
|
||||||
<rect class="cls-10" x="280" y="36" width="56" height="2"/>
|
|
||||||
<rect class="cls-10" x="280" y="46" width="56" height="2"/>
|
|
||||||
<rect class="cls-10" x="280" y="56" width="56" height="2"/>
|
|
||||||
<rect class="cls-10" x="280" y="66" width="33" height="2"/>
|
|
||||||
</g>
|
|
||||||
<path class="cls-14" d="M99.47,73.06A1.4,1.4,0,0,0,98,71.65l-5.79-.72A22.51,22.51,0,0,0,91.5,67l4.69-3.19A1.51,1.51,0,0,0,97,61.75l-1.51-3.49a1.3,1.3,0,0,0-1.87-.58L87.85,59,85.93,56l3.22-4.62a1.56,1.56,0,0,0-.05-2.06l-2.94-2.84a1.86,1.86,0,0,0-2.07.05L79.6,49.89c-1-.6-2.29-1.4-3.33-2l1.13-5.81a1.41,1.41,0,0,0-.85-1.64L73,39.07a1.32,1.32,0,0,0-1.86.65l-3,5.23a11.81,11.81,0,0,0-3.73-.76l-.93-5.76A1.42,1.42,0,0,0,62,37l-3.92.29c-.63-.19-1.24.44-1.43,1.06l-.92,6a12.34,12.34,0,0,0-3.7.89l-3.2-5.09A2.09,2.09,0,0,0,47,39.57L43.29,41.3a1.42,1.42,0,0,0-.8,1.66L44,48.51c-1,.64-2,1.69-3.05,2.34l-4.82-3.42a1.26,1.26,0,0,0-1.66.08L55.07,68.07a9,9,0,0,1,12.6,12.6h0l21.56,21.56.63-.66.22-.22a1.44,1.44,0,0,0,.43-1.08,1.39,1.39,0,0,0-.48-1l-3.6-4.7A10.18,10.18,0,0,0,88.64,91l5.82,1.55a1.41,1.41,0,0,0,1.63-.86L97.68,88A2.1,2.1,0,0,0,97,86.13l-5.22-3a10.36,10.36,0,0,0,.55-3.53l6-1.15c.61-.22,1.22-.85,1.22-1.27Z"/>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 8.5 KiB |
@ -2,31 +2,25 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Week of December 13, 2021
|
## Week of June 19, 2023
|
||||||
|
|
||||||
|
|
||||||
| Published On |Topic title | Change |
|
| Published On |Topic title | Change |
|
||||||
|------|------------|--------|
|
|------|------------|--------|
|
||||||
| 12/13/2021 | [What is Windows 11 SE](/education/windows/windows-11-se-overview) | modified |
|
| 6/23/2023 | [Important considerations before deploying apps with managed installer](/education/windows/tutorial-deploy-apps-winse/considerations) | added |
|
||||||
| 12/13/2021 | [Windows 11 SE settings list](/education/windows/windows-11-se-settings-list) | modified |
|
| 6/23/2023 | [Create policies to enable applications](/education/windows/tutorial-deploy-apps-winse/create-policies) | added |
|
||||||
|
| 6/23/2023 | [Applications deployment considerations](/education/windows/tutorial-deploy-apps-winse/deploy-apps) | added |
|
||||||
|
| 6/23/2023 | [Deploy policies to enable applications](/education/windows/tutorial-deploy-apps-winse/deploy-policies) | added |
|
||||||
|
| 6/23/2023 | [Deploy applications to Windows 11 SE with Intune](/education/windows/tutorial-deploy-apps-winse/index) | added |
|
||||||
|
| 6/23/2023 | [Troubleshoot app deployment issues in Windows SE](/education/windows/tutorial-deploy-apps-winse/troubleshoot) | added |
|
||||||
|
| 6/23/2023 | [Validate the applications deployed to Windows SE devices](/education/windows/tutorial-deploy-apps-winse/validate-apps) | added |
|
||||||
|
| 6/23/2023 | [Configure applications with Microsoft Intune](/education/windows/tutorial-school-deployment/configure-device-apps) | modified |
|
||||||
|
|
||||||
|
|
||||||
## Week of November 29, 2021
|
## Week of May 29, 2023
|
||||||
|
|
||||||
|
|
||||||
| Published On |Topic title | Change |
|
| Published On |Topic title | Change |
|
||||||
|------|------------|--------|
|
|------|------------|--------|
|
||||||
| 11/29/2021 | [What is Windows 11 SE](/education/windows/windows-11-se-overview) | added |
|
| 5/30/2023 | [Windows 11 SE Overview](/education/windows/windows-11-se-overview) | modified |
|
||||||
| 11/29/2021 | [Windows 11 SE settings list](/education/windows/windows-11-se-settings-list) | added |
|
| 6/2/2023 | [What's in Set up School PCs provisioning package](/education/windows/set-up-school-pcs-provisioning-package) | modified |
|
||||||
|
|
||||||
|
|
||||||
## Week of November 15, 2021
|
|
||||||
|
|
||||||
|
|
||||||
| Published On |Topic title | Change |
|
|
||||||
|------|------------|--------|
|
|
||||||
| 11/16/2021 | [Chromebook migration guide (Windows 10)](/education/windows/chromebook-migration-guide) | modified |
|
|
||||||
| 11/16/2021 | [Deploy Windows 10 in a school district (Windows 10)](/education/windows/deploy-windows-10-in-a-school-district) | modified |
|
|
||||||
| 11/18/2021 | [Deploy Windows 10 in a school district (Windows 10)](/education/windows/deploy-windows-10-in-a-school-district) | modified |
|
|
||||||
| 11/18/2021 | [Deploy Windows 10 in a school (Windows 10)](/education/windows/deploy-windows-10-in-a-school) | modified |
|
|
||||||
| 11/18/2021 | [For IT administrators get Minecraft Education Edition](/education/windows/school-get-minecraft) | modified |
|
|
||||||
|
@ -2,34 +2,111 @@
|
|||||||
|
|
||||||
title: Microsoft 365 Education Documentation
|
title: Microsoft 365 Education Documentation
|
||||||
summary: Microsoft 365 Education empowers educators to unlock creativity, promote teamwork, and provide a simple and safe experience in a single, affordable solution built for education.
|
summary: Microsoft 365 Education empowers educators to unlock creativity, promote teamwork, and provide a simple and safe experience in a single, affordable solution built for education.
|
||||||
|
brand: m365
|
||||||
|
|
||||||
metadata:
|
metadata:
|
||||||
title: Microsoft 365 Education Documentation
|
title: Microsoft 365 Education Documentation
|
||||||
description: Learn about product documentation and resources available for school IT administrators, teachers, students, and education app developers.
|
description: Learn about product documentation and resources available for school IT administrators, teachers, students, and education app developers.
|
||||||
ms.service: help
|
|
||||||
ms.topic: hub-page
|
ms.topic: hub-page
|
||||||
author: LaurenMoynihan
|
ms.date: 08/10/2022
|
||||||
ms.author: v-lamoyn
|
|
||||||
ms.date: 10/24/2019
|
|
||||||
|
|
||||||
productDirectory:
|
productDirectory:
|
||||||
|
title: For IT admins
|
||||||
|
summary: This guide is designed for IT admins looking for the simplest way to move their platform to the cloud. It does not capture all the necessary steps for large scale or complex deployments.
|
||||||
items:
|
items:
|
||||||
# Card
|
# Card
|
||||||
- title: IT Admins
|
- title: Phase 1 - Cloud deployment
|
||||||
|
imageSrc: ./images/EDU-Deploy.svg
|
||||||
|
summary: Create your Microsoft 365 tenant, secure and configure your environment, sync your Active Directory and SIS, and license users.
|
||||||
|
url: /microsoft-365/education/deploy/create-your-office-365-tenant
|
||||||
|
# Card
|
||||||
|
- title: Phase 2 - Device management
|
||||||
|
imageSrc: ./images/EDU-Device-Mgmt.svg
|
||||||
|
summary: Get started with Windows for Education, set up and enroll devices in Intune.
|
||||||
|
url: /microsoft-365/education/deploy/set-up-windows-10-education-devices
|
||||||
|
# Card
|
||||||
|
- title: Phase 3 - Apps management
|
||||||
|
imageSrc: ./images/EDU-Apps-Mgmt.svg
|
||||||
|
summary: Configure admin settings, set up Teams for Education, install apps and install Minecraft.
|
||||||
|
url: /microsoft-365/education/deploy/configure-admin-settings
|
||||||
|
# Card
|
||||||
|
- title: Phase 4 - Complete your deployment
|
||||||
# imageSrc should be square in ratio with no whitespace
|
# imageSrc should be square in ratio with no whitespace
|
||||||
imageSrc: ./images/EDUAdmins.svg
|
imageSrc: ./images/EDU-Tasks.svg
|
||||||
links:
|
summary: Configure settings for Exchange and SharePoint.
|
||||||
- url: itadmins.yml
|
url: /microsoft-365/education/deploy/deploy-exchange-online
|
||||||
text: Get started with deploying and managing a full cloud IT solution for your school.
|
|
||||||
# Card
|
# Card
|
||||||
- title: Developers
|
- title: Security & compliance
|
||||||
imageSrc: ./images/EDUDevelopers.svg
|
imageSrc: ./images/EDU-Lockbox.svg
|
||||||
links:
|
links:
|
||||||
- url: developers.yml
|
- url: /azure/active-directory/fundamentals/active-directory-deployment-checklist-p2
|
||||||
text: Looking for information about developing solutions on Microsoft Education products? Start here.
|
text: Azure Active Directory feature deployment guide
|
||||||
|
- url: https://techcommunity.microsoft.com/t5/security-compliance-and-identity/azure-information-protection-deployment-acceleration-guide/ba-p/334423
|
||||||
|
text: Azure information protection deployment acceleration guide
|
||||||
|
- url: /defender-cloud-apps/get-started
|
||||||
|
text: Microsoft Defender for Cloud Apps
|
||||||
|
- url: /microsoft-365/compliance/information-protection#prevent-data-loss
|
||||||
|
text: Data loss prevention
|
||||||
|
- url: /microsoft-365/compliance/
|
||||||
|
text: Microsoft Purview compliance
|
||||||
|
- url: https://social.technet.microsoft.com/wiki/contents/articles/35748.office-365-what-is-customer-lockbox-and-how-to-enable-it.aspx
|
||||||
|
text: Deploying Lockbox
|
||||||
# Card
|
# Card
|
||||||
- title: Partners
|
- title: Analytics & insights
|
||||||
imageSrc: ./images/EDUPartners.svg
|
imageSrc: ./images/EDU-Education.svg
|
||||||
links:
|
links:
|
||||||
- url: partners.yml
|
- url: /power-bi/admin/service-admin-administering-power-bi-in-your-organization
|
||||||
text: Looking for resources available to Microsoft Education partners? Start here.
|
text: Power BI for IT admins
|
||||||
|
- url: /dynamics365/
|
||||||
|
text: Dynamics 365
|
||||||
|
# Card
|
||||||
|
- title: Find deployment help and other support resources
|
||||||
|
imageSrc: ./images/EDU-Teachers.svg
|
||||||
|
links:
|
||||||
|
- url: /microsoft-365/education/deploy/find-deployment-help
|
||||||
|
text: IT admin help
|
||||||
|
- url: https://support.office.com/education
|
||||||
|
text: Education help center
|
||||||
|
- url: /training/educator-center/
|
||||||
|
text: Teacher training packs
|
||||||
|
# Card
|
||||||
|
- title: Check out our education journey
|
||||||
|
imageSrc: ./images/EDU-ITJourney.svg
|
||||||
|
links:
|
||||||
|
- url: https://edujourney.microsoft.com/k-12/
|
||||||
|
text: K-12
|
||||||
|
- url: https://edujourney.microsoft.com/hed/
|
||||||
|
text: Higher education
|
||||||
|
|
||||||
|
additionalContent:
|
||||||
|
sections:
|
||||||
|
- title: For developers # < 60 chars (optional)
|
||||||
|
summary: Are you an app developer looking for information about developing solutions on Microsoft Education products? Start here. # < 160 chars (optional)
|
||||||
|
- items:
|
||||||
|
# Card
|
||||||
|
- title: UWP apps for education
|
||||||
|
summary: Learn how to write universal apps for education.
|
||||||
|
url: /windows/uwp/apps-for-education/
|
||||||
|
# Card
|
||||||
|
- title: Take a test API
|
||||||
|
summary: Learn how web applications can use the API to provide a locked down experience for taking tests.
|
||||||
|
url: /windows/uwp/apps-for-education/take-a-test-api
|
||||||
|
# Card
|
||||||
|
- title: Office dev center
|
||||||
|
summary: Integrate with Office 365 across devices and services to extend Microsoft enterprise-scale compliance and security to students, teachers, and staff in your education app.
|
||||||
|
url: https://developer.microsoft.com/office/
|
||||||
|
# Card
|
||||||
|
- title: Data Streamer
|
||||||
|
summary: Bring new STEM experiences into the classroom with real-time data in Excel using Data Streamer. Data Streamer can send data to Excel from a sensor or application.
|
||||||
|
url: /microsoft-365/education/data-streamer
|
||||||
|
- title: For partners # < 60 chars (optional)
|
||||||
|
summary: Looking for resources available to Microsoft Education partners? Start here. # < 160 chars (optional)
|
||||||
|
- items:
|
||||||
|
# Card
|
||||||
|
- title: Microsoft Partner Network
|
||||||
|
summary: Discover the latest news and resources for Microsoft Education products, solutions, licensing and readiness.
|
||||||
|
url: https://partner.microsoft.com/explore/education
|
||||||
|
# Card
|
||||||
|
- title: Education Partner community Yammer group
|
||||||
|
summary: Sign in with your Microsoft Partner account and join the Education Partner community private group on Yammer.
|
||||||
|
url: https://www.yammer.com/mepn/
|
||||||
|
@ -1,120 +0,0 @@
|
|||||||
### YamlMime:Hub
|
|
||||||
|
|
||||||
title: Microsoft 365 Education Documentation for IT admins
|
|
||||||
summary: Microsoft 365 Education consists of Office 365 Education, Windows 10 Education, and security and management tools such as Intune for Education and School Data Sync.
|
|
||||||
|
|
||||||
metadata:
|
|
||||||
title: Microsoft 365 Education Documentation for IT admins
|
|
||||||
description: M365 Education consists of Office 365 Education, Windows 10 Education, and security and management tools such as Intune for Education and School Data Sync.
|
|
||||||
ms.service: help
|
|
||||||
ms.topic: hub-page
|
|
||||||
author: LaurenMoynihan
|
|
||||||
ms.author: v-lamoyn
|
|
||||||
ms.date: 10/24/2019
|
|
||||||
|
|
||||||
productDirectory:
|
|
||||||
summary: This guide is designed for IT admins looking for the simplest way to move their platform to the cloud. It does not capture all the necessary steps for large scale or complex deployments.
|
|
||||||
items:
|
|
||||||
# Card
|
|
||||||
- title: Phase 1 - Cloud deployment
|
|
||||||
imageSrc: ./images/EDU-Deploy.svg
|
|
||||||
links:
|
|
||||||
- url: /microsoft-365/education/deploy/create-your-office-365-tenant
|
|
||||||
text: 1. Create your Office 365 tenant
|
|
||||||
- url: /microsoft-365/education/deploy/secure-and-configure-your-network
|
|
||||||
text: 2. Secure and configure your network
|
|
||||||
- url: /microsoft-365/education/deploy/aad-connect-and-adfs
|
|
||||||
text: 3. Sync your active directory
|
|
||||||
- url: /microsoft-365/education/deploy/school-data-sync
|
|
||||||
text: 4. Sync you SIS using School Data Sync
|
|
||||||
- url: /microsoft-365/education/deploy/license-users
|
|
||||||
text: 5. License users
|
|
||||||
# Card
|
|
||||||
- title: Phase 2 - Device management
|
|
||||||
imageSrc: ./images/EDU-Device-Mgmt.svg
|
|
||||||
links:
|
|
||||||
- url: ./windows/index.md
|
|
||||||
text: 1. Get started with Windows 10 for Education
|
|
||||||
- url: /microsoft-365/education/deploy/set-up-windows-10-education-devices
|
|
||||||
text: 2. Set up Windows 10 devices
|
|
||||||
- url: /microsoft-365/education/deploy/intune-for-education
|
|
||||||
text: 3. Get started with Intune for Education
|
|
||||||
- url: /microsoft-365/education/deploy/use-intune-for-education
|
|
||||||
text: 4. Use Intune to manage groups, apps, and settings
|
|
||||||
- url: /intune/enrollment/enrollment-autopilot
|
|
||||||
text: 5. Enroll devices using Windows Autopilot
|
|
||||||
# Card
|
|
||||||
- title: Phase 3 - Apps management
|
|
||||||
imageSrc: ./images/EDU-Apps-Mgmt.svg
|
|
||||||
links:
|
|
||||||
- url: /microsoft-365/education/deploy/configure-admin-settings
|
|
||||||
text: 1. Configure admin settings
|
|
||||||
- url: /microsoft-365/education/deploy/set-up-teams-for-education
|
|
||||||
text: 2. Set up Teams for Education
|
|
||||||
- url: /microsoft-365/education/deploy/deploy-office-365
|
|
||||||
text: 3. Set up Office 365
|
|
||||||
- url: /microsoft-365/education/deploy/microsoft-store-for-education
|
|
||||||
text: 4. Install apps from Microsoft Store for Education
|
|
||||||
- url: /microsoft-365/education/deploy/minecraft-for-education
|
|
||||||
text: 5. Install Minecraft - Education Edition
|
|
||||||
# Card
|
|
||||||
- title: Complete your deployment
|
|
||||||
# imageSrc should be square in ratio with no whitespace
|
|
||||||
imageSrc: ./images/EDU-Tasks.svg
|
|
||||||
links:
|
|
||||||
- url: /microsoft-365/education/deploy/deploy-exchange-online
|
|
||||||
text: Deploy Exchange Online
|
|
||||||
- url: /microsoft-365/education/deploy/deploy-sharepoint-online-and-onedrive
|
|
||||||
text: Deploy SharePoint Online and OneDrive
|
|
||||||
- url: /microsoft-365/education/deploy/deploy-exchange-server-hybrid
|
|
||||||
text: Deploy Exchange Server hybrid
|
|
||||||
- url: /microsoft-365/education/deploy/deploy-sharepoint-server-hybrid
|
|
||||||
text: Deploy SharePoint Server Hybrid
|
|
||||||
# Card
|
|
||||||
- title: Security & compliance
|
|
||||||
imageSrc: ./images/EDU-Lockbox.svg
|
|
||||||
links:
|
|
||||||
- url: /azure/active-directory/fundamentals/active-directory-deployment-checklist-p2
|
|
||||||
text: AAD feature deployment guide
|
|
||||||
- url: https://techcommunity.microsoft.com/t5/Azure-Information-Protection/Azure-Information-Protection-Deployment-Acceleration-Guide/ba-p/334423
|
|
||||||
text: Azure information protection deployment acceleration guide
|
|
||||||
- url: /cloud-app-security/getting-started-with-cloud-app-security
|
|
||||||
text: Microsoft Defender for Cloud Apps
|
|
||||||
- url: /microsoft-365/compliance/create-test-tune-dlp-policy
|
|
||||||
text: Office 365 data loss prevention
|
|
||||||
- url: /microsoft-365/compliance/
|
|
||||||
text: Office 365 advanced compliance
|
|
||||||
- url: https://social.technet.microsoft.com/wiki/contents/articles/35748.office-365-what-is-customer-lockbox-and-how-to-enable-it.aspx
|
|
||||||
text: Deploying Lockbox
|
|
||||||
# Card
|
|
||||||
- title: Analytics & insights
|
|
||||||
imageSrc: ./images/EDU-Education.svg
|
|
||||||
links:
|
|
||||||
- url: /power-bi/service-admin-administering-power-bi-in-your-organization
|
|
||||||
text: Power BI for IT admins
|
|
||||||
- url: /dynamics365/#pivot=get-started
|
|
||||||
text: Dynamics 365
|
|
||||||
# Card
|
|
||||||
- title: Find deployment help
|
|
||||||
imageSrc: ./images/EDU-FindHelp.svg
|
|
||||||
links:
|
|
||||||
- url: /microsoft-365/education/deploy/find-deployment-help
|
|
||||||
text: IT admin help
|
|
||||||
- url: https://social.technet.microsoft.com/forums/en-us/home
|
|
||||||
text: TechNet
|
|
||||||
# Card
|
|
||||||
- title: Check out our education journey
|
|
||||||
imageSrc: ./images/EDU-ITJourney.svg
|
|
||||||
links:
|
|
||||||
- url: https://edujourney.microsoft.com/k-12/
|
|
||||||
text: K-12
|
|
||||||
- url: https://edujourney.microsoft.com/hed/
|
|
||||||
text: Higher education
|
|
||||||
# Card
|
|
||||||
- title: Additional support resources
|
|
||||||
imageSrc: ./images/EDU-Teachers.svg
|
|
||||||
links:
|
|
||||||
- url: https://support.office.com/en-us/education
|
|
||||||
text: Education help center
|
|
||||||
- url: https://support.office.com/en-us/article/teacher-training-packs-7a9ee74a-8fe5-43d3-bc23-a55185896921
|
|
||||||
text: Teacher training packs
|
|
@ -1,33 +0,0 @@
|
|||||||
### YamlMime:Hub
|
|
||||||
|
|
||||||
title: Microsoft 365 Education Documentation for partners
|
|
||||||
summary: Looking for resources available to Microsoft Education partners? Start here.
|
|
||||||
|
|
||||||
metadata:
|
|
||||||
title: Microsoft 365 Education Documentation for partners
|
|
||||||
description: Looking for resources available to Microsoft Education partners? Start here.
|
|
||||||
ms.service: help
|
|
||||||
ms.topic: hub-page
|
|
||||||
author: LaurenMoynihan
|
|
||||||
ms.author: v-lamoyn
|
|
||||||
ms.date: 10/24/2019
|
|
||||||
|
|
||||||
additionalContent:
|
|
||||||
sections:
|
|
||||||
- items:
|
|
||||||
# Card
|
|
||||||
- title: Microsoft Partner Network
|
|
||||||
summary: Discover the latest news and resources for Microsoft Education products, solutions, licensing and readiness.
|
|
||||||
url: https://partner.microsoft.com/solutions/education
|
|
||||||
# Card
|
|
||||||
- title: Authorized Education Partner (AEP) program
|
|
||||||
summary: Become authorized to purchase and resell academic priced offers and products to Qualified Educational Users (QEUs).
|
|
||||||
url: https://www.mepn.com/
|
|
||||||
# Card
|
|
||||||
- title: Authorized Education Partner Directory
|
|
||||||
summary: Search through the list of Authorized Education Partners worldwide who can deliver on customer licensing requirements, and provide solutions and services to current and future school needs.
|
|
||||||
url: https://www.mepn.com/MEPN/AEPSearch.aspx
|
|
||||||
# Card
|
|
||||||
- title: Education Partner community Yammer group
|
|
||||||
summary: Sign in with your Microsoft Partner account and join the Education Partner community private group on Yammer.
|
|
||||||
url: https://www.yammer.com/mepn/
|
|
@ -1,9 +0,0 @@
|
|||||||
- name: Microsoft Education Trial in a Box
|
|
||||||
href: index.md
|
|
||||||
items:
|
|
||||||
- name: Educator Trial in a Box Guide
|
|
||||||
href: educator-tib-get-started.md
|
|
||||||
- name: IT Admin Trial in a Box Guide
|
|
||||||
href: itadmin-tib-get-started.md
|
|
||||||
- name: Microsoft Education Trial in a Box Support
|
|
||||||
href: support-options.md
|
|
@ -1,350 +0,0 @@
|
|||||||
---
|
|
||||||
title: Educator Trial in a Box Guide
|
|
||||||
description: Need help or have a question about using Microsoft Education? Start here.
|
|
||||||
keywords: support, troubleshooting, education, Microsoft Education, full cloud IT solution, school, deploy, setup, manage, Windows 10, Intune for Education, Office 365 for Education, Microsoft Store for Education, Set up School PCs
|
|
||||||
ms.prod: w10
|
|
||||||
ms.mktglfcycl: deploy
|
|
||||||
ms.sitesec: library
|
|
||||||
ms.topic: article
|
|
||||||
ms.localizationpriority: medium
|
|
||||||
ms.pagetype: edu
|
|
||||||
ROBOTS: noindex,nofollow
|
|
||||||
author: dansimp
|
|
||||||
ms.author: dansimp
|
|
||||||
ms.date: 03/18/2018
|
|
||||||
ms.reviewer:
|
|
||||||
manager: dansimp
|
|
||||||
---
|
|
||||||
|
|
||||||
# Educator Trial in a Box Guide
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
<span>This guide shows you how to quickly and easily try a few transformational tools from Microsoft Education in 5 quick steps.</span>
|
|
||||||
|
|
||||||
| Tool | Description |
|
|
||||||
| :---: |:--- |
|
|
||||||
| [](#edu-task1) | [Log in](#edu-task1) to **Device A** with your Teacher credentials and connect to the school network. |
|
|
||||||
| [](#edu-task2) | **Interested in significantly improving your students' reading speed and comprehension?<sup>[1](#footnote1)</sup>** </br>Try the [Learning Tools Immersive Reader](#edu-task2) to see how kids can learn to read faster, using text read aloud, and highlighting words for syntax. |
|
|
||||||
| [](#edu-task3) | **Looking to foster collaboration, communication, and critical thinking in the classroom?** </br>Launch [Microsoft Teams](#edu-task3) and learn how to set up digital classroom discussions, respond to student questions, and organize class content. |
|
|
||||||
| [](#edu-task4) | **Trying to expand classroom creativity and interaction between students?** </br>Open [OneNote](#edu-task4) and create an example group project for your class. |
|
|
||||||
| [](#edu-task5) | **Curious about telling stories through video?** </br>Try the [Photos app](#edu-task5) to make your own example video. |
|
|
||||||
| [](#edu-task6) | **Want to teach kids to further collaborate and problem solve?** </br>Play with [Minecraft: Education Edition](#edu-task6) to see how it can be used as a collaborative and versatile platform across subjects to encourage 21st century skills. |
|
|
||||||
| [](#edu-task7) | **Want to provide a personal math tutor for your students?** </br>Use [Windows Ink and the Math Assistant feature](#edu-task7) in OneNote to give students step-by-step instructions and interactive 2D graphs for math problems. |
|
|
||||||
|
|
||||||
|
|
||||||
</br>
|
|
||||||
|
|
||||||
> [!VIDEO https://www.youtube.com/embed/3nqooY9Iqq4]
|
|
||||||
|
|
||||||
</br>
|
|
||||||
</br>
|
|
||||||
|
|
||||||
|
|
||||||

|
|
||||||
## <a name="edu-task1"></a>1. Log in and connect to the school network
|
|
||||||
To try out the educator tasks, start by logging in as a teacher.
|
|
||||||
|
|
||||||
1. Turn on **Device A** and ensure you plug in the PC to an electrical outlet.
|
|
||||||
2. Connect **Device A** to your school's Wi-Fi network or connect with a local Ethernet connection using the Ethernet adapter included in this kit.
|
|
||||||
>**Note**: If your Wi-Fi network requires a web browser login page to connect to the Internet, connect using the Ethernet port. If your Wi-Fi network has additional restrictions that will prevent the device from connecting to the internet without registration, consider connecting **Device A** to a different network.
|
|
||||||
|
|
||||||
3. Log in to **Device A** using the **Teacher Username** and **Teacher Password** included in the **Credentials Sheet** located in your kit.
|
|
||||||
|
|
||||||
|
|
||||||
</br>
|
|
||||||
</br>
|
|
||||||
|
|
||||||

|
|
||||||
## <a name="edu-task2"></a>2. Significantly improve student reading speed and comprehension
|
|
||||||
|
|
||||||
> [!VIDEO https://www.youtube.com/embed/GCzSAslq_2Y]
|
|
||||||
|
|
||||||
</br>
|
|
||||||
|
|
||||||
|
|
||||||
Learning Tools and the Immersive Reader can be used in the Microsoft Edge browser, Microsoft Word, and Microsoft OneNote to:
|
|
||||||
* Increase fluency for English language learners
|
|
||||||
* Build confidence for emerging readers
|
|
||||||
* Provide text decoding solutions for students with learning differences such as dyslexia
|
|
||||||
|
|
||||||
**Try this!**
|
|
||||||
|
|
||||||
1. On the **Start** menu, click the Word document titled **Design Think**.
|
|
||||||
|
|
||||||
2. Click **Edit Document** and select **Edit in Browser**.
|
|
||||||
|
|
||||||
3. Select the **View** menu.
|
|
||||||
|
|
||||||
4. Select the **Immersive Reader** button.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
5. Press the **Play** button to hear text read aloud.
|
|
||||||
|
|
||||||
6. Select these various settings to see different ways to configure Immersive Reader for your students.
|
|
||||||
|
|
||||||
| Text to Speech | Text Preferences | Grammar Options | Line Focus |
|
|
||||||
| :------------: | :--------------: | :-------------: | :--------: |
|
|
||||||
|  |  |  |  |
|
|
||||||
|
|
||||||
</br>
|
|
||||||
</br>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||

|
|
||||||
## <a name="edu-task3"></a>3. Spark communication, critical thinking, and creativity in the classroom
|
|
||||||
|
|
||||||
> [!VIDEO https://www.youtube.com/embed/riQr4Dqb8B8]
|
|
||||||
|
|
||||||
</br>
|
|
||||||
|
|
||||||
|
|
||||||
Microsoft Teams is a digital hub that brings conversations, content, and apps together in one place. This guided tour walks you through the essential teaching features of the app. Then, through interactive prompts, experience how you can use this tool in your own classroom to spark digital classroom discussions, respond to student questions, organize content, and more!
|
|
||||||
|
|
||||||
Take a guided tour of Microsoft Teams and test drive this digital hub.
|
|
||||||
|
|
||||||
**Try this!**
|
|
||||||
|
|
||||||
1. Take a guided tour of Microsoft Teams and test drive some teaching tasks. Open the Microsoft Edge browser and navigate to <a href="https://msteamsdemo.azurewebsites.net/" target="_blank">https://msteamsdemo.azurewebsites.net</a>.
|
|
||||||
|
|
||||||
2. Use your school credentials provided in the **Credentials Sheet**.
|
|
||||||
|
|
||||||
</br>
|
|
||||||
</br>
|
|
||||||
|
|
||||||

|
|
||||||
## <a name="edu-task4"></a>4. Expand classroom collaboration and interaction between students
|
|
||||||
|
|
||||||
> [!VIDEO https://www.youtube.com/embed/dzDSWMb_fIE]
|
|
||||||
|
|
||||||
</br>
|
|
||||||
|
|
||||||
|
|
||||||
Microsoft OneNote organizes curriculum and lesson plans for teachers and students to work together and at their own pace. It provides a digital canvas to store text, images, handwritten drawings, attachments, links, voice, and video.
|
|
||||||
|
|
||||||
**Try this!**
|
|
||||||
See how a group project comes together with opportunities to interact with other students and collaborate with peers. This one works best with the digital pen, included with your Trial in a Box.
|
|
||||||
When you're not using the pen, just use the magnet to stick it to the left side of the screen until you need it again.
|
|
||||||
|
|
||||||
1. On the **Start** menu, click the OneNote shortcut named **Imagine Giza** to open the **Reimagine the Great Pyramid of Giza project**.
|
|
||||||
|
|
||||||
2. Take the digital pen out of the box and make notes or draw.
|
|
||||||
|
|
||||||
3. Follow the instructions for the project. Look for the **Try this!** callouts to experiment with these engaging activities.
|
|
||||||
- Discover the power of digital ink by selecting the Draw tab. Choose your pen and get scribbling.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
- Type anywhere on the page! Just click your cursor where you want to place text.
|
|
||||||
- Use the checkmark in the **Home** tab to keep track of completed tasks.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
- To find information without leaving OneNote, use the Researcher tool found under the Insert tab.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
</br>
|
|
||||||
</br>
|
|
||||||
|
|
||||||

|
|
||||||
## <a name="edu-task5"></a>5. Engage with students by creating videos
|
|
||||||
|
|
||||||
> [!VIDEO https://www.youtube.com/embed/Ko7XLM1VBRE]
|
|
||||||
|
|
||||||
</br>
|
|
||||||
|
|
||||||
The Photos app now has a built-in video editor, making it easy for you and your students to create movies using photos, video clips, music, 3D models, and special effects. Improve comprehension, unleash creativity, and capture your student’s imagination through video.
|
|
||||||
|
|
||||||
**Try this!**
|
|
||||||
Use video to create a project summary.
|
|
||||||
|
|
||||||
1. Check you have the latest version of Microsoft Photos. Open the **Start** menu and search for **Store**. Select the **See more** button (**…**) and select **Downloads and updates**. Select **Get updates**.
|
|
||||||
|
|
||||||
2. Open Microsoft Edge and visit <a href="https://aka.ms/PhotosTIB" target="_blank">https://aka.ms/PhotosTIB</a> to download a zip file of the project media.
|
|
||||||
|
|
||||||
3. Once the download has completed, open the zip file and select **Extract** > **Extract all**. Select **Browse** and choose the **Pictures** folder as the destination, and then select **Extract**.
|
|
||||||
|
|
||||||
4. In the **Start** menu, search for **Photos** or select the Photos tile to launch the app.
|
|
||||||
|
|
||||||
5. Select the first video to preview it full screen. Select **Edit & Create**, then select **Create a video with text**.
|
|
||||||
1. If you don't see the **Edit & Create** menu, select the video and the menu will appear at the top of the screen.
|
|
||||||
|
|
||||||
6. Name your project “Laser Maze Project.” Hit Enter to continue.
|
|
||||||
|
|
||||||
7. Select **Add photos and videos** and then **From my collection**. Scroll to select the 6 additional videos and select **Add**.
|
|
||||||
|
|
||||||
8. Drag the videos to the Storyboard, one by one. Your project should look roughly like this:
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
9. Select the first card in the Storyboard (the video of the project materials) and select **Text**, type a title in, a text style, a layout, and select **Done**.
|
|
||||||
|
|
||||||
10. Select the third card in the Storyboard (the video of the children assembling the maze) and select **Trim**. Drag the trim handle on the left to shorten the duration of the clip and select **Done**.
|
|
||||||
|
|
||||||
11. Select the last card on the Storyboard and select **3D effects**.
|
|
||||||
1. Position the playback indicator to be roughly 1 second into the video clip, or when the boy moves down to examine the laser.
|
|
||||||
2. Find the **lightning bolt** effect and click or drag to add it to the scene. Rotate, scale, and position the effect so it looks like the lightning is coming out of the laser beam and hitting the black back of the mirror.
|
|
||||||
3. Position the blue anchor over the end of the laser pointer in the video and toggle on **Attach to a point** for the lightning bolt effect to anchor the effect in the scene.
|
|
||||||
4. Play back your effect.
|
|
||||||
5. Select **Done** when you have it where you want it.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
12. Select **Music** and select a track from the **Recommended** music collection.
|
|
||||||
1. The music will update automatically to match the length of your video project, even as you make changes.
|
|
||||||
2. If you don’t see more than a few music options, confirm that you’re connected to Wi-Fi and then close and re-open Microsoft Photos (returning to your project via the **Albums** tab). Additional music files should download in the background.
|
|
||||||
|
|
||||||
13. You can adjust the volume for the background music using the **Music volume** button.
|
|
||||||
|
|
||||||
14. Preview your video to see how it all came together.
|
|
||||||
|
|
||||||
15. Select **Export or share** and select either the **Small** or **Medium** file size. You can share your video to social media, email, or another apps.
|
|
||||||
|
|
||||||
Check out this use case video of the Photos team partnering with the Bureau Of Fearless Ideas in Seattle to bring the Photos app to local middle school students: <a href="https://www.youtube.com/watch?v=0dFFAu6XwPg" target="_blank">https://www.youtube.com/watch?v=0dFFAu6XwPg</a>
|
|
||||||
</br>
|
|
||||||
</br>
|
|
||||||
</br>
|
|
||||||
|
|
||||||

|
|
||||||
## <a name="edu-task6"></a>6. Get kids to further collaborate and problem solve
|
|
||||||
|
|
||||||
> [!VIDEO https://www.youtube.com/embed/QI_bRNUugog]
|
|
||||||
|
|
||||||
</br>
|
|
||||||
|
|
||||||
Minecraft: Education Edition provides an immersive environment to develop creativity, collaboration, and problem-solving in an immersive environment where the only limit is your imagination.
|
|
||||||
|
|
||||||
**Try this!**
|
|
||||||
Today, we'll explore a Minecraft world through the eyes of a student.
|
|
||||||
|
|
||||||
1. Connect the included mouse to your computer for optimal interaction.
|
|
||||||
|
|
||||||
2. Open Microsoft Edge and visit <a href="https://aka.ms/lessonhub" target="_blank">https://aka.ms/lessonhub</a>.
|
|
||||||
|
|
||||||
3. Scroll down to the **Details** section and select **Download World**.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
4. When prompted, save the world.
|
|
||||||
|
|
||||||
5. Enter your same teacher username and password and click **Accept**.
|
|
||||||
|
|
||||||
6. Click **OK** on the **Minecraft: Education Edition Free Trial** box.
|
|
||||||
|
|
||||||
7. Click **Play**.
|
|
||||||
|
|
||||||
8. Click **Lesson Hub Vol 1** to enter the downloaded world.
|
|
||||||
|
|
||||||
9. Explore the world by using the keys on your keyboard.
|
|
||||||
* **W** moves forward.
|
|
||||||
* **A** moves left.
|
|
||||||
* **S** moves right.
|
|
||||||
* **D** moves backward.
|
|
||||||
|
|
||||||
10. Use your mouse as your "eyes". Just move it to look around.
|
|
||||||
|
|
||||||
11. For a bird's eye view, double-tap the SPACE BAR. Now press the SPACE BAR to fly higher. And then hold the SHIFT key to safely land.
|
|
||||||
|
|
||||||
To try more advanced movements or building within Minecraft, use the Minecraft Controls Diagram.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
12. Access and adapt over 300 lesson plans, spanning all grades and subjects, to meet your needs. Enjoy exploring new worlds and happy crafting.
|
|
||||||
|
|
||||||
**Try this!**
|
|
||||||
|
|
||||||
1. Go to <a href="https://education.minecraft.net" target="_blank">education.minecraft.net/</a>.
|
|
||||||
2. Click **Class Resources**.
|
|
||||||
3. Click **Find a Lesson**.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
</br>
|
|
||||||
</br>
|
|
||||||
</br>
|
|
||||||
|
|
||||||

|
|
||||||
## <a name="edu-task7"></a>7. Use Windows Ink to provide a personal math tutor for your students
|
|
||||||
|
|
||||||
The **Math Assistant** and **Ink Replay** features available in the OneNote app give your students step-by-step instructions on how to solve their math problems and help them visualize math functions on an interactive 2D graph.
|
|
||||||
|
|
||||||
**Let's solve 3x+4=7 in OneNote using the pen!**
|
|
||||||
To get started:
|
|
||||||
1. Open the OneNote app for Windows 10 (not OneNote 2016).
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
2. In the top left corner, click on the **<** arrow to access your notebooks and pages.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
3. Click **Add Page** to launch a blank work space.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
4. Make sure your pen is paired to the device. To pair, see <a href="https://support.microsoft.com/help/12383" target="_blank">Connect to Bluetooth devices</a>.
|
|
||||||
|
|
||||||
To solve the equation 3x+4=7, follow these instructions:
|
|
||||||
1. Write the equation 3x+4=7 in ink using the pen or type it in as text.
|
|
||||||
|
|
||||||
2. If you wrote the equation using digital ink, use the **Lasso tool** to circle the equation. If you typed the equation, highlight it using your mouse.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
3. On the **Draw** tab, click the **Math** button.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
4. From the drop-down menu in the **Math** pane, select the option to **Solve for x**. You can now see the final solution of the equation.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
5. From the second drop-down below, choose **Steps for Solving Linear Formula**, which shows you the step-by-step solution of this equation.
|
|
||||||
|
|
||||||
6. On the **View** tab, click the **Replay** button. Use your mouse to select the written equation and watch your text in replay. Replay is great for students to review how the teacher solved the equation and for teachers to review how students approached a problem.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
To graph the equation 3x+4=7, follow these instructions:
|
|
||||||
1. From the drop-down menu in the **Math** pane, select the option to **Graph Both Sides in 2D**. You can play with the interactive graph of your equation - use a single finger to move the graph position or two fingers to change the **zoom** level.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
2. Click the **Insert on Page** button below the graph to add a screenshot of the graph to your page.
|
|
||||||
</br>
|
|
||||||
</br>
|
|
||||||
|
|
||||||
**Watch what Educators say about Microsoft Education delivering better learning outcomes**
|
|
||||||
Bring out the best in students by providing a platform for collaborating, exploring, personalized learning, and getting things done across all devices.
|
|
||||||
|
|
||||||
| | |
|
|
||||||
|:--- |:--- |
|
|
||||||
| <iframe width="420" height="236" src="https://www.youtube-nocookie.com/embed/nt3hz2vVf8c" frameborder="0" allowfullscreen></iframe></br>See how one school improves reading skills using Learning Tools Immersive Reader | <iframe width="420" height="236" src="https://www.youtube-nocookie.com/embed/N7uiMs4dPcg" frameborder="0" allowfullscreen></iframe></br>Here's how Microsoft Teams creates more robust classroom experiences at all ages. |
|
|
||||||
| <iframe width="420" height="236" src="https://www.youtube-nocookie.com/embed/hMmRud4B54o" frameborder="0" allowfullscreen></iframe></br>Watch teachers elevate the education of students using OneNote. | <iframe width="420" height="236" src="https://www.youtube.com/embed/hl9ZQiektJE" frameborder="0" allowfullscreen></iframe></br>Here what other teachers say about using Minecraft: Education Edition in their classrooms. |
|
|
||||||
|
|
||||||
|
|
||||||
## Update your apps
|
|
||||||
|
|
||||||
Microsoft Education works hard to bring you the most current Trial in a Box program experience. As a result, you may need to update your apps to get our latest innovations.
|
|
||||||
|
|
||||||
For more information about checking for updates, and how to optionally turn on automatic app updates, see the following articles:
|
|
||||||
|
|
||||||
- [Check updates for apps and games from Microsoft Store](https://support.microsoft.com/help/4026259/microsoft-store-check-updates-for-apps-and-games)
|
|
||||||
|
|
||||||
- [Turn on automatic app updates](https://support.microsoft.com/help/15081/windows-turn-on-automatic-app-updates)
|
|
||||||
|
|
||||||
## Get more info
|
|
||||||
* Learn more at <a href="https://www.microsoft.com/education" target="_blank">microsoft.com/education</a>
|
|
||||||
* Find out if your school is eligible for a device trial at <a href="https://aka.ms/EDUTrialInABox" target="_blank">aka.ms/EDUTrialInABox</a>
|
|
||||||
* <a href="https://www.microsoft.com/education/devices/default.aspx" target="_blank">Buy Windows 10 devices</a>
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
<br/>
|
|
||||||
<br/>
|
|
||||||
<br/>
|
|
||||||
<br/>
|
|
||||||
<br/>
|
|
||||||
<a name="footnote1"></a><sup>1</sup> <small>OneNote in Education Learning Tools transform the student experience.</small>
|
|
Before Width: | Height: | Size: 294 KiB |
Before Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 55 KiB |