From 5a23fa6ff52938457e1b8490b7bdd893d67ef2ec Mon Sep 17 00:00:00 2001 From: LizRoss Date: Thu, 12 May 2016 09:51:58 -0700 Subject: [PATCH 1/8] Updated with info about emie and docmode --- ...terprise-mode-schema-version-1-guidance.md | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md index 72353b0be5..fd17a99b82 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md +++ b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md @@ -168,6 +168,23 @@ Where http://fabrikam.com doesn't use IE8 Enterprise Mode, but http://fabrikam.c +### Use 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. + +For example, say you want all of the sites in the contoso.com domain to open using IE8 Enterprise Mode, except test.contoso.com, which needs to open in document mode 11. Because Enterprise Mode takes precedence over document mode, if you want test.contoso.com to open using document mode, you'll need to explicitly add it as an exclusion to the <emie> parent node. + +```xml + + + contoso.com + test.contoso.com + + + test.contoso.com + + +``` + ### What not to include in your schema We recommend that you not add any of the following items to your schema because they can make your compatibility list behave in unexpected ways: - Don’t use protocols. For example, `http://`, `https://`, or custom protocols. They break parsing. @@ -264,6 +281,4 @@ If you want to target specific sites in your organization.
  • contoso.com/about and everything underneath that node will load in Enterprise Mode, including contoso.com/about/business because the last rule is ignored.
  • - - - + \ No newline at end of file From ad4a60aebde3debddd72c868d161dbe9fdd8ddce Mon Sep 17 00:00:00 2001 From: LizRoss Date: Thu, 12 May 2016 10:07:53 -0700 Subject: [PATCH 2/8] Fixed title --- .../enterprise-mode-schema-version-1-guidance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md index fd17a99b82..69bf767c22 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md +++ b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md @@ -168,7 +168,7 @@ Where http://fabrikam.com doesn't use IE8 Enterprise Mode, but http://fabrikam.c -### Use 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. For example, say you want all of the sites in the contoso.com domain to open using IE8 Enterprise Mode, except test.contoso.com, which needs to open in document mode 11. Because Enterprise Mode takes precedence over document mode, if you want test.contoso.com to open using document mode, you'll need to explicitly add it as an exclusion to the <emie> parent node. From 0de50ec5ce1222d7a75bbd94fb2a0a527c75b25c Mon Sep 17 00:00:00 2001 From: LizRoss Date: Thu, 12 May 2016 10:34:50 -0700 Subject: [PATCH 3/8] Added change history topic --- .../change-history-for-internet-explorer-11.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 browsers/internet-explorer/ie11-deploy-guide/change-history-for-internet-explorer-11.md diff --git a/browsers/internet-explorer/ie11-deploy-guide/change-history-for-internet-explorer-11.md b/browsers/internet-explorer/ie11-deploy-guide/change-history-for-internet-explorer-11.md new file mode 100644 index 0000000000..cd0ed579af --- /dev/null +++ b/browsers/internet-explorer/ie11-deploy-guide/change-history-for-internet-explorer-11.md @@ -0,0 +1,16 @@ +--- +title: Change history for Internet Explorer 11 (Internet Explorer 11 for IT Pros) +description: This topic lists new and updated topics in the Internet Explorer 11 documentation for Windows 10 and Windows 10 Mobile. +ms.prod: IE11 +ms.mktglfcycl: deploy +ms.sitesec: library +--- + +# Change history for Internet Explorer 11 +This topic lists new and updated topics in the Internet Explorer 11 documentation for both Windows 10 and Windows 10 Mobile. + +## May 2016 + +|New or changed topic | Description | +|----------------------|-------------| +|[Enterprise Mode schema v.1 guidance for Windows 7 and Windows 8.1 Update devices](enterprise-mode-schema-version-1-guidance.md) | Added info about using <emie> and <docMode> together. | \ No newline at end of file From 70790f95d491d43a945e43ee7924c7abf769dac2 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Thu, 12 May 2016 10:44:58 -0700 Subject: [PATCH 4/8] Updated to include new change history topic --- browsers/internet-explorer/ie11-deploy-guide/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/browsers/internet-explorer/ie11-deploy-guide/index.md b/browsers/internet-explorer/ie11-deploy-guide/index.md index 89ce6129e1..45f8e7349c 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/index.md +++ b/browsers/internet-explorer/ie11-deploy-guide/index.md @@ -26,6 +26,7 @@ Because this content isn't intended to be a step-by-step guide, not all of the s ## In this guide |Topic |Description | |------|------------| +|[Change history for Internet Explorer 11](change-history-for-internet-explorer-11.md) |Lists new and updated topics in the Internet Explorer 11 documentation for both Windows 10 and Windows 10 Mobile. | |[System requirements and language support for Internet Explorer 11 (IE11)](system-requirements-and-language-support-for-ie11.md) |IE11 is available for a number of systems and languages. This topic provides info about the minimum system requirements and language support. | |[List of updated features and tools - Internet Explorer 11 (IE11)](updated-features-and-tools-with-ie11.md) |IE11 includes several new features and tools. This topic includes high-level info about the each of them. | |[Install and Deploy Internet Explorer 11 (IE11)](install-and-deploy-ie11.md) |Use the topics in this section to learn how to customize your Internet Explorer installation package, how to choose the right method for installation, and how to deploy IE into your environment. You can also find more info about your virtualization options for legacy apps. | From 85103952579574ec376d4b0a7f92637376cdc25c Mon Sep 17 00:00:00 2001 From: LizRoss Date: Thu, 12 May 2016 11:00:58 -0700 Subject: [PATCH 5/8] Updated incorrect values for PreventAccessToAboutFlagsInMicrosoftEdge --- browsers/edge/available-policies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browsers/edge/available-policies.md b/browsers/edge/available-policies.md index 9318a447c9..2ea676c1e0 100644 --- a/browsers/edge/available-policies.md +++ b/browsers/edge/available-policies.md @@ -78,7 +78,7 @@ All devices must be enrolled with Intune if you want to use the Windows Custom U |Favorites |Windows 10, Version 1511 or later |Both |
    • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/Favorites
    • **Data type.** String
    • **Allowed values:**
      • Configure the **Favorite** URLs for your employees.

        **Example:**
        ``
        ``

        **Note**
        URLs must be on separate lines and aren't shared between Microsoft Edge and Internet Explorer 11.

      | |FirstRunURL |Windows 10, Version 1511 or later |Mobile |
      • **URI full path.** ./Vendor/MSFT/Policy/Config/ Browser/FirstRunURL
      • **Data type.** String
      • **Allowed values:**
        • Configure the first run URL for your employees.

          **Example:**
          ``

      | |HomePages |Windows 10, Version 1511 or later |Desktop |
      • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/HomePages
      • **Data type.** String
      • **Allowed values:**
        • Configure the Home page URLs for your employees.

          **Example:**
          ``

      | -|PreventAccessToAboutFlags
      InMicrosoftEdge |Windows 10 Insider Preview |Desktop |
      • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/PreventAccessToAboutFlagsInMicrosoftEdge
      • **Data type.** Integer
      • **Allowed values:**
        • **0.** Employees can’t access the about:flags page in Microsoft Edge
        • **1 (default).** Employees can access the about:flags page in Microsoft Edge
      | +|PreventAccessToAboutFlags
      InMicrosoftEdge |Windows 10 Insider Preview |Desktop |
      • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/PreventAccessToAboutFlagsInMicrosoftEdge
      • **Data type.** Integer
      • **Allowed values:**
        • **0 (default).** Employees can access the about:flags page in Microsoft Edge.
        • **1.** Employees can't access the about:flags page in Microsoft Edge.
      | |PreventSmartScreenPromptOverride |Windows 10, Version 1511 or later |Both |
      • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/PreventSmartscreenPromptOverride
      • **Data type.** Integer
      • **Allowed values:**
        • **0 (default).** Employees can ignore SmartScreen warnings.
        • **1.** Employees can't ignore SmartScreen warnings.
      | |PreventSmartScreen
      PromptOverrideForFiles |Windows 10, Version 1511 or later |Both |
      • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/PreventSmartScreenPromptOverrideForFiles
      • **Data type.** Integer
      • **Allowed values:**
        • **0 (default).** Employees can ignore SmartScreen warnings for files.
        • **1.** Employees can't ignore SmartScreen warnings for files.
      | |PreventUsingLocalHostIPAddressForWebRTC |Windows 10, Version 1511 or later |Desktop |
      • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/PreventUsingLocalHostIPAddressForWebRTC
      • **Data type.** Integer
      • **Allowed values:**
        • **0 (default).** Shows an employee's LocalHost IP address while using the WebRTC protocol.
        • **1.** Doesn't show an employee's LocalHost IP address while using the WebRTC protocol.
      | From c8abced60bda5eab0862ed0d5bc21cc70872ec8f Mon Sep 17 00:00:00 2001 From: LizRoss Date: Thu, 12 May 2016 11:04:31 -0700 Subject: [PATCH 6/8] Updated table with change history topic --- browsers/edge/Index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/browsers/edge/Index.md b/browsers/edge/Index.md index 8dd1c27598..1fbb56ff74 100644 --- a/browsers/edge/Index.md +++ b/browsers/edge/Index.md @@ -25,6 +25,7 @@ Microsoft Edge lets you stay up-to-date through the Windows Store and to manage | Topic | Description | | -----------------------| ----------------------------------- | +|[Change history for Microsoft Edge](change-history-for-microsoft-edge.md) |Lists new and updated topics in the Microsoft Edge documentation for both Windows 10 and Windows 10 Mobile. | | [Microsoft Edge requirements and language support](hardware-and-software-requirements.md) | Microsoft Edge is pre-installed on all Windows 10-capable devices that meet the minimum system requirements and are on the supported language list.| | [Available policies for Microsoft Edge](available-policies.md) | Microsoft Edge works with Group Policy and Microsoft Intune to help you manage your organization's computer settings.

      Group Policy objects (GPO's) can include registry-based Administrative Template policy settings, security settings, software deployment information, scripts, folder redirection, and preferences. By using Group Policy and Intune, you can set up a policy setting once, and then copy that setting onto many computers. For example, you can set up multiple security settings in a GPO that's linked to a domain, and then apply all of those settings to every computer in the domain. | | [Use Enterprise Mode to improve compatibility](emie-to-improve-compatibility.md) | If you have specific web sites and apps that you know have compatibility problems with Microsoft Edge, you can use the Enterprise Mode site list so that the web sites will automatically open using Internet Explorer 11. Additionally, if you know that your intranet sites aren't going to work properly with Microsoft Edge, you can set all intranet sites to automatically open using IE11.

      Using Enterprise Mode means that you can continue to use Microsoft Edge as your default browser, while also ensuring that your apps continue working on IE11. | From 78bec2d1f4560ac3bda8c5b7ffd5846619d06309 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Thu, 12 May 2016 11:14:34 -0700 Subject: [PATCH 7/8] Added
      tags so the table would wrap properly --- browsers/edge/available-policies.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/browsers/edge/available-policies.md b/browsers/edge/available-policies.md index 2ea676c1e0..4973aa36ae 100644 --- a/browsers/edge/available-policies.md +++ b/browsers/edge/available-policies.md @@ -71,7 +71,7 @@ All devices must be enrolled with Intune if you want to use the Windows Custom U |AllowInPrivate |Windows 10, Version 1511 or later |Both |

      • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/AllowInPrivate
      • **Data type.** Integer
      • **Allowed values:**
        • **0.** Employees can’t use InPrivate browsing.
        • **1 (default).** Employees can use InPrivate browsing.
      | |AllowPasswordManager |Windows 10 or later |Both |
      • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/AllowPasswordManager
      • **Data type.** Integer
      • **Allowed values:**
        • **0 (default).** Employees can't use Password Manager to save passwords locally.
        • **1.** Employees can use Password Manager to save passwords locally.
      | |AllowPopups |Windows 10 or later |Desktop |
      • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/AllowPopups
      • **Data type.** Integer
      • **Allowed values:**
        • **0 (default).** Turns off Pop-up Blocker, allowing pop-up windows.
        • **1.** Turns on Pop-up Blocker, stopping pop-up windows.
      | -|AllowSearchSuggestionsinAddressBar |Windows 10 or later |Both |
      • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/AllowSearchSuggestionsinAddressBar/
      • **Data type.** Integer
      • **Allowed values:**
        • **0 (default).** Employees can’t see search suggestions in the Address bar of Microsoft Edge.
        • **1.** Employees can see search suggestions in the Address bar of Microsoft Edge.
      | +|AllowSearchSuggestions
      inAddressBar |Windows 10 or later |Both |
      • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/AllowSearchSuggestionsinAddressBar/
      • **Data type.** Integer
      • **Allowed values:**
        • **0 (default).** Employees can’t see search suggestions in the Address bar of Microsoft Edge.
        • **1.** Employees can see search suggestions in the Address bar of Microsoft Edge.
      | |AllowSmartScreen |Windows 10 or later |Both |
      • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/AllowSmartScreen
      • **Data type.** Integer
      • **Allowed values:**
        • **0 (default).** Turns off SmartScreen Filter.
        • **1.** Turns on SmartScreen Filter, providing warning messages to your employees about potential phishing scams and malicious software.
      | |Cookies |Windows 10 or later |Both |
      • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/Cookies
      • **Data type.** Integer
      • **Allowed values:**
        • **0 (default).** Allows all cookies from all sites.
        • **1.** Blocks only cookies from 3rd party websites
        • **2.** Blocks all cookies from all sites.
      | |EnterpriseModeSiteList |Windows 10 or later |Desktop |
      • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/EnterpriseModeSiteList
      • **Data type.** String
      • **Allowed values:**
        • Not configured.
        • **1 (default).** Use the Enterprise Mode Site List, if configured.
        • **2.** Specify the location to the site list.
      | @@ -79,11 +79,11 @@ All devices must be enrolled with Intune if you want to use the Windows Custom U |FirstRunURL |Windows 10, Version 1511 or later |Mobile |
      • **URI full path.** ./Vendor/MSFT/Policy/Config/ Browser/FirstRunURL
      • **Data type.** String
      • **Allowed values:**
        • Configure the first run URL for your employees.

          **Example:**
          ``

      | |HomePages |Windows 10, Version 1511 or later |Desktop |
      • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/HomePages
      • **Data type.** String
      • **Allowed values:**
        • Configure the Home page URLs for your employees.

          **Example:**
          ``

      | |PreventAccessToAboutFlags
      InMicrosoftEdge |Windows 10 Insider Preview |Desktop |
      • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/PreventAccessToAboutFlagsInMicrosoftEdge
      • **Data type.** Integer
      • **Allowed values:**
        • **0 (default).** Employees can access the about:flags page in Microsoft Edge.
        • **1.** Employees can't access the about:flags page in Microsoft Edge.
      | -|PreventSmartScreenPromptOverride |Windows 10, Version 1511 or later |Both |
      • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/PreventSmartscreenPromptOverride
      • **Data type.** Integer
      • **Allowed values:**
        • **0 (default).** Employees can ignore SmartScreen warnings.
        • **1.** Employees can't ignore SmartScreen warnings.
      | +|PreventSmartScreen
      PromptOverride |Windows 10, Version 1511 or later |Both |
      • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/PreventSmartscreenPromptOverride
      • **Data type.** Integer
      • **Allowed values:**
        • **0 (default).** Employees can ignore SmartScreen warnings.
        • **1.** Employees can't ignore SmartScreen warnings.
      | |PreventSmartScreen
      PromptOverrideForFiles |Windows 10, Version 1511 or later |Both |
      • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/PreventSmartScreenPromptOverrideForFiles
      • **Data type.** Integer
      • **Allowed values:**
        • **0 (default).** Employees can ignore SmartScreen warnings for files.
        • **1.** Employees can't ignore SmartScreen warnings for files.
      | -|PreventUsingLocalHostIPAddressForWebRTC |Windows 10, Version 1511 or later |Desktop |
      • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/PreventUsingLocalHostIPAddressForWebRTC
      • **Data type.** Integer
      • **Allowed values:**
        • **0 (default).** Shows an employee's LocalHost IP address while using the WebRTC protocol.
        • **1.** Doesn't show an employee's LocalHost IP address while using the WebRTC protocol.
      | -|SendIntranetTraffictoInternetExplorer |Windows 10 or later |Both |
      • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/SendIntranetTraffictoInternetExplorer/
      • **Data type.** Integer
      • **Allowed values:**
        • **0 (default).** Automatically opens all websites, including intranet sites, using Microsoft Edge.
        • **1.** Automatically opens all intranet sites using Internet Explorer 11.
      | -|ShowMessageWhenOpeningInteretExplorerSites |Windows 10 Insider Preview |Desktop |
      • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/ShowMessageWhenOpeningSitesInInteretExplorer
      • **Data type.** Integer
      • **Allowed values:**
        • **0 (default).** Doesn’t show an additional page in Microsoft Edge, stating that a site has been opened using Internet Explorer 11.
        • **1.** Shows an additional page in Microsoft Edge, stating that a site has been opened using Internet Explorer 11.
      | +|PreventUsingLocalHostIP
      AddressForWebRTC |Windows 10, Version 1511 or later |Desktop |
      • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/PreventUsingLocalHostIPAddressForWebRTC
      • **Data type.** Integer
      • **Allowed values:**
        • **0 (default).** Shows an employee's LocalHost IP address while using the WebRTC protocol.
        • **1.** Doesn't show an employee's LocalHost IP address while using the WebRTC protocol.
      | +|SendIntranetTraffic
      toInternetExplorer |Windows 10 or later |Both |
      • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/SendIntranetTraffictoInternetExplorer/
      • **Data type.** Integer
      • **Allowed values:**
        • **0 (default).** Automatically opens all websites, including intranet sites, using Microsoft Edge.
        • **1.** Automatically opens all intranet sites using Internet Explorer 11.
      | +|ShowMessageWhenOpening
      InteretExplorerSites |Windows 10 Insider Preview |Desktop |
      • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/ShowMessageWhenOpeningSitesInInteretExplorer
      • **Data type.** Integer
      • **Allowed values:**
        • **0 (default).** Doesn’t show an additional page in Microsoft Edge, stating that a site has been opened using Internet Explorer 11.
        • **1.** Shows an additional page in Microsoft Edge, stating that a site has been opened using Internet Explorer 11.
      | ## Microsoft Edge and Windows 10-specific Group Policy settings These are additional Windows 10-specific Group Policy settings that work with Microsoft Edge. From 56d9926c99ced74a68517d36d5ed5556b52ebde9 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Thu, 12 May 2016 11:27:12 -0700 Subject: [PATCH 8/8] Moved
      tag --- browsers/edge/available-policies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browsers/edge/available-policies.md b/browsers/edge/available-policies.md index 4973aa36ae..048f00fbc4 100644 --- a/browsers/edge/available-policies.md +++ b/browsers/edge/available-policies.md @@ -78,7 +78,7 @@ All devices must be enrolled with Intune if you want to use the Windows Custom U |Favorites |Windows 10, Version 1511 or later |Both |
      • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/Favorites
      • **Data type.** String
      • **Allowed values:**
        • Configure the **Favorite** URLs for your employees.

          **Example:**
          ``
          ``

          **Note**
          URLs must be on separate lines and aren't shared between Microsoft Edge and Internet Explorer 11.

        | |FirstRunURL |Windows 10, Version 1511 or later |Mobile |
        • **URI full path.** ./Vendor/MSFT/Policy/Config/ Browser/FirstRunURL
        • **Data type.** String
        • **Allowed values:**
          • Configure the first run URL for your employees.

            **Example:**
            ``

        | |HomePages |Windows 10, Version 1511 or later |Desktop |
        • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/HomePages
        • **Data type.** String
        • **Allowed values:**
          • Configure the Home page URLs for your employees.

            **Example:**
            ``

        | -|PreventAccessToAboutFlags
        InMicrosoftEdge |Windows 10 Insider Preview |Desktop |
        • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/PreventAccessToAboutFlagsInMicrosoftEdge
        • **Data type.** Integer
        • **Allowed values:**
          • **0 (default).** Employees can access the about:flags page in Microsoft Edge.
          • **1.** Employees can't access the about:flags page in Microsoft Edge.
        | +|PreventAccessToAbout
        FlagsInMicrosoftEdge |Windows 10 Insider Preview |Desktop |
        • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/PreventAccessToAboutFlagsInMicrosoftEdge
        • **Data type.** Integer
        • **Allowed values:**
          • **0 (default).** Employees can access the about:flags page in Microsoft Edge.
          • **1.** Employees can't access the about:flags page in Microsoft Edge.
        | |PreventSmartScreen
        PromptOverride |Windows 10, Version 1511 or later |Both |
        • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/PreventSmartscreenPromptOverride
        • **Data type.** Integer
        • **Allowed values:**
          • **0 (default).** Employees can ignore SmartScreen warnings.
          • **1.** Employees can't ignore SmartScreen warnings.
        | |PreventSmartScreen
        PromptOverrideForFiles |Windows 10, Version 1511 or later |Both |
        • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/PreventSmartScreenPromptOverrideForFiles
        • **Data type.** Integer
        • **Allowed values:**
          • **0 (default).** Employees can ignore SmartScreen warnings for files.
          • **1.** Employees can't ignore SmartScreen warnings for files.
        | |PreventUsingLocalHostIP
        AddressForWebRTC |Windows 10, Version 1511 or later |Desktop |
        • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/PreventUsingLocalHostIPAddressForWebRTC
        • **Data type.** Integer
        • **Allowed values:**
          • **0 (default).** Shows an employee's LocalHost IP address while using the WebRTC protocol.
          • **1.** Doesn't show an employee's LocalHost IP address while using the WebRTC protocol.
        |