From 6d3464b2d76b95907f1ec2aec48e9f7277b0a900 Mon Sep 17 00:00:00 2001 From: Sandeep Deo <38295759+SanDeo-MSFT@users.noreply.github.com> Date: Fri, 16 Aug 2019 14:47:13 -0700 Subject: [PATCH 001/191] Update hello-hybrid-cert-trust-devreg.md --- .../hello-for-business/hello-hybrid-cert-trust-devreg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/identity-protection/hello-for-business/hello-hybrid-cert-trust-devreg.md b/windows/security/identity-protection/hello-for-business/hello-hybrid-cert-trust-devreg.md index 433457239a..e4c7ce1506 100644 --- a/windows/security/identity-protection/hello-for-business/hello-hybrid-cert-trust-devreg.md +++ b/windows/security/identity-protection/hello-for-business/hello-hybrid-cert-trust-devreg.md @@ -205,7 +205,7 @@ When you're using AD FS, you need to enable the following WS-Trust endpoints: `/adfs/services/trust/13/certificatemixed` > [!WARNING] -> Both **adfs/services/trust/2005/windowstransport** or **adfs/services/trust/13/windowstransport** should be enabled as intranet facing endpoints only and must NOT be exposed as extranet facing endpoints through the Web Application Proxy. To learn more on how to disable WS-Trust WIndows endpoints, see [Disable WS-Trust Windows endpoints on the proxy](https://docs.microsoft.com/en-us/windows-server/identity/ad-fs/deployment/best-practices-securing-ad-fs#disable-ws-trust-windows-endpoints-on-the-proxy-ie-from-extranet). You can see what endpoints are enabled through the AD FS management console under **Service** > **Endpoints**. +> Both **adfs/services/trust/2005/windowstransport** or **adfs/services/trust/13/windowstransport** should be enabled as intranet facing endpoints only and must NOT be exposed as extranet facing endpoints through the Web Application Proxy. To learn more on how to disable WS-Trust Windows endpoints, see [Disable WS-Trust Windows endpoints on the proxy](https://docs.microsoft.com/en-us/windows-server/identity/ad-fs/deployment/best-practices-securing-ad-fs#disable-ws-trust-windows-endpoints-on-the-proxy-ie-from-extranet). You can see what endpoints are enabled through the AD FS management console under **Service** > **Endpoints**. > [!NOTE] >If you don’t have AD FS as your on-premises federation service, follow the instructions from your vendor to make sure they support WS-Trust 1.3 or 2005 endpoints and that these are published through the Metadata Exchange file (MEX). From 35877f8ea56f9c22f57568acff724f650c6ee949 Mon Sep 17 00:00:00 2001 From: Spencer Shumway <45644477+spshumwa@users.noreply.github.com> Date: Wed, 11 Sep 2019 10:31:53 -0700 Subject: [PATCH 002/191] Adding TPM networking requirements --- .../windows-autopilot/windows-autopilot-requirements.md | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/deployment/windows-autopilot/windows-autopilot-requirements.md b/windows/deployment/windows-autopilot/windows-autopilot-requirements.md index 1baaf03dea..cb83ea8034 100644 --- a/windows/deployment/windows-autopilot/windows-autopilot-requirements.md +++ b/windows/deployment/windows-autopilot/windows-autopilot-requirements.md @@ -78,6 +78,7 @@ If the Microsoft Store is not accessible, the AutoPilot process will still conti Office 365As part of the Intune device configuration, installation of Office 365 ProPlus may be required. For more information, see Office 365 URLs and IP address ranges (includes all Office services, DNS names, IP addresses; includes Azure AD and other services that may overlap with those listed above). Certificate revocation lists (CRLs)Some of these services will also need to check certificate revocation lists (CRLs) for certificates used in the services.  A full list of these is documented at Office 365 URLs and IP address ranges and Office 365 Certificate Chains. Hybrid AAD joinThe device can be hybrid AAD joined. The computer should be on corporate network for hybrid AAD join to work. See details at Windows Autopilot user-driven mode +Autopilot Self-Deploying mode and Autopilot White GloveFirmware TPM devices, which are only provided by Intel, AMD, or Qualcomm, do not include all needed certificates at boot time and must be able to retrieve them from the manufacturer on first use. Devices with discrete TPM chips(including ones from any other manufacturer) come with these certificates preinstalled. Make sure that these URLs are accessible for each firmware TPM provider so that certificates can be successfully requested: Intel- https://ekop.intel.com/ekcertservice, Qualcomm- https://ekcert.spserv.microsoft.com/EKCertificate/GetEKCertificate/v1, and AMD- http://ftpm.amd.com/pki/aia ## Licensing requirements From 2a65cb84c1cbb46dbabc58d3895b098f580e5df4 Mon Sep 17 00:00:00 2001 From: Spencer Shumway <45644477+spshumwa@users.noreply.github.com> Date: Wed, 11 Sep 2019 13:53:41 -0700 Subject: [PATCH 003/191] Added
--- .../windows-autopilot/windows-autopilot-requirements.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/windows/deployment/windows-autopilot/windows-autopilot-requirements.md b/windows/deployment/windows-autopilot/windows-autopilot-requirements.md index cb83ea8034..5d356b8200 100644 --- a/windows/deployment/windows-autopilot/windows-autopilot-requirements.md +++ b/windows/deployment/windows-autopilot/windows-autopilot-requirements.md @@ -78,7 +78,10 @@ If the Microsoft Store is not accessible, the AutoPilot process will still conti Office 365As part of the Intune device configuration, installation of Office 365 ProPlus may be required. For more information, see Office 365 URLs and IP address ranges (includes all Office services, DNS names, IP addresses; includes Azure AD and other services that may overlap with those listed above). Certificate revocation lists (CRLs)Some of these services will also need to check certificate revocation lists (CRLs) for certificates used in the services.  A full list of these is documented at Office 365 URLs and IP address ranges and Office 365 Certificate Chains. Hybrid AAD joinThe device can be hybrid AAD joined. The computer should be on corporate network for hybrid AAD join to work. See details at Windows Autopilot user-driven mode -Autopilot Self-Deploying mode and Autopilot White GloveFirmware TPM devices, which are only provided by Intel, AMD, or Qualcomm, do not include all needed certificates at boot time and must be able to retrieve them from the manufacturer on first use. Devices with discrete TPM chips(including ones from any other manufacturer) come with these certificates preinstalled. Make sure that these URLs are accessible for each firmware TPM provider so that certificates can be successfully requested: Intel- https://ekop.intel.com/ekcertservice, Qualcomm- https://ekcert.spserv.microsoft.com/EKCertificate/GetEKCertificate/v1, and AMD- http://ftpm.amd.com/pki/aia +Autopilot Self-Deploying mode and Autopilot White GloveFirmware TPM devices, which are only provided by Intel, AMD, or Qualcomm, do not include all needed certificates at boot time and must be able to retrieve them from the manufacturer on first use. Devices with discrete TPM chips(including ones from any other manufacturer) come with these certificates preinstalled. Make sure that these URLs are accessible for each firmware TPM provider so that certificates can be successfully requested: +
Intel- https://ekop.intel.com/ekcertservice +
Qualcomm- https://ekcert.spserv.microsoft.com/EKCertificate/GetEKCertificate/v1 +
AMD- http://ftpm.amd.com/pki/aia ## Licensing requirements From 6d22e1ac170c3fba911e3f22c23451069a27bc8d Mon Sep 17 00:00:00 2001 From: Rafael Rivera Date: Thu, 12 Sep 2019 15:20:13 -0700 Subject: [PATCH 004/191] Add diagnostic events and fields for 1903 --- windows/deployment/update/windows-analytics-privacy.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/windows/deployment/update/windows-analytics-privacy.md b/windows/deployment/update/windows-analytics-privacy.md index 8e7a8558db..19e9520516 100644 --- a/windows/deployment/update/windows-analytics-privacy.md +++ b/windows/deployment/update/windows-analytics-privacy.md @@ -8,8 +8,10 @@ ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: deploy -audience: itpro author: greg-lindsay -ms.audience: itpro author: greg-lindsay +audience: itpro +author: greg-lindsay +ms.audience: itpro +author: greg-lindsay ms.localizationpriority: high ms.collection: M365-analytics ms.topic: article @@ -43,6 +45,7 @@ See these topics for additional background information about related privacy iss - [Windows 10 and the GDPR for IT Decision Makers](https://docs.microsoft.com/windows/privacy/gdpr-it-guidance) - [Configure Windows diagnostic data in your organization](https://docs.microsoft.com/windows/configuration/configure-windows-diagnostic-data-in-your-organization) - [Windows 7, Windows 8, and Windows 8.1 Appraiser Telemetry Events, and Fields](https://go.microsoft.com/fwlink/?LinkID=822965) +- [Windows 10, version 1903 basic level Windows diagnostic events and fields](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1903) - [Windows 10, version 1809 basic level Windows diagnostic events and fields](https://docs.microsoft.com/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1809) - [Windows 10, version 1803 basic level Windows diagnostic events and fields](https://docs.microsoft.com/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1803) - [Windows 10, version 1709 basic level Windows diagnostic events and fields](https://docs.microsoft.com/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709) From 1dbd748812d4ac3bd132508901377ebeea410322 Mon Sep 17 00:00:00 2001 From: MONI RAMESH SUBRAMONI <44937843+mosubram@users.noreply.github.com> Date: Sun, 15 Sep 2019 15:01:50 +0530 Subject: [PATCH 005/191] Update manage-protection-updates-windows-defender-antivirus.md The policy path details mentioned in the article is valid only till Windows 10, version 1607. It has changed starting Windows 10, version 1703 and remains the same till Windows 10, version 1809 and then again changed in Windows 10, version 1903. --- .../manage-protection-updates-windows-defender-antivirus.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows/security/threat-protection/windows-defender-antivirus/manage-protection-updates-windows-defender-antivirus.md b/windows/security/threat-protection/windows-defender-antivirus/manage-protection-updates-windows-defender-antivirus.md index ee825e3d08..5b19541a03 100644 --- a/windows/security/threat-protection/windows-defender-antivirus/manage-protection-updates-windows-defender-antivirus.md +++ b/windows/security/threat-protection/windows-defender-antivirus/manage-protection-updates-windows-defender-antivirus.md @@ -107,6 +107,8 @@ The procedures in this article first describe how to set the order, and then how 6. Click **OK**. This will set the order of file shares when that source is referenced in the **Define the order of sources...** group policy setting. +Note: For Windows 10, version 1703 till 1809, the policy path is Windows Components > Windows Defender Antivirus > Signature Updates + For Windows 10, version 1903, the policy path is Windows Components > Windows Defender Antivirus > Security Intelligence Updates **Use Configuration Manager to manage the update location:** From 56d6d8ec3f0174bc2e8465152de880c005689297 Mon Sep 17 00:00:00 2001 From: MONI RAMESH SUBRAMONI <44937843+mosubram@users.noreply.github.com> Date: Mon, 16 Sep 2019 14:46:38 +0530 Subject: [PATCH 006/191] Update windows/security/threat-protection/windows-defender-antivirus/manage-protection-updates-windows-defender-antivirus.md Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> --- .../manage-protection-updates-windows-defender-antivirus.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windows/security/threat-protection/windows-defender-antivirus/manage-protection-updates-windows-defender-antivirus.md b/windows/security/threat-protection/windows-defender-antivirus/manage-protection-updates-windows-defender-antivirus.md index 5b19541a03..d9ca019782 100644 --- a/windows/security/threat-protection/windows-defender-antivirus/manage-protection-updates-windows-defender-antivirus.md +++ b/windows/security/threat-protection/windows-defender-antivirus/manage-protection-updates-windows-defender-antivirus.md @@ -107,7 +107,8 @@ The procedures in this article first describe how to set the order, and then how 6. Click **OK**. This will set the order of file shares when that source is referenced in the **Define the order of sources...** group policy setting. -Note: For Windows 10, version 1703 till 1809, the policy path is Windows Components > Windows Defender Antivirus > Signature Updates +> [!NOTE] +> For Windows 10, versions 1703 up to and including 1809, the policy path is **Windows Components > Windows Defender Antivirus > Signature Updates** For Windows 10, version 1903, the policy path is Windows Components > Windows Defender Antivirus > Security Intelligence Updates **Use Configuration Manager to manage the update location:** From be824df2925a612436a00b5d28843edcbdeac46c Mon Sep 17 00:00:00 2001 From: MONI RAMESH SUBRAMONI <44937843+mosubram@users.noreply.github.com> Date: Mon, 16 Sep 2019 14:46:46 +0530 Subject: [PATCH 007/191] Update windows/security/threat-protection/windows-defender-antivirus/manage-protection-updates-windows-defender-antivirus.md Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> --- .../manage-protection-updates-windows-defender-antivirus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/windows-defender-antivirus/manage-protection-updates-windows-defender-antivirus.md b/windows/security/threat-protection/windows-defender-antivirus/manage-protection-updates-windows-defender-antivirus.md index d9ca019782..10cc42c9f3 100644 --- a/windows/security/threat-protection/windows-defender-antivirus/manage-protection-updates-windows-defender-antivirus.md +++ b/windows/security/threat-protection/windows-defender-antivirus/manage-protection-updates-windows-defender-antivirus.md @@ -109,7 +109,7 @@ The procedures in this article first describe how to set the order, and then how > [!NOTE] > For Windows 10, versions 1703 up to and including 1809, the policy path is **Windows Components > Windows Defender Antivirus > Signature Updates** - For Windows 10, version 1903, the policy path is Windows Components > Windows Defender Antivirus > Security Intelligence Updates +> For Windows 10, version 1903, the policy path is **Windows Components > Windows Defender Antivirus > Security Intelligence Updates** **Use Configuration Manager to manage the update location:** From 2b63f3586d3b27ee22756b1c85a647432079874f Mon Sep 17 00:00:00 2001 From: Michael Mardahl Date: Thu, 19 Sep 2019 10:10:26 +0200 Subject: [PATCH 008/191] Update enroll-a-windows-10-device-automatically-using-group-policy.md Added the new 1903 ADMX link, and updated the screenshots and texts to reflect new possibilities introduced in the latest ADMX. --- ...s-10-device-automatically-using-group-policy.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md b/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md index 6360bcb775..a2ace591bb 100644 --- a/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md +++ b/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md @@ -106,12 +106,16 @@ Requirements: ![MDM policies](images/autoenrollment-mdm-policies.png) -4. Double-click **Auto MDM Enrollment with AAD Token**. +4. Double-click **Enable Automatic MDM enrollment using default Azure AD credentials**. ![MDM autoenrollment policy](images/autoenrollment-policy.png) 5. Click **Enable**, then click **OK**. +>[!IMPORTANT] +>In Windows 10, version 1903, the MDM.admx file was updated to include the possibility to select which credential is used to enroll the device. The **Device Credential** is a new option that will only have effect on clients that have the Windows 10 1903 feature update installed. +>The default behaviour for older releases is to fallback to **User Credential**. + A task is created and scheduled to run every 5 minutes for the duration of 1 day. The task is called " Schedule created by enrollment client for automatically enrolling in MDM from AAD." To see the scheduled task, launch the [Task Scheduler app](#task-scheduler-app). @@ -154,15 +158,15 @@ Requirements: - Ensure that PCs belong to same computer group. >[!IMPORTANT] ->If you do not see the policy, it may be because you don’t have the ADMX installed for Windows 10, version 1803 or version 1809. To fix the issue, follow these steps: +>If you do not see the policy, it may be because you don’t have the ADMX installed for Windows 10, version 1803, version 1809 or version 1903. To fix the issue, follow these steps (Note: the latest MDM.admx is backwards compatible): > 1. Download: > 1803 -->[Administrative Templates (.admx) for Windows 10 April 2018 Update (1803)](https://www.microsoft.com/download/details.aspx?id=56880) or > 1809 --> [Administrative Templates for Windows 10 October 2018 Update (1809)](https://www.microsoft.com/download/details.aspx?id=57576). +> 1903 --> [Administrative Templates for Windows 10 May 2019 Update (1903)](https://www.microsoft.com/en-us/download/details.aspx?id=58495&WT.mc_id=rss_alldownloads_all) (recommended). > 2. Install the package on the Primary Domain Controller (PDC). > 3. Navigate, depending on the version to the folder: -> 1803 --> **C:\Program Files (x86)\Microsoft Group Policy\Windows 10 April 2018 Update (1803) v2**, or -> 1809 --> **C:\Program Files (x86)\Microsoft Group Policy\Windows 10 October 2018 Update (1809) v2** -> 4. Copy policy definitions folder to **C:\Windows\SYSVOL\domain\Policies**. +> **C:\Program Files (x86)\Microsoft Group Policy\Windows 10 \ \ Update (\) \** +> 4. Copy policy definitions folder to **C:\Windows\SYSVOL\domain\Policies** (N.B. If this folder does not exist, then be aware that you will be switching to a [central policy store](https://support.microsoft.com/da-dk/help/3087759/how-to-create-and-manage-the-central-store-for-group-policy-administra) for your entire domain). > 5. Restart the Primary Domain Controller for the policy to be available. > This procedure will work for any future version as well. From f82a56e1a6c2321f3a1c0058589993e1f3978145 Mon Sep 17 00:00:00 2001 From: Baard Hermansen Date: Fri, 20 Sep 2019 13:14:22 +0200 Subject: [PATCH 009/191] Update account-policies.md Corrected Noted markup. --- .../security-policy-settings/account-policies.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windows/security/threat-protection/security-policy-settings/account-policies.md b/windows/security/threat-protection/security-policy-settings/account-policies.md index 3c9a703853..f740ced849 100644 --- a/windows/security/threat-protection/security-policy-settings/account-policies.md +++ b/windows/security/threat-protection/security-policy-settings/account-policies.md @@ -25,7 +25,8 @@ ms.date: 04/19/2017 An overview of account policies in Windows and provides links to policy descriptions. All account policies settings applied by using Group Policy are applied at the domain level. Default values are present in the built-in default domain controller policy for Password Policy settings, Account Lockout Policy settings, and Kerberos Policy settings. The domain account policy becomes the default local account policy of any device that is a member of the domain. If these policies are set at any level below the domain level in Active Directory Domain Services (AD DS), they affect only local accounts on member servers. -> **Note:**  Each domain can have only one account policy. The account policy must be defined in the default domain policy or in a new policy that is linked to the root of the domain and given precedence over the default domain policy, which is enforced by the domain controllers in the domain. These domain-wide account policy settings (Password Policy, Account Lockout Policy, and Kerberos Policy) are enforced by the domain controllers in the domain; therefore, domain controllers always retrieve the values of these account policy settings from the default domain policy Group Policy Object (GPO). +> [!NOTE] +> Each domain can have only one account policy. The account policy must be defined in the default domain policy or in a new policy that is linked to the root of the domain and given precedence over the default domain policy, which is enforced by the domain controllers in the domain. These domain-wide account policy settings (Password Policy, Account Lockout Policy, and Kerberos Policy) are enforced by the domain controllers in the domain; therefore, domain controllers always retrieve the values of these account policy settings from the default domain policy Group Policy Object (GPO). The only exception is when another account policy is defined for an organizational unit (OU). The account policy settings for the OU affect the local policy on any computers that are contained in the OU. For example, if an OU policy defines a maximum password age that differs from the domain-level account policy, the OU policy will be applied and enforced only when users log on to the local computer. The default local computer policies apply only to computers that are in a workgroup or in a domain where neither an OU account policy nor a domain policy applies. From 41be8ac8df848d8541139f6e806a77a127c33a61 Mon Sep 17 00:00:00 2001 From: brbrahm <43386070+brbrahm@users.noreply.github.com> Date: Fri, 20 Sep 2019 08:58:34 -0700 Subject: [PATCH 010/191] Comment out msxml3, msxml6, jscript9 in signing scenarios These three dlls are commented out in the rule definition section, so should also be commented out in the signing scenarios section in case people do not uncomment the first. --- .../microsoft-recommended-block-rules.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-block-rules.md b/windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-block-rules.md index 8aae066fd4..55b26f6e89 100644 --- a/windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-block-rules.md +++ b/windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-block-rules.md @@ -88,7 +88,7 @@ Microsoft recommends that you block the following Microsoft-signed applications - msxml6.dll - jscript9.dll -Pick the correct version of each .dll for the Windows release you plan to support, and remove the other versions. +Pick the correct version of each .dll for the Windows release you plan to support, and remove the other versions. Ensure that you also uncomment them in the signing scenarios section. ```xml @@ -888,9 +888,11 @@ Pick the correct version of each .dll for the Windows release you plan to suppor + From b801d2292d4f7ceb3bba6dc26e9558984318828e Mon Sep 17 00:00:00 2001 From: Adam Gross Date: Sat, 21 Sep 2019 15:55:02 -0500 Subject: [PATCH 011/191] Fixed typo --- .../hello-for-business/hello-hybrid-aadj-sso-base.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/identity-protection/hello-for-business/hello-hybrid-aadj-sso-base.md b/windows/security/identity-protection/hello-for-business/hello-hybrid-aadj-sso-base.md index d1c11a2a8c..64ad6ca815 100644 --- a/windows/security/identity-protection/hello-for-business/hello-hybrid-aadj-sso-base.md +++ b/windows/security/identity-protection/hello-for-business/hello-hybrid-aadj-sso-base.md @@ -122,7 +122,7 @@ You need to host your new certificate revocation list of a web server so Azure A 5. Select **CDP** under **Default Web Site** in the navigation pane. Double-click **Configuration Editor**. 6. In the **Section** list, navigate to **system.webServer/security/requestFiltering**. ![IIS Configuration Editor requestFiltering](images/aadj/iis-config-editor-requestFiltering.png) - In the list of named value-pairs in the content pane, configure **allowDoubleEscapting** to **True**. Click **Apply** in the actions pane. + In the list of named value-pairs in the content pane, configure **allowDoubleEscaping** to **True**. Click **Apply** in the actions pane. ![IIS Configuration Editor double escaping](images/aadj/iis-config-editor-allowDoubleEscaping.png) 7. Close **Internet Information Services (IIS) Manager**. From bf3926c4a45b5e8d5fb0ee23b2eb6e5047b09d65 Mon Sep 17 00:00:00 2001 From: Michael Mardahl Date: Sun, 22 Sep 2019 06:54:08 +0200 Subject: [PATCH 012/191] Update windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> --- ...roll-a-windows-10-device-automatically-using-group-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md b/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md index a2ace591bb..ac8d2dec41 100644 --- a/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md +++ b/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md @@ -162,7 +162,7 @@ Requirements: > 1. Download: > 1803 -->[Administrative Templates (.admx) for Windows 10 April 2018 Update (1803)](https://www.microsoft.com/download/details.aspx?id=56880) or > 1809 --> [Administrative Templates for Windows 10 October 2018 Update (1809)](https://www.microsoft.com/download/details.aspx?id=57576). -> 1903 --> [Administrative Templates for Windows 10 May 2019 Update (1903)](https://www.microsoft.com/en-us/download/details.aspx?id=58495&WT.mc_id=rss_alldownloads_all) (recommended). +> 1903 --> [Administrative Templates for Windows 10 May 2019 Update (1903)](https://www.microsoft.com/download/details.aspx?id=58495&WT.mc_id=rss_alldownloads_all) (recommended). > 2. Install the package on the Primary Domain Controller (PDC). > 3. Navigate, depending on the version to the folder: > **C:\Program Files (x86)\Microsoft Group Policy\Windows 10 \ \ Update (\) \** From 7e81063a53e4e9bb24b2c8b7e532f7a74dd01a60 Mon Sep 17 00:00:00 2001 From: Michael Mardahl Date: Sun, 22 Sep 2019 06:56:10 +0200 Subject: [PATCH 013/191] Update windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> --- ...roll-a-windows-10-device-automatically-using-group-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md b/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md index ac8d2dec41..bea7ec8fa8 100644 --- a/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md +++ b/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md @@ -166,7 +166,7 @@ Requirements: > 2. Install the package on the Primary Domain Controller (PDC). > 3. Navigate, depending on the version to the folder: > **C:\Program Files (x86)\Microsoft Group Policy\Windows 10 \ \ Update (\) \** -> 4. Copy policy definitions folder to **C:\Windows\SYSVOL\domain\Policies** (N.B. If this folder does not exist, then be aware that you will be switching to a [central policy store](https://support.microsoft.com/da-dk/help/3087759/how-to-create-and-manage-the-central-store-for-group-policy-administra) for your entire domain). +> 4. Copy policy definitions folder to **C:\Windows\SYSVOL\domain\Policies** (N.B. If this folder does not exist, then be aware that you will be switching to a [central policy store](https://support.microsoft.com/help/3087759/how-to-create-and-manage-the-central-store-for-group-policy-administra) for your entire domain). > 5. Restart the Primary Domain Controller for the policy to be available. > This procedure will work for any future version as well. From 8810e7902d1dae9b4eda6f607019a4c84eada5f7 Mon Sep 17 00:00:00 2001 From: Michael Mardahl Date: Sun, 22 Sep 2019 07:04:10 +0200 Subject: [PATCH 014/191] Update enroll-a-windows-10-device-automatically-using-group-policy.md --- ...s-10-device-automatically-using-group-policy.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md b/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md index bea7ec8fa8..7d2e52c4a0 100644 --- a/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md +++ b/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md @@ -76,7 +76,7 @@ Also verify that the **MAM user scope** is set to **None**. Otherwise, it will h ![Mobility setting MDM intune](images/auto-enrollment-microsoft-intune-setting.png) -7. Verify that the *Enable automatic MDM enrollment using default Azure AD credentials* group policy (Local Group Policy Editor > Computer Configuration > Policies > Administrative Templates > Windows Components > MDM) is properly deployed to all devices which should be enrolled into Intune. +7. Verify that the *Enable Automatic MDM enrollment using default Azure AD credentials* group policy (Local Group Policy Editor > Computer Configuration > Policies > Administrative Templates > Windows Components > MDM) is properly deployed to all devices which should be enrolled into Intune. You may contact your domain administrators to verify if the group policy has been deployed successfully. 8. Verify that the device is not enrolled with the old Intune client used on the Intune Silverlight Portal (this is the Intune portal used before the Azure portal). @@ -112,17 +112,17 @@ Requirements: 5. Click **Enable**, then click **OK**. ->[!IMPORTANT] +>[!NOTE] >In Windows 10, version 1903, the MDM.admx file was updated to include the possibility to select which credential is used to enroll the device. The **Device Credential** is a new option that will only have effect on clients that have the Windows 10 1903 feature update installed. ->The default behaviour for older releases is to fallback to **User Credential**. +The default behaviour for older releases is to fallback to **User Credential**. - A task is created and scheduled to run every 5 minutes for the duration of 1 day. The task is called " Schedule created by enrollment client for automatically enrolling in MDM from AAD." +A task is created and scheduled to run every 5 minutes for the duration of 1 day. The task is called " Schedule created by enrollment client for automatically enrolling in MDM from AAD." - To see the scheduled task, launch the [Task Scheduler app](#task-scheduler-app). +To see the scheduled task, launch the [Task Scheduler app](#task-scheduler-app). - If two-factor authentication is required, you will be prompted to complete the process. Here is an example screenshot. +If two-factor authentication is required, you will be prompted to complete the process. Here is an example screenshot. - ![Two-factor authentication notification](images/autoenrollment-2-factor-auth.png) +![Two-factor authentication notification](images/autoenrollment-2-factor-auth.png) 6. To verify successful enrollment to MDM , click **Start > Settings > Accounts > Access work or school**, then select your domain account. From 97e872b4191cfa2f6669febf036ac19431ce6046 Mon Sep 17 00:00:00 2001 From: Michael Mardahl Date: Sun, 22 Sep 2019 07:14:00 +0200 Subject: [PATCH 015/191] Update enroll-a-windows-10-device-automatically-using-group-policy.md Removed some language tags from links, and verified that they still work and apply the users own language when visited. Added more clarification to certain subjects. --- ...s-10-device-automatically-using-group-policy.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md b/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md index 7d2e52c4a0..7acb081d9d 100644 --- a/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md +++ b/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md @@ -22,13 +22,13 @@ Requirements: - The enterprise has configured a mobile device management (MDM) service - The enterprise AD must be [registered with Azure Active Directory (Azure AD)](azure-active-directory-integration-with-mdm.md) - The device should not already be enrolled in Intune using the classic agents (devices managed using agents will fail enrollment with `error 0x80180026`) -- The minimum Windows Server version requirement is based on the Hybrid AAD join requirement. See [How to plan your hybrid Azure Active Directory join implementation](https://docs.microsoft.com/en-us/azure/active-directory/devices/hybrid-azuread-join-plan) for more information. +- The minimum Windows Server version requirement is based on the Hybrid AAD join requirement. See [How to plan your hybrid Azure Active Directory join implementation](https://docs.microsoft.com/azure/active-directory/devices/hybrid-azuread-join-plan) for more information. > [!TIP] > For additional information, see the following topics: > - [How to configure automatic registration of Windows domain-joined devices with Azure Active Directory](https://docs.microsoft.com/azure/active-directory/active-directory-conditional-access-automatic-device-registration-setup) -> - [How to plan your hybrid Azure Active Directory join implementation](https://docs.microsoft.com/en-us/azure/active-directory/devices/hybrid-azuread-join-plan) -> - [Azure Active Directory integration with MDM](https://docs.microsoft.com/en-us/windows/client-management/mdm/azure-active-directory-integration-with-mdm) +> - [How to plan your hybrid Azure Active Directory join implementation](https://docs.microsoft.com/azure/active-directory/devices/hybrid-azuread-join-plan) +> - [Azure Active Directory integration with MDM](https://docs.microsoft.com/windows/client-management/mdm/azure-active-directory-integration-with-mdm) The auto-enrollment relies on the presence of an MDM service and the Azure Active Directory registration for the PC. Starting in Windows 10, version 1607, once the enterprise has registered its AD with Azure AD, a Windows PC that is domain joined is automatically AAD registered. @@ -48,7 +48,7 @@ The following steps demonstrate required settings using the Intune service: ![Intune license verification](images/auto-enrollment-intune-license-verification.png) -2. Verify that auto-enrollment is activated for those users who are going to enroll the devices into Intune. For additional details, see [Azure AD and Microsoft Intune: Automatic MDM enrollment in the new Portal](https://docs.microsoft.com/en-us/windows/client-management/mdm/azure-ad-and-microsoft-intune-automatic-mdm-enrollment-in-the-new-portal). +2. Verify that auto-enrollment is activated for those users who are going to enroll the devices into Intune. For additional details, see [Azure AD and Microsoft Intune: Automatic MDM enrollment in the new Portal](https://docs.microsoft.com/windows/client-management/mdm/azure-ad-and-microsoft-intune-automatic-mdm-enrollment-in-the-new-portal). Also verify that the **MAM user scope** is set to **None**. Otherwise, it will have precedence over the MDM scope that will lead to issues. ![Auto-enrollment activation verification](images/auto-enrollment-activation-verification.png) @@ -116,7 +116,7 @@ Requirements: >In Windows 10, version 1903, the MDM.admx file was updated to include the possibility to select which credential is used to enroll the device. The **Device Credential** is a new option that will only have effect on clients that have the Windows 10 1903 feature update installed. The default behaviour for older releases is to fallback to **User Credential**. -A task is created and scheduled to run every 5 minutes for the duration of 1 day. The task is called " Schedule created by enrollment client for automatically enrolling in MDM from AAD." +When a group policy refresh occurs on the client, a task is created and scheduled to run every 5 minutes for the duration of 1 day. The task is called " Schedule created by enrollment client for automatically enrolling in MDM from AAD." To see the scheduled task, launch the [Task Scheduler app](#task-scheduler-app). @@ -124,6 +124,10 @@ If two-factor authentication is required, you will be prompted to complete the p ![Two-factor authentication notification](images/autoenrollment-2-factor-auth.png) +>[!Tip] +> You can avoid this behaviour using Conditional Access Policies in Azure AD. +Learn more by reading [What is Conditional Access?](https://docs.microsoft.com/azure/active-directory/conditional-access/overview). + 6. To verify successful enrollment to MDM , click **Start > Settings > Accounts > Access work or school**, then select your domain account. 7. Click **Info** to see the MDM enrollment information. From 7ce206a1f3ee59e46e167ad584b6012701c1d61f Mon Sep 17 00:00:00 2001 From: Michael Mardahl Date: Sun, 22 Sep 2019 07:21:25 +0200 Subject: [PATCH 016/191] Update windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- ...roll-a-windows-10-device-automatically-using-group-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md b/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md index 7acb081d9d..6cb12441fc 100644 --- a/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md +++ b/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md @@ -113,7 +113,7 @@ Requirements: 5. Click **Enable**, then click **OK**. >[!NOTE] ->In Windows 10, version 1903, the MDM.admx file was updated to include the possibility to select which credential is used to enroll the device. The **Device Credential** is a new option that will only have effect on clients that have the Windows 10 1903 feature update installed. +>In Windows 10, version 1903, the MDM.admx file was updated to include an option to select which credential is used to enroll the device. **Device Credential** is a new option that will only have an effect on clients that have the Windows 10, version 1903 feature update installed. The default behaviour for older releases is to fallback to **User Credential**. When a group policy refresh occurs on the client, a task is created and scheduled to run every 5 minutes for the duration of 1 day. The task is called " Schedule created by enrollment client for automatically enrolling in MDM from AAD." From 6a036332f05e083f05d712afd75331437544a938 Mon Sep 17 00:00:00 2001 From: Michael Mardahl Date: Sun, 22 Sep 2019 07:22:33 +0200 Subject: [PATCH 017/191] Update windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- ...roll-a-windows-10-device-automatically-using-group-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md b/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md index 6cb12441fc..87b6f569b5 100644 --- a/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md +++ b/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md @@ -162,7 +162,7 @@ Requirements: - Ensure that PCs belong to same computer group. >[!IMPORTANT] ->If you do not see the policy, it may be because you don’t have the ADMX installed for Windows 10, version 1803, version 1809 or version 1903. To fix the issue, follow these steps (Note: the latest MDM.admx is backwards compatible): +>If you do not see the policy, it may be because you don’t have the ADMX installed for Windows 10, version 1803, version 1809, or version 1903. To fix the issue, follow these steps (Note: the latest MDM.admx is backwards compatible): > 1. Download: > 1803 -->[Administrative Templates (.admx) for Windows 10 April 2018 Update (1803)](https://www.microsoft.com/download/details.aspx?id=56880) or > 1809 --> [Administrative Templates for Windows 10 October 2018 Update (1809)](https://www.microsoft.com/download/details.aspx?id=57576). From 2e960878ab92fb3fc823a159bae2b8ab00023202 Mon Sep 17 00:00:00 2001 From: ImranHabib <47118050+joinimran@users.noreply.github.com> Date: Mon, 23 Sep 2019 09:53:11 +0500 Subject: [PATCH 018/191] Updated images with new interface As requested, I have updated images with new Azure interface. --- .../azure-portal-LA-wkspcsumm_sterile.png | Bin 59988 -> 70159 bytes .../images/azure-portal-UR-settings.png | Bin 67670 -> 120944 bytes .../azure-portal-create-resource-boxes.png | Bin 24261 -> 64522 bytes .../temp-azure-portal-soltn-setting.png | Bin 87693 -> 82937 bytes 4 files changed, 0 insertions(+), 0 deletions(-) diff --git a/windows/deployment/update/images/azure-portal-LA-wkspcsumm_sterile.png b/windows/deployment/update/images/azure-portal-LA-wkspcsumm_sterile.png index 9e37eda7a6bce059baabc5a8891e822144436fca..9308673481c169678a0b11d1c80014a4ed65664c 100644 GIT binary patch literal 70159 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�}&c0AmBe3)gBQ4+S#vTOh1L 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 literal 59988 zcmZ5|bzD?k*EZcC3?L!hHKc&FbPO%&C?E=mbaxGiwB%3qc__5r=OXRWv)HHTxY#YB z5s`IVdJ=1IUOaz(OC*Cu9~8~|L_lu@eE&HJ-PZC0lqrZ1xFP*SU~1bj{Qff&mW8@e z-v4g=ncQ=_yP-7N^LEDkeT!{t2eF&p*-TZvlk6jdMNVD>Vt)|bGu~LhaO|<(_iX6UBZ39(#sES2@)A187^X{a7W9a&N`bzClR-N}o>~|WUH=X6# zDbe2GKBL3Q)X&uCi5kHa^@Bqm4eBfkefUtVmLjJ1LX(j*>*CqK3XSrg_1Jr0U%&#c7A)GH}3FMs_# z$~GRDd{|j^w#m+H6aGx;D&*l{`sKTN{eC5-o`=3R6;@yLjXgx7)-Wy)6lr};(DR%L z=M%AV@Qp!dDlM6$AGs`423=2ah2AZ~)zc+?uFei(V`Ihk8lJ&QK-)ams_{3<`&$SBVX3LewOfh=)fd?z7mHec{D5wEM;JGYZ9>Z0v3bTqgl!YdPOI@ zbKxQW{4YL3Mf_+4OpPd>5f!+d?f*Jm@T2|M-MkznMu-STagXZ8t~Pz1;Ha*yuB%IW zVT#5D;t4OL8e0GCHXmaI4BHxHt;n#Gm^Bd(!pn5KtqbO!J%!v+cJ)l zedX$WP)d2fOp#VWar)Wi@lIq&4MRnubx%lNtL{F19F<8+y0Rq0WY*FO6T|Wr``l zwd`4Geb0U|eiV0HYzY7i@msntrCNo>knhQ~#Va}2y?GzNga<#1WnM;52=u@HY9fnT zLcD98=W}_&3*CRr2Ibal?JgDL)GuzhI_wL?6rKaIw7oO-SS8gliz#)>U7~3H&>H#6 z5bXkR2zk?B8}=Vm-Vv3rUUGkmCaq+Gme&%=&X~KMZkv}>fD|nnp;Ve`~2lOxwtw6bRUq2*XYR(S`q!a zAfXRB!=FoTv(z0t1iWunA1kdzrAN6{qK4$f;&q~tyYFn$h~9IwS3KijW63uGOt45o zbf>9!AN^_#?2IpB&h}`JID|~_vWudV3B}og;Tlqr27xJ-m6{0N79$tLA`ei{afQna zzDFD54<_kSBunOAp<6S}3geDuGQlC)$4VYTmob!Ld=?(c-K{T6!R6DWS<`BU|MMM2 zHW!WvNm@7t{e~I3{NcMN&-A+v#T-mkR!+NxFrsByYS7%#4bZYWN5Efavy|g_ny)}b z#(vkwUu8cS`JS&X^1XI~IKr4E6-1oYR7;E+nO<%GC@WRrRrM?<1tx&;F|cv4yMBJ+ zDl&jyFQOLdm%IpYe09TOZ3#)_;wR3C*)9KZ-Vdgg(QG8>Jq#eo_e?@YKjlZfd5msX zrU#pN$?Q{fZ3J7R?0|ODtWr<$AmL?EXwlpxa8X`6W7|@6%#W5$ZpG4g5yWEA^;6<53@7EhxxP65hSII5Uy9C) zS&GG$YGeWU3VV@BW2(~G(bYs_0!7ms3f2QYPeGL=AsfnBJnsix;%>XM9iha`#pxZb zm0u~hpJyfNsFgbYsSuz`Kj>*FHM0*&NJy}2I?t&@p=hueN@MFQcj2}&@>nvc&;dY) zfq_^YyFvCPbUv{{ysNq3vH6h_d&{eCzTk(C72Q;}zx+@NgxFXo+auJ{?5Sd+T^-$^L-f9^vevh=V^L7nicBpZc)pObQ|!sA3Cr2k;Z2^ zQaH``Vk23=g25f|2qlIU3fmzOmh*=S-hdVG>nKgZsLuaD!l>T9qTp#d%Xn0`k4Q9W zNb}sx1A^z*%wu763<4_mlWoJttr^F=bC0YhYYRQf4%v~Cee5Q5O-W^Wa-Ds zQ9s$O2v?vySPT~oO1hCD@h%E-&M}0&lVcBzKv@NCubZ11&0e{WlbRAz8>eNS6R1Q1 zt|eMh(PyKduIqbSsZ5@zlhEYFZK%LpY)vG!m}__X7rfu_7N;Qz%tuVkN)LEo{U!*s zi<2GPR2bEp-Jeysdf2V3>E7CsfpJaA$;qakg?xepTvI4k%zodHy5x6Rv6oH?n-?Ob zg{*%7VNgUoLvVlOQ+NdSShe$p_TyJAK#1&HP>Tj;F5qSd)wu-lR;4BZB4mKqp_b|*Gdkx(gdBjhJ8-R_8K7_AfYfDAx_AQM&ii-)FWK5l zbO>;li5j?@`#4^J(JlS|yW*i+_Wxb+-OxM5g#$2MS@bV%wis`S+$H0p4Xd4SaZZsGyLV-3c82>be{s^;I;C1p9w)h0{*t4cgUYf z{E8{+{sU-mnBpFS1GgVqtX!$t#@t;GLi-hASUv#$?@J0l#bPwqE(z;jJ$LRb@yotA zF8OjxkY|j()y&Qzd9inUv&!S=an9rGJ8hPDy=@_N-F$m`d!tWu*Im(1Jys`1EAR{< zRgwg{YaH8+L*uKZ-%_`=HQBcpCDeC$#-@EvAvh2kW|GA1&hnFmLm8(gyN~C?%erlT z5$I24phsB*7KbT5#n7;~Npj5(Yu7?EKpDo@o6Wb6T=RZ{@7rX*(&qcyU|~XiCm1~{ zv58N0B5h;ps|2w;vrcnyQ@xIlgEB#)NummN-V_&oXseG8cAmgsQnuJQSoaaja!}8) zYNeWvqwWqIg|<`I_$U~9(R}MBOn*%2X2*Ka_4o1hPH2hs{-ZHoU9X&Q{J89Qw^{i@ z+9aeJ*B4WVhA)og?SMWjDm8Y^%_uiG7#quMMhKYRnAc$7obyMW*6*Oj0C&yyBsvyq!{ z1~0$}qD+!z3m{~^;9WXp)SE+(UmuoTYZCTJw#E1V{GN;);C9*SF+I3w)NgL0si=3+ z__e#kG+$G~L+{engXak00A|~P@`*`{&*^+%Th&1E#(ZPyG>JW=8CZfA`Mo}0S0>+W zZn5!l$gfy@Gu!L#7;rs-ke@K^M_Y+j5>nE}n~N>Lt2u1_QtoKGx#-l32qkMRn!-4` ze%r>4aO88BDDi#$deo>rI;)+sO=~%I_kSJ8xrnO?))%S);W$Fzl*3Y54x>pWP0#CH zcU-1~0w)U%{{XpCa?ynCMrr|M;`X{{Z zJza5^C;(Wr_L#TB=au^;IU#?#@6lD2+sJprPTN&eUX!tt)VOm>j5q?Tkf$rcbN{SQ zoJjLeaA>i$W`#vYuIRh%B);0(TGNEZCuBTE!X|^ z>$z%hpVa!~M_QhrJ}cFyh()b@jg#q{qDhZo9-~<_^CB#jg|1U66g(po|qU4%oJ#Jy=97CNk- zUM>>O!brRt%6Y;_!IO!RzP;6C8XM8%Uh9k;q7-)|L&ZasFPiB8>UiTzxOxCT6FS9r z@Ao6Y0xecx zC@v5VtJ92JcgxuyWgZ?LQ!m}XXhY*o*N^m2bavp}lFR(&f@ZGXDRrE)p5#T!$ioa()t6nxFs?9ONWe4w^8Yq3TWH@;{? zvnwt^?@uS5Z<9G^7e!f(Dnkm36TP%Tc&z=u2mZTYo1u@x5XW0d@m8)=ky^CUxY_sm zcJ{j23O|G{F>JLRSZ++2e_MJ#B z4y_&h^isy$H`TYkPIa2o%*xv&Dkqsu$xS>X0@g&rwyb5;wU}V=EcGpM-D_3n@$zG| z0B$7omkou#R=+Y|kifnPOkoda^`P{Yn`5C@^r%i&E)p>i@2a_-x`OOxrxK$@mm`du z`pOka5;T7;OaciEVS5ltz8(tRSZDJ?x9OfUhyAy@1w*byv!3Hc>Eebj^v*v#_$9(o zwJ7vSe7f4NCw}5Xw71$f8_)wog+XBCZ*gK;kX{*m64IQ ze19GROaI~@_431Ek*dC}}1EDx!Jk ze|)m~WUsbWNk*<*!Rzk?kA!U-eqC(Qk!T7+3+6!Epjqu>+M{Ags3@rv0kzmjoy9@E z&G*@hyl2dp1vmR6>f$m3^IW4W13`p}oG|*nXH!&z>&BGpB&0tC#auR>&-Py-XfPtU zaGkckslQ^7E9K2IMK<`gi<*Fyp$zL5PJi#exXNR9JsFs)bDN??Ct~1%ur!N(DE{T# z(UJwmR>Ccs(@K!j=Yu1IGraSD}y8XY3!T|p@Bk>9^tuK$@~vx6#Ktn#p8HB7{BE4DMy$J zOw?ub$L0;3t%dh^ccRZ42N*B46alT&be%=dX2!DZ_0h&CDy!}7TQVB0LGsc^W-DLB zZFY#*8EdDZGtBgFDC({fY`PUo6#y3HaxK-4Mnv0*KX~FjHoq3a@-jPYLWSaEopt=J zVCJwl3`v@)J^|^cJ}y$@{*v|dv(VqnjEe_kJa%#A$?T{p)W>G6nXZaa+}4X%j_gPz zga{+P4K@u5Y=clqAJrgMZZoIiXe-`0^v?t$?haYFpp}=h(qs{e9!;b9$;M!@tn&#* zjDQ-+F_U-RV{?t4J06`LGiMF9fOo9M_f?2&h!Y6z!qfEVdoPH^()XCKXAiuM>dd{~ zL#3R|-OhVvq`12>bp$YWZzg5W31LbKXgve-Kk2cFdT&$8IyVgzc@I}hNP3b)3n{iG zul-Zsan=7h zHF$PwNA7a(nmPuQGc;B+~yJW{-8ffy5Hi70-<^%r{{>5N)` z5Yk@sh*)0U&ZCB9+fK2oYf>*D*`|y2mUQ9Sv%eM)F#Dx-DSz zK{!e?31QtD`dvj=A_CV1DrM&ZCTnox-sWaF*bMX%e^yCQJz6#xtP|#}8Po&I$fLU~%^r z7sw&s3wim@kxa!6xYBida)ap6Z9YUR53~m+S|T+`I2s)dC1zcOM^TB$Amlb_2ajfb z?k9kB=&k`cRMhwC$s8yz@rl6U3Dk>JK3lH=As3?m1OjY-q{SC< z*W!B<#GPlVW7fU}z%xhHN&XKxgj^@20YSn%Jv|+@?7TZWT{QI!2M1>#JtihbOILR_ zSjipEWjI=H2KhmTNHZB702gsdN?IS^?1rBl8P?fdthHlu4%OgSA(znS(bnv}6}K-g=qv<}a8XCJYE02!6C5Csss>n?Ze`8FQeH4uHbDde`r9$bD;W>jQQ_dKWl!XaSl5%~;BoTY#!GL19I;E3pt>%L?-W*WK9-g)P-1 zTkO>729G~99xE}ceTk4D+dLzb=EF?d>)eKht7(gLo3Wh8M@151uG?>al)h4G528zn zrkilKhqUYMG_OQb^)VT~6Rv%@;I^v{Y4~^<)rD$t1OsfEH1%%Od1;@)uNXJR^Tx~) zU!DxhK6o{Mu>8Fq--X2!ftHSp2zcY{AUppxtv362x}T)5Fd2GH7-GQ}3UfdhLn*JlG0Z_vf|iH3$~M+$HDGu)l_lsXb~ zu)B7vu#rP(1gv$Sov{aIo(AtsSNxuY+WD-+C@$(OCZ~Dr*2b}F)Y-TM+V(h!pZs|3 z&b?2(*vnZ$CGK82qiMlazy!>H&YhN!ePS?=gV$Hl!yXXoLlvViE%Ganm3wXf;B#lOh9|Yz2o$z7`CI}) z%6TI@(bS$PU1WJ)y)yz8lb~T04&}vq&S&Z1Q1&O_KY|2k9a7aZShgE0J#j-4r?Y_B zR@=^r>U1i!Tq|)Ba_;Z9KWNA3NkW2N-f?fzdRDNP#*?qpzyqJf$Qt`m$sH^Kv8D54 z#M5RwELRAxMY{JPwt~F?ii!7j%#@K=5%ht76MvIw?b8O8k5V^J_+9wQK^x>(lql{w zJ#no1A6;6(tykCUic&Jjjj9MVjdLK?r`RK!XJ=Y=X(=EgZf*I*E5cYcQ;f z>62ptcu>cNsB4&VN8aek&dlw3`YlDZV=D~3K)=K_^Y>6Y{hafd8o&kGHrj@~LZL6= z%N_!q~TH(jkQaQupngpZ@nx;>_Ol3Zc+8{R=Wp*KmV z`7MfiUk&{O34dB*;)l-A%ht?7QeP#YYB z8O3&MPIiP*P(2)V6Pmwrn4%iD$PEKZF1k|D}>OHs&LY*=%=-^@e7}m2j2Rn#` zV*Q`M-pJt$cqYeUq>J|+nUBoKrXk;;!Qd$$-xNSc_a<=0(4m@sHrN3M^{X;k+_VF$ zVk49_E&4UMA#kZ~WtyINQiVk(?rg+u!AJjsfb#L%kqmkF7_Edq`DgR32!Dw-?SsY# znjupb_EwXHt>vrP#0rs==z+LXOOsm>HQ5VSYr=Vs5cg;1{h!QKny8B}y)!KXVF`TI z7nqjezNtm-k$!qDbC#i}4htjhixDYt7CX8zX47BT%qg48C#-JXZ^@Q-7Glpi2sz@UsgNZ4l%bhw1dWN$LKUaL@?Yx`?P^L6TP zWU;NExf`+3F(j{PHfiVYf?H8v`Bm+b_SA;BCq9roLo)kgkA5kPr-z1Ma%xpo(v5m` zl#AW%>o;SApnhWil)+wRU-rj#*=lB35mpTM%eqS2Im*Mo4f_KD1*98Kxe>6tJiRag@(6a-3Z;A0aLlfVWWq+?XP*PZsU7u-3+-QOJVF z@6P}|`j*VYbyAKkm50kH86EdwOV+&0)XPKZv?fYy28ZB0ARw3~?c*#@0A32mn^50p zL+l4Hb1T^9XQfB?@T(k?sG+pW3n-8AN&t*>5UjS~ZJ|fHnQ^_kXumx>{TcZMr~ozU3iYO4BzK5IalQ%ZyaOP zdy25S?cZI_E}f^g$Sfgp6zfa3k(1OEW9y&*N~CWTMvJxEhAe zDuY(gThs700#8lbgYj);{by%ioI~}H(5DAw)!#Igx?8QFwx(aLuL#Q)%_eoaWn z0=-JoD>OiU?YWwuANK3!;GBiwIT4FpH6Mv`=4UqLG=8mVO9cdi`1|I&$`k7|B$# zt(I9NNjlNwD3H|&H_^ykPO{c(F#wavP!*{zyet}hi?|gBNNKj1%F+ipCam)!z1&(J;gA!D?Yq;Wal&Xu7@Ld#&GMbyHw`jbn7OaC^OQ0IL~rc}ft+W%uTsHJSra z>0z8uM>_`gX&&pn^ZCD^6Mi}TpP-vf-PcW6AFM00Xcq4bH959o?q`ANGn+Y(bwEn2 zy#qPH)_SMPQ^UF74LA%i(v;`X?^20J!1ClO0t3kOf(q`1BjAk}402qzE3(-$jm&Z@ zgH_Jf^9|=YYN^9v-qwhaAV8T*{eGp1y@+}3b2|4es`W@A)L6!A1Kw@d60MJGQ zC2_b@RjJ@yu7l8dV>BCx_G=AGG|>@6Ol(BQn4?6xNsq`s1N931DT27Eq9-OKD;T6k z_;`Fspu@`rAGCSU!0Q`L7 zA>f+%Lc|$;nt;vQ3i%MaQY0r={G$(g4k*(ZJa}f@>Wgq4X0YiNnWr=Vz7EBb3F?Ruo>Ah%aaA(!K~SBYZAW1!4^} zW4!L5L{EShER!(=Dfs?+Po|jw)nk7%kRm8`_3Oa|2lfTx=N8s{X0)F2(`P`5O7^xq zqVkOwzMtGb(X4-3(|kv_j2#1k)~Z{B%O|1f2eC$o1x$=W*!I(T>k9`52f%d>hc#9MDx=J3AEWbztpWlx9k47(Hg_b7<=Rw%S;~FNa$}MA5B92)} z0yP2ZpGB#~-3e!a`0{ph?AyoUF&PZG6eG*TKGhIaoU7tbu=jU5I(P&n>ry2!Yh#)%%;d3{*A5Y+N0a_?CovIhQ5 zNolF3ROp{DXx;V647ea36uStQ0aZXR7It?08qt>jm&dHxaUlNYF&Vig%op?8R78+B zH?O+JVMVw!1e5f$_)O_vY?T}7lnIsXA(yAL-2;6B=(vx7S6v3}Oav-){10(({ZK{7 zWha7ss!0TZba(S-m6etjQS}F4?-stOEeAGLDa+(QmQH{!_(jeBT}TFiS&h{cx9}!p z9UiLyaE<^&Az$L>=_B9sYZKxg$!E{t?=}>*js79@>N;5jaeJR;tL-+MJO9 zI$G`omf_8Ku9oe1$uO81->x>BzF_vFDdWF}Sv>Rlo)O93nH~io_bWNu`W>MsptD#Y zw<&`pa(j}pRE0q6fV66DAT^Ny^JU(9TXswLZt%p}2UL>(8QhyJO}Hi@BYfPQ>8MK?UOk8+Fxoz z9LmtanbiwM<_vkvw71~bf`@TiB_Lzko*b`sH}URvp@b#T`5H_9q_ZSR&f7Hy=JqF_ zYWbClTAq;uVm35SV*Lilhiw*&{?NLDf(fW8={aUNg~)v}VF07_AW#hy<{eKYEn~uq2%7}N_vCYOy~BeLmSmJ7 zkes=%ZxdI`k*HETfT%yxNM!kk4&$QgX*?vy*A0D5SZY1ZA3>)E-F8~g3OvySzTJl1urO^gk_%TDmYo%ZG6Vi10eZi*g zv_KjlNepCXqJ0J_uT+uFQK+r6Fj0=RW{_Sn*{pT?-CNPZ*pE*WL3p=P;Bc@o??hN zuM^T_GlEL-#8qHAW>stj6f(%V&M}!R8?aY=HB3orPcaKMp5O}aR-FJOcG3MxDZ!vP z=gpfacec^~Jh?R^WAoMkQN746=TRN>hh}T^a(#Wzs+jM8v$|+0?8m&jdAzyF^6?MPC<2dA)Xf5f6 zms43eCp<$dn4~0c3%KR)2sFT0fG(&=y5o3iqsSt0BDK@&)}S!~`d%r~k|o*!q3tSc zV3aQSefE!fw-UT4#Xd0oGxbzWxN=P9DLguJDj0zCgh>mMovm`F4*g#>;cr5bT!hMn z6QD!H49W!nnGsjLx z1+z>8Y-k7`;%BdCEoKdbo(+WX>}>8U#(OgHeyN=y9js6Ks;MeZ^2wbi_EHvvJqN() zQC8zg!J+vD|JgqP5owsxyzsN&T|t3e{hy|iNlD&U?E}VZFXkLHGg;IM(Zcc*?sx7} zgq%05;?1+qH}j(th=mzPRhmMO^R@r#)Dd*@Xf7tQ_}#l~EuEvKX%M|pfNkg*n#Doa z9Kg9X7T0dIUVg9B%R4^9FICCNp^dWg9;njemzU35^n#rIf?z4j3ZVl;Ui-!I7LexZ zml%DHi(9TH(*9`wu!yJZB%jS?z~>`^5}^*XxR>Oz3D3tLV~wLU_N$oa)KQqJ&dz2= zy*Qmx0_cF=-roIOqTcks-LL@Wpkp0g?6aPyw>(*(3%e2Lm~w_p1m|5wbO~S2Z{`9- zWZU1ZaX(+-QxiYIFHhH;qhjd1 zoAY91a?Uu$klu3@l<<4?(8Yhaw;YuF*M-3VvYIq|m!^8w88U@_^0xIL|Q-sgx>jHBZcezv7K$rsr+^wi2vk&MnV?{Z=+2 zyXV!{;UOCKlL=HnKxIqN1R&8~N1jdo2w0h7p;Aw=7y2&)du^Frr7xc+TE`rQ^Nnc% zdNJ7!)v*mB1X15No9g;~9nQuft#UXGngh}E$=;i=gWLQ25Sg&z1#yN1b>Q94MsV!w z|9WT!r!g<)*8H;2Xu0UOh?Pnj4J~&4c|IDSM~rfwY^3G z_>c`ilz@hkI<@9gre~>zYe}i>sMYeJrORI9w%nk7-yfBkdD^e}Y{Yw`ameB)H2e|eaNvZvrD`(XQTXv&G z2-e>7()W>9=*dsk;Yy9)T_9G7t}{dfJ224oM&_|c@{EX?&X9DZUxP0}oAAvLF3GlP zO8x*_cJ9hY9*Z*{t!okAX%N0QS4*&bKR;WsAlM^OKN@T$*>b3GOX4t4;T=}O?HyVB z6_+5%7MO&^y6lPfUVlZLpfs?dd9Fh39Jhk1M(J@tdNgXPR;B_#@qWgW79UI&__k}? zBPt4-_>pBIK|cq2$P)gYff>1FY329tOb)fyOFkhb8&a|NXdX>Z(+lgENu0k4OEB|e z;!`qFYfVZ!qmk_A_r6%;CoD(VOPp&ayg=g zOJuFTgj#xi1!VYgaY@+IpWZweo8vSuBn^9KtzC*Yr$@?VKo$)9LG(p~uys*FH|=vr z%%{(vZ4~@ZVv8t6*i619>SKSb+e(egFoC;RB_`_hBB47?r!CIYcGqRzVV5F6ctDu#DjG*U-vLZmQ$uyTQMwOcyy7>U_x+&od(MjPL z7=k-5D;gpgtopQQ>AcAELBhhdNo7${a)LtarqU~#$R^6=b74d=Xwz;3HImPWALktt z75*;3W*c9JJ6}bc3FKB7jCr6)=xT@cs>|B0qO@AVys?w*A{AC%794<|4sR3ew{2QM zq5riW9Jjv!4!aRSqWZ>;1n-2@T3vgx2y4CTK_!P+GFpJH8g^Y#-SL+YJ?S?Hk}K!J z5Q6v8fP&O7O&IiB;9B}x!T6Q9!S9CEne@leSMUM(|Ir8vO}he3Ge`*8bs_*gyaD9zv;>LG#g_rAarPPBSBs^ z`!+&DvG@a2r8lFt;Eo=BsVV}@N7n2~&uf{lvfAgDcX`QLZkQZMnD8G3pW(^%M^eo| z`)6WJsi{Nn7F1|ja;~oIdERFAyDqhg41*y81EM2RXy)s8XhrUY^-$1o5E??eq?MCv zh=hm5=v^Z=tFHLu*~6rs*k@$gyYOo3=|dpK>+9CKt(*cv`pxCu-V8z`KPDjEzaaV$ z;ARI(a+3nSj_}FC^!Oy)gLGl9VxK$=#KI$P&?&WP`)ShlSOlfq-+noo+1i;dkK z|D+dyVdiLWdFJv1qVh^&lPQX=F-AHaA%{&h37(O4%>J+>m-vIW-WeQ*W^_tS?P6R& zAxfg2UkBJ{TZtB+)E^U%d{K`fql-DJ

D@LfanvQT7@TAH4R^>uKd=Xw>94e22Bv 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

UxjUUY~H%8@Kj38%?#r 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 KoN!U&?*9N^VS&y7 literal 67670 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 ~+wGQPfTAP_V2lSz2K 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
    01+#JI7%+F-=cud`AiKc zGu4Z1_RnYw=4A?gB$w`+d##_Ozk`A7>A(0P03Q1muVZ~{Z78D?gWd*e?=VXd3_#Hj z8mPnazxC6SLtH#7g^k_$x&%kgHj`zJ|KTQ}q_V|s)cDq=Ulog?X0EH7o8La*54o^tYnTwR%-rwzpIg`COc!Y!VlkCn7j2&R+mXwvHI$#e= zWZm1_i=*bxPfq4A*5U^az@Udw2&VutFo=*3)-^*1ZJi8kx904&D{CU&TEt4R$qE+ zkg*ZsIQm`+$=-;)Ahfz2@-6smv1xzgOtPrc80z%QG>Iag4Nvy-uUO)Cr|W{Jq@$Poa}9<1px%VIJ+x5AJjd*+zXWPGkjJSva4i^ z_r!VEPIh;fj+f`Pr|uvN^nrqcf|4Fk)UZ98hijfYW{^stdq)u!9j}B6&lIN#3Kcmy zT-jvf*^>Dy#2{y~e7AQE_?3fkfQh8k|IKS3nAd!JpEBsCWIToKy_0j2yP;KL$%pJ* z*W_%+wWl;%`Cmd)di3&?2YyR@y30+&>Yagj)2W=|JWDvB@ab}G*S*iP%tvin±W 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 diff --git a/windows/deployment/update/images/azure-portal-create-resource-boxes.png b/windows/deployment/update/images/azure-portal-create-resource-boxes.png index a90344e02da01920a6ed06b23f21f44c6b7c7044..b15bec226548e0d131a6366f023e5d8b71b497ab 100644 GIT binary patch literal 64522 zcmZ7e1zc78@;?r58fg?2=@0~zmM%##P(YNDM!KXM1Sx4j5D@85T3TA9L_nk)=`QK~ z&(h=l{+`FzJ?DDXUVFtSX67BUgA^a!Cd8w_L!nTFcjRT1Q78<56bkJNE;bw~W*X3j z|2toha8u-wsEmFH8!zF7CT(qL`OL~5wfjA$4vt|Xr>U6QTRcN$ul>A+ zLeZh_$VjR??a@#W_ROh(0XK?$I?BSH7x~QJxM=>3hp% zE)A51?WJNDDm0e(PU4MB1#GK^8PY$ozQr<=r{HK!WuU|OesIG5zL9_z!?&KRe)+&T zr172IoSitYUAD{b(`pG?`g*TImRAf{4<(jqFuZ@29e!W4+&7g;e1%Jz$|9wyiJ!+J z)oYe=QFdiyudZy3f)xHZ*gDE-VoJWk-l4%WVfl6;zS=kY!ubq|YFrXJsl$X|sT7mx zFyurfV`ChY4_#}V6q>gQgCHhmjlzAb^J5ffK6K;92KXq+y`$SQ@TWIsiO1iyA^F3k zqVUYzL){ShUKw;NY(MX{%eTEzMg&2Dfq~hpZ7))+3Qfi$l(b$ea%mc{ke}R=Av|w= z+JJ?6nGh$<#dVc|fg!cbSkZt5SHM^LQKLLsy-$!yU^ZH6Ha=d{X9{T|CZ<297-i|` z;4T>BEfX^G9p5%0W9G5C%AlU)zsAP zImIHQB+aEgN#lUVfGU<`Anj8xG2wPxANPBd^`N1ngE0Jlg8$BPf1IFl#Cpc}6h0n* zJijNZ6D%wQomoHfV$o!4RxLjmcfGGTJ3T5g>tnm2T}{rx!Es6KVTxk1+uoX>?F{bE zpFg=Q2Dx04YC z`B>lOWwJ4v*-q}6#XCOn2+v7?$&q60l>euWB*dq+iGD6{JG$P5=h%$6;9fsC5N!@!Kv@DQSSTQY!)MB7pt6Bd9G}#KMsRS>8Rlgitlgw+nO-jr18EsfTs*7?m;3eaz7@;QqYi}AxOwtX z)?%5jX%m-ce z8AI(|&K5Ubw=W%c_LBTb#XASx7lb>X=KD#Ja21wgWcoSy!7ar+ImjKeiW{a2ezq$q zG0`1`v!U=pHlF*#XNfgblOJsBXL;CNCyXXudg5bCYDuSuB*RBDZBfW;PPIld+Iq9% zqJRAOvG7^@rTaSWJBWZ<%#lpIw$^t1=?4`Jt{W;9LcAZ)edweV)vQ@e1yq@c z>V#3gM+1cOH>xvbzh=eKjS@J1t{hC+vm~-j8hsbNFqbN$7Z<3l_2zT!1VKHf)_jNP z6Wy+^Hw!!VwUQD>VJk+P%VIDiwP&YpH?%(YrlzDHN~Q+~<6q*`4jIsPBlPt2#BRu- z!*!l~fkW{AXeR2RREnbROlzc|(;5|~q<49_fT)<*^W7D7Uq>WV3NsYHfVC-p*KlDZ z{VEFmNy{}|Jwwd*+T=lfo99rN?g`tWZS%N3xRPFC(mBrvO1+aK0z&SR`DEvCS6|81 z$|F-!dlEcezIfWBsGZSNN*O_m@!8-ao|fhu4Ze@}!QO;FvGHDY#wm@kJuZwYbqt4= z*>f&ttar+&1sK!1<5|xAy}Gl!<%5poLi2(A*3M4<@bGXY%7%spwK`8ROvzg|He4t= zR@QSDFJ45VO&t55ac`fhj|dF$NZ2OCL<@WMy>n~?V?iHEpaaIVk*(}&!%zylSbY{q%IN&Y&Zn4|$khQ&Z?(US96o z-M7^$Z8MaZKS4~~pAMH$eDcJ9bGoJdD4bfvpY>6u+H5hB0nG3nNid6fU!PZ+eqDQj z?L(LRFiBj{W$WrCIl0NAmeZs~Uxi+Bjq6;|v8~yc$?;rAB;u!E$Wn4NicJxqbW`iD z^Gl3T=7-_oN`+F%d|Q3%veK;()OBgM`KwprZ6)=*(f-UV2Q*`86}F41X=&D*d|xK{ zK37ys#u>kFh-ADyv)YsO@V2L?xK-6E|3T%1*O{1H2sxUQlM?~OO-I ztu4>fr%%br&qHPoV8X;AicI_BACpIyI!7u?s*#7AS5~&BP4;~1E2rfcAM#>LGX%y= zSWEsDDdRVJ3CM#qZjG%+(&3WiM*mHHX7av#{@6OI2eWUohcNxneXHET zK#DJ{yMeiFGNFGmp_1lwZo149Ch~D!19>Ft^Lt;BX2>~DxE}XkBK={~tT>a-+xt!U zar5`D!v4rfGL{_{x=^6}bgj@V=Ijmfiy?CgLluSg|MvueO1do1aN}67n*XdD7j{fG zd}^@2Tu@i0ZVekDFc8IiMOumM3i<2DcLoyR$z_W$Z~~h7{GG-eR1fdmZnbDu%;}@B=;`n8562IR zzh8au@MQ2|P9N+^`;}yp$-mES7&SA?wr!3tOFlquCQC{p8^}=C{xgqs=d`=Os&+}o ziQ0*!`1!w);jIZv2}((KXuKz~blLF}QIGVSrUWnN2(Pumim<$Rd~EZqADLj%NJ5@`?&`RUxwKSxB*}{K z6+9Nql<5H3XZ~lxTCwA_CTl&JrGMb#UBtsG_UpaM zfRZFb%e$oEhb~pq7Aj2q-?dk{Y03K;aeb)B@C1y*EmlNUliymP>N$%}I~ExoP@i8; zc5J_WGE!9RL#Y4v9fxRoqPpJFP0k(KNf6i(rpLROh{+@O} z|9z7xibjP5en}F{?bVUXI7C!j!#e8f5Y}*UeY~Ti$(9{LkXajkHx!c6z1NqZW0+B} z?Q@JZAu35PR$A=7oaG;wii;)?Wth10y6^=>BmQL$-M){H$wi&HTz6MYPl!m6(djT% zZZ2%Qf7L(GyVG60#3NKsSC_8#aOt|mcy*;OC!rLw_F_H>a$QZ0`LWCA50PtsS?BDP z!*W0UwQDVh)O5%ONocH(XpJ8(Y*w6FTnx(2W+A(DNq=XlFFQBaVq2&soVI1O((V`R zKiG?qg{b4=;z(pkSy@>ZhD)zQ)Wi#w!$4){lY#k?oelMV18jjY_95|!v%f>MpK)cL{PCdaSWu9lf3$jDhFH%RZ^n+-U$$;rv}Gtc4L z&U<4{+*YH478AA91=U-45Ymuh)8rZ$S*Sjkqm;jUmuKXG$4KoUhgUcI zjTc{~3-RkOUl8YDpvfjJmE%)a&PBjIGhPAb~ zH#$vt1bq6$ldE3bY~pq2&N(x4b8e`}t2dh|Tie{&6&Di=OAi)fh4UtZ z>-NHn>6UQDn>Wd5XlVMKgOKHINT1M2j*S&?E3KPOOl)k0n`n1;;b#WEk1smul_FF( zcl)o|S-(Ime3)Te)E0>ntq!e)S{+S;#n?VLFwooA7sK7dgOr5CJ0ygF?DFMlC}?pB2)-8TH7Y78 zy%-&R`cBO4(zOTg>fuPT3fsuS#S2JCVD0!u{$9;WxaV3VkKY`RPfUg9$!Dcqg`~{S z6ga!p@7P-_OckbMQwSkUG z&&XhqkfbuS@hd0X6}-x3@R4r_)MGkVUYu zvt!v2i>w2g@?`ZFDSQ=`mGn1n<~B?g*0x1mGuWDG+nWCJMGD@!p)u{6w(H`vii*$Z zD7J6y)*liNJ-TVb&Mo+B^Jf*H3YXG|H-Fya{PUf{hbR^{HXdis?%8%5d;41^COyo* zH#Qc|xw+xI6FaKv7RPaO6BY6jfB#NGXFMi0b|8JXjcO#DyH~(@L-&SSA*yTXnI>TCvNUDr|2WxIexZ zQ+k|Xsyun)xs8o?);ub0bzsMg;zP#JgU}Qi5=+sh&ONiqOLvE@5xlyDx#;SM|qze)txnd@xw>5h9n6WM7d+gJ3s*N>KhpR zT3NB^8~DSSgcdJSG^VFteJAR2KD;Z=x3$%8YZw0IyneD58uswsJz2>H7g15u*Gkw5 zc;4v*>WVhFqgF;l2|piru)Vq4IpqiQ+TPxtI$*RYv>ouq$oN@`*V(CUP0~#&K8RS} z90@Fh*B|Hfkq^{=&x0k+!ph1mc;>cV7yji-J8TW%IZ^I`)B#BaLjykl*YCyL7}(hG zJPx57EB2k(~O8oj;KqlkVZqREZL$c(IurYxCWw@{FL zq%B6xS#I3;>QIxC4jZ&(+HS73_%(lTSnbZTc+)-3nvjt1Y1#Sta(cfqm}~eS&9{D+ z7a-q?kB>LA8E={Y9vP6dw6~aW=E=U7ky=f)cxAETWcSplOJX(h1NMAZd%LuT2HPnB zst4};5nk^B?g9N^yk9=Iz{O9i$#2C^H z=KqQ{I&6QL{;w3$f969Hx#+9EH!yUAEfY6LXLc_4Zvj5i7(!nf^njB1-*qB}90)>d zD<*P-&S!Y&XPuZmEWbt8^x6D&c?zLhkH6Z#GI|PYEqrfvApRt|GrtE@{(qNC0gTY} z-<`#fI|u!DXWx*3*LdhCG<5H(GeI1nCCOxQeds30esUix-@EklO>fZWjgZPEn?`k$eE$OxA5c_ld?vDh!< z(*IXO@3ta$+VKxzOD2&C#Pf@ud$C5_FeQ^RIZUX3(AU2tQp$*q+MJW{8Fxr0!353+ zQ<7fC?G_FZ(f=TZVY4E<0vRg#2UhSFWOJMZE45$4gdSP!4W+44Pe*>AQ`G8{(#mwa zQ|7#p%j`T?k9Db96e&4{nvgLYMVv^|E>sA{`GgiZl1EL zoULEDWtWEa`98Iur=#Lof6>1$hC^9xUqDNuah^h$kU*v`U`{%v;vjU-A5|sp<)ciE z)v@M`9e`QSMe|X@y~N-TnEGX_N>ROsjSU=pW@UlOaR46PBF5$eO7Gfcj9kZn#9@g+ZdiQSh zf21?>tivZ`-n zE&U;3w{#{3hCDSX)XICpxHzH(*zHnjqvlbigY$n&j?&P$O)}I&&uNRWVf9fO0goRl z`Qm-Um#(`3(~JeTeoyStUAlbJRr{pAq-a&9Ed1X_xNk&|@THBD?1WaGAVc}w*lP@j z@{bgxBxKD3*Dec+R+ITG?P8Dg6Qd|cYFC3-TU$k6K{yh0=DGqI21RnElH`ckJwPEr zfRXVx3lZ%dStvT8kf#uh$?h|Q^4`LhR_XV1>c4wXtOJiA@mQ+cYl$K4eu_+v<)mgo z8ZQ-%#!nL)lORY_Nb=TiK!@5%f4$ZtP@{xAB}ET~QdL!bTJ;2}!>Ghu$sTqB-MKX# za7{tV#DrW*x{;*RgnM^wBmgPjp|Asfm>DNdri1x}TUz(OxDX&KeTUN4b59QC-SYPK zugL|&!iSF@nQsa8>C{<2Kib_Ta<)Bn7kV3|5*>^2J%Q36He6xcGKIHfUp;O82=}5XJuj54^PX zOnRGy`Fb3>AjMh%cNBN;dkND`p^rIyYE?#rQ`4&LBfVyPsh8MeXw7d@AmzoeAUpfT z$B!wpU3X=m0=blgj}jFXjfi+_QmD{ZY#cRA$Me4_j8EjgnYA#lqCzu-fg({UZ?yW# znCHMIC@4s7xC6s8xv=nK2DUzww_K1D*oVXz#Qp`Uo|QJ^@0HK_afW|iOA+%ruis6Z z=Rk3li76#LT_*nmruVrE*S?I8qrtl=m|cgGqsDDV%KrOS{{kE7f1!f8R72N9p@$~! z)$%|ABfXM9&q5$6BgqA7_5mslHXz3m1g!lv@?wky$4cG8scg>kQU3Q$Y-C4i%;YS3 zGi}<~+C|ZxZLWGLzAqw1B`+*v90er3*?Y`na}IaOT}J8Ulj~ABd3jZrWoKq)${Yre zz@HsuUIa`VMJ7H$>5dhHt?iXRoPpBF5{dMkpkcy)6oS64yrIIsebQ^z{+J|^wO^}6 zk?e|#Bfn4m&6`lp@KHnN$T1spAjr7&V^qw+LRpao*QcQiDJ%h1!v*rx3|L;JQlZRB zHE^d}1`^9=A4soyJ9g3F`k?%z(14$zLMW*;V5Za`UGF2mE17b0#MIJ~ok}Cq)GXj* zPELvn8=7|V($Z3l<=f#mOG{?G{r!+jZOOUeiPT>r#FAMe zg*2-s3zi>3W9N*YE~H2cr59rSJi9*~Mip6Jpiznk0JX5V*jM?(&1@k+wr1uawU{k) zM4UtN&WAVV1Uneg9`N=0-Vcw2SnuG_6H@cHVlQF&7aMgT71_JQL_KS3Vi6G$>;QmM z7sL-2(#qD*;~EfFKqIADQ9}NQS!wo%4=?1>xCJvaGqL&j_&}i83LO?WiC4~hVqRGA z@gv^u?(UYNvQaRQ9NFB*j`D_&^HdF3o)IWu`TyKKM8hoAAv~c6kVf8n1;M&}{(oMt zhC=!zSMTK9?dZEqRMgbJCMQvDZf-1Z?y`{K8AT3XIhmDD*K4E*ZCyl#bspEv|9V`F1MVc{>`-J~!S1Oy|ji@)=rUUG0Kt$vd7!5}^93LP>t27hNJ z&mi0UQ-0AQT2eH(y`!UlR8&-h#hbjv=1@vRL*cg=q_cKA-fTgtJwYL%G35ju_f4#= z-@iAHe|HJwSle>UuvmGyisKW(E@mtfHc#b;N44 z0uBD|BG;Aqsk}S@G#?;JZ5DpeyPuuxIYS*Ay2}?3O&I;D7AEj%`Rl+yjmIu7LQl1{ z*vB8NUih;C5-A#+Vd!17MBLnturV6p0e%5Y4t(|MweMTI`OaUy#NzdKU1B(I?mpXe z$%s?TutWcxK?bw8yFL*PXt?}4el?bIzsi#8iRIx4dxi?z>|TZE(cw|Nv=_hf$#3AT zO8wzY4FCYE73pJD*VN3e0%d`W{d@PVJ5Y&c61vH=XQ&syW?Qe#lC_dal)FAa-k&JP z<(jL=0#KK-hFZ`D^?R;EI+jCg#!_2bTdl-|^!4l4H_W8ZnAyWq>VU@}kT^T$1(F4x zOxx?kL5O_h(=+`1r6X2DuwRJcStviWo{!{KDPDzrGvSn-Dflm0!jNOuT?D%|R0P*y=+j^74*}=n? zFJDf=)k!eXn3$NHHyUtYYlQ=@*Ug#JNLoWqG-=C}QyR~I|L$izk zh5)tXBXx4pd&+m6tAuh#EqF9gIP^&_w?#-vy^D0Y#OXc;pbX|c7gyKR^z^T(j@#CA zo$QugtEB^6M&HQ;Q(=Fd3lW0meOF8RP~n5;)GQSFh><_5;BDrJ(Ng6+l6ppNTgAya4n%-!y>QK}WLA7hU_pPupm zNW4tsU}X8oz~lo+dPW2F>K{RyKzaN4podTio%f-uZ)(E2u9`2Sq(ll6hQQHp-|j-9 z(Cy7u!sZJDxrBvk0VGwxnD*`M(6~Q%|!?k_ba2f zwp2d!*GHW77_YFyIm|h%z1zA;`OM*BuD>YWpRNbR2(l}Q^z!rh$87EFG{Gxd+Um&4 zHnA(T>VNCc)0{nv1QG9|kdP3N8hnCscr!o{7TL`|_?{rprRxRn_StdOj3**AG*s5! z-oE(A^kd@Gl)j9tEV3!R3ko=um6dHK>t7fp0fE%|#Kq0c;Pm)lA9U*(OW>A_6$cwi z0AF6D-o2z0lNR{c+2umqfvz!RFzop~R^XJcz z@r!1CGzlCHNa4Cb<;k@OiHI2dOusW&?ZSJwy=Xut=<4bU)R+1GRy!wQS&jz z5p>41NnWQeWMpKmN7wGZ^@b5bc_$^&ekv{|y>!W_Hy<+IlU%hIp_BsOx)ko*c>&|5 zudh$gS!vpn$-Fo6RHU}Hmi(p(i3;0eUk7(kE#>drX^5bgj;BtCEK+*$B*+LBFQUwo z_fqi)t_WIqR=!#?Bka#t_ub#`L!p2bjMa9%@|Pv;7y@=X&;XM21pSIkNk%=#=AH>>-@VzU}hR93N4zmcYi5m z6zcZv+sM2C*9Ig+GdM41CyP&iJFX1As2EgLSTkR62R1w~C`=A$hN%nZyMg>091*GS z=(}hQG9qd+BUal#IOjSLZjtXJ$AzsahDb(oxpQgB(7l6$+u5JtA_aqije|oIM4Td{ z4hr8Oqx5s8+AgyfMGt182=GJ#pIo_nxGC*4ot5Q}{9~YPhl#m2^7Gsc~sR-K;8xVJ%!>kV~7csOzGc;zGU3E=q^welq8<#8b= zayhMCu&smgg|O2FHqybn3(OCqlZY35#%hjs`OZS=M~p!JO!7Qr^_7AL`H5TLk(hZA(W}AbpSpqzm_dwywOCPvH z4m0yJHw=}q#?M%3wW!{pyz!qsMtP@Q&PPXm`)HQnQ45S9;^*Mu{Ygq)OvNY{a_g%P z7JxHZ`|q~w04OQ~Pvh<@A_{_tX~!1B|`Nc_$HcS8H8N9&Q%(JyN~jwlSrw|%8N2nny} z6(A&}f*w5H_F5l)+?7RJ%jw1_=C;-QZv{yKZOT7<7;rb^b#XA@+l{R)9=EXXA@&uO zpT9}p1%2Vv-Rbu-XIpcrUT6y0E%^q&CpmAt=JHO)(!0VD+`}|@Yhv9vI7v<&|`<9N#ezUgdSteRCD4;w7C2OGK2|RPKni+ zFd)qOh6c2|89#NkB+Vq!>kG@uF7@^GWq&>*u9C{Q28MgITYwuj=8;IP+Fsno)MT6S($$DByl+3|ABjkq_HzJNdkcykBiY8 zhc8H!sYnD02S7y??T^QEU8b4{8OskAwapRP(nV4*)MQj)p?-hL_80J|R8&+@`f(Cp zS78}mHRDT+S20j~^vE|po&rQZmB)|UjlM)Y7cvVAukH z1SKTAwX~&W9u*37b}16fz*H96+pAG3s%&GZTPcdSNH7P7h9p0zd~1*>2J9tcc zSQvcm4F;BJhscS+6|RzpKfm%Q+pwJ6z?jnZ@%%Cn6$( z%n%bmt=z(h<*uxia%ocJH3@!ovqr)Cs5a zoMXIyV(LBaKR5Zn9j#e#8JCM|;oW{ENMTBk{vOZa?ro_@R!CsHRChl$-I9vNhrg^) zw$R@@|K$lt$JqWNwEsxxas+2SR?qtH+&@ow;U9BRDzBSuV`C9y6eukIk7h92wY{i? zvF=x#Ma{o{LSUF@u^l1q_|p)|L9pBMheNIfj(^(XpRi$WdI)Fg~u zNe%md`J5X^2PE$f$6tJ#up=zXq7nMJU}tXjF~QCCZw%8LW_(2GS(XX48xATbDR!9t zf6w5ktL8vY`}p!!XjyDDnLxQI#^$-8{oi9w(?~*s0x`I3>?r|moBsd!5QeBOT(QG4 z8D1lhJDpuze!02``S?g{>^zmp3;stF0>@NBTZeijg06UEj%VgMc-7jvt<4zDvjJ88 zuZnmUb9e>#K#*}T0EGgP)*g4;Ze;rZrzC)_EEts(4q7$JzQL?FwMlKKJK*i_uTRM? zUTiypA`}tdP`bTFYHH*tI!?}qoj2o`F&t!axl5iw6^il(ppug$0;(AN*I%Dqz*(Ko#c0iq*C0HjGUUO!2EZVQOk?i|6>lbf4RmDZM3TygB7R}o%npslreRN4*);?=qP5_{& zS&Y#bzb=r)p;0;p5Q+9Ji6Ty&E8?tbd0n9Xy6vq-`BtfFd!B>uA(Hzs0K-4j zCybwThH~60@?MGtZxa%NXJ!lmF1~w5wd|A}1e8fYZtjg@omY0YwuQ!BG}rgO-DH)A zs@ilpUrnojh|T%NcVGQ}Ru-eg*S>t8`S35@xFsu#C8GpYFcwO;?KKktQBYuZ-%Sy& zUTwk9_@pxF8>fxBZg=iHPb&w@9p7**6m@s+-krI%Tz`53;H== z1~NJ@Or2x>_wFu|y%1js=xGb%H6o&7IOL_ss35c?iy$WC>t72C-eXmcSEw#fP+;G_ zjYFnYYw?K|$!=YIE?b7cKBIXL)hgZY1*;4&p5#KdSAk{;gVvxh3KXLCQc}$RGI241_G3&y&oD$2iQlf^Tp)2=dZZyR4 z8r$ry43(`Bf$?0Co#!A#y33QjJ0ucN5A3-snAX5*hkKq_wY&_vkkI=CC?UB}ilDa( zUX!&)Yf%AdK)W$OI4H_QPD=b^K`Me+=(mhBqzULcQu|5dp;hl z4B+7C*bNmQtM!tTne=|ML zGv0yZP-fUOP^C&SxL@g7&w}*(lZbtvQ~isKBTWNFmOV46Ty9eTua@J z>hfjd4T|kzXTlw&qz@^%I{^oGRx{JnZ)GU!b-fpZQB1Ec`1A?k?qJ78HP}&7e$zZF z=5la9F-Y%f>#gmlc||@m8z|y7)E+(`vV^C4d+bbqyEw>K`*=(@+gSQ&+oNLd)w@uO zg^IAd8OlI7K(s(J*)PV?-E=57?O{%vkY3!At`qYJ)k*+X4%uOjYol#?g)%a$^00f> z7<(7Qr#Kfb@iglmy$td)-M++cujXrcuOUe#_SzU2O{`tcQ=FtE45_Olu~L&N5Udc5 z;59!v+>v#B64QNJQlc_5KW{KPSOnS&%6nkK`2r1%n3AFm4e`VHUfs;7#=9af`185H zgQo*LjK{~vU|0;3^u^W#sJ!I~&Z(908cL8#$z2kNQ;D>))ahs`gfN^Y(UFJGBPzXs?%9cuLjP#WBqMeuy5rd+)|422ZFNs zxw$VB6FQ#MZEbCcHc$B8`eXPZMEXM8**_debI28xy-q4IjVKH8W_w#(L(fBrQ1GAu zlx$y*y{RG~D*DvQdhUB1if)fpRFn$zU@l53=4;ocfmYxW^c?#1Z0qt07*2qi!v@ay zb-2q;pDNlyZAI5xZVVttwrV|34oim>zrqYooB3Vxns{nhvi`GAL$sz=v6H!0p!nKc zUggUzHcQ{5?Ki5XN>4t>4h>64Rz0U%`)${pqciO2VR7#|8=DWyD=1-@C62-+PRRjz z%Qe1Da2-=mEi%7=g5Bc_z5xh6FJEE`iik{X9Y8%I98XQoM&)o;q$()LSH-(?aCF2d zAu++i8=LsXZ@k7;o$3c#%(XAn0@Y$1>kK1n869rr-00G2aK-v$uQ`c zN=HZMexh)nA%Ai0;GmjNJ*KxGzQfrGkLtXT>Cdaay6)Qx-K||+vCAE0aBpymQBID_IWTD zE}KJ9q}sFBn4;>Xa`D)xP;93)QZ7mJ(W9|RPdogUmX-p3q0vVg9I3V70x9P8Xl|-C z<00W4i1{GiH_;zGfA=J?IkWO5yjA#)0hPWOx* z*u>iDf>pt23C!TvuU}iQ5VY-YPP3c+?!Ha?hn|H9DA{STyFAdfvV8!-ZGU9q)c;1! zO6@5R+0GHm9WWySD2#mf&SK*|?9*RBHockP^@!;ebaiv16m@+5`~?`j08Mvbk0m6Je|eNdHnq((Mte4%)OR7cWz5KalvwDE(ca>ST{SxGYNgMoQZJvJG<3HxRbAu5 zohOS`d1{5aXh5TjB~bbdogZL^uA|ILaqj+sH+tpx{C}qNCVA|}J-wW+W0>csFUj)9CA=j zL@hHg0g?T6KFKTW&2?3Z`@(6;9~3n-hV}2cBepu@&UZkc1a^xrQeA(N%XNkP=B_6! z0PsxuK1tXxfT>y$(sojKSE~~G{g@3^U*p*scsB7EN&y~MZOB)%+CS=h#vahz9q#u1 z;(v2{h!zA3$R*}nZ*Mw`K|CjadL78-3j4*^ZSw+-P`fG}A@DJNIJ>zph3+Z~3odxV zqL%l@J&!C=2=N*c_Qqdn4N}N0Et0rr`aGG3a^WynQ`wx55w z?Y3k@NPT34RwlC}=be@BxpAT{Mq06w+f5NbxY{GIKAtbA`IM2iXDIG)2hk0Zyl ziQwjZkwuNj7+-FOyv5>~;j0X(yFm!vDpd&m1zdOsHhpJjCpn)P8NbzNpmp8JC2nqR z`TO@@LLBH;*7u}zjHVi}^b(L%6G&EsQpt`W)NRrH)|9Z8?@fmby&nAW zinm?8wtXj|*~* z?}Hwo=Atc=+Ifde)}(aURe)5;s2?vaECos~r1Z>IN*m6d3m2xHhAITZ{~s6 zt#?N$?bG-kO7?cz{Bxw_2_Jm-O=F{bRWH!Sk>^5@x(jS5FflTQz8dUYD`_8_>QDQ& zx-P$pF7JKt{~D_QkMu??edFWf@(K#FhF{SEp)+uCkx=#*+=e0pY^U`697HIvLxh5r zLLbnr?a0sH>C>X3qB9TzVFj0!2&F%#Y zbN>(D7p0_&zwg7{>Y;0W=-bl##$a(fXR9`&r(mk+`RtY_ZPyZWd7VKESmCksr(SL% z94S2Y_Bwcc0m}LT+%PnLhK4%EKu4j#sfhq3$Y!MH&!dBE(c7znd=F3rE&+jzyHu)s zSar219Ae<(y9k=?ZMc-n#B6&k_wz5#GSH0(#@d5H)A0LzLoE>zB$(LP-{vX#Z-z+H zzxZzugEej#s69!k-#TEjjZvJakrbHGXnZukvU!Xn7VjZ`=8aM@zX^?e*9d6E(cyW3 z7i~d!(if>@bl~OG+kVT<0{x;{N$%*Vz;K<=ZiD9f_ICVQs0~+D;hVrV1IKIfL?WXW zICK6S>Lr%{mS|Z^r`JYO!g2b_v;?JPm16qWkcIcQjz6N=-Ly8>=ByONX;Jszi(Ucr zCkJ{IVvqzP_Dj>f*o``1{LfSQz`f|iJ^7H~ff5kjFI$BT?4PMChYo-g<17Y1;uy2; z*=YkFAL6Bwnp$ASz1VMYZJLYICATxbNYJ75^z@+Uyh)C(Ig#g%-Fs?MssR>{)X$mN zrF@8^LQcWbQqu`CI5dVhX8KgmMWELmHt5;;NZk^+&&#p<81?ycB6W>?{mA5i(fibKyD((gpw#|{{1Z&z}a6c~3Ogo1_0U=akkwQO{2e|0am9Z#I(m+CMNK z+7145$v=InMM_5H12r1hzR!7jI-#L}j7LKa4GnEjmt!3g^Z1plzUTbdom zXG@N`RbyN6=j7IwVv6>8orb!)B_CRzM2#(bnN@$5S3h1cl$4fY@BP1?RSi)tg54Y` zxiEvMJyHkzIWqz~#DEkTwqg5V8fS=WlW9p?FmZz1rSWpYq zLkUC*hY2b9lgrAiDn9`k0`mW)-(_ts=Lvi~yh6ja^8_@aa{BtIZQ{{Po1sGg zyZ|vV`rsMg*xZb?CKlT!0TnnHCad3VQzjAfe^~?tJyMgCy2qfb2zs4XSD)-nc(nk2 z*?^X~DQF}l2kSm$PXeGjsdK(pGTXvfZx$kqmcU@wgnVlWmI_g$N^i$d3OWcJ_2|uQm$$|wPAcS`Ts-+3k%8e|ElXD1(3VoStwMSMEh_2+`8P!e{e2)I> z*DvQ^ewQbgmhey&>$OM2WseAv4lU%VD+|EWE(uKjgLi^2pcNXie+<@nNsPP9Q$w49 zF1QAews_#0L?DV!L4$EU40I7tdX*huVRheZx?BN|w%M;~opLXh~Ct zwb@E<1)np#_dGN`o|ialkT~5W24(2x{xRZM$$F6J!%}u~_7V&mmK!)Esbyb7{wp2i z=l(JzzrF@t0LcjP!+_+;t@i~JHaa6CBStDqDl~Z@wYZ51SfQC}_owhjz0OYdSIZ|* zC@2c~GZhm2;Z2F42dn`W=AXv{n*hpYx|#4QGcyA;3ZDSPoV&^_gf@RU;Ox? zh%9J4;cY+zaGLER4edjQC*V1+TYZOutY zpoB#m5f^95bL#`Ny+Jbv7j%MEO2DH+YK5OOK>BYtH(O|@k>1u4)1HWT??US9Zvh3Q zX~hWO3VA5_nEn+55shddbW+rV$?I<;n?ICy#)Z*$GeD}orJz6veNn&W=CDzMc5?)u z9hR}7x3@r6 zZTL)Rif93jr`;UQvCv&SJKoB#=s$J?W%D<;L l!f+21_%x#WtNB{2@Q;|pvoC_ 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%0DP7CGoO_?SC$Ebv*Tyw&WRn{zx>dc+5 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%0DcAjn(?L*9574i$D{W(SDyuaGE%t?gkxx3uL0Xf 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 Date: Mon, 23 Sep 2019 09:56:36 +0500 Subject: [PATCH 019/191] Update microsoft-surface-data-eraser.md --- devices/surface/microsoft-surface-data-eraser.md | 1 + 1 file changed, 1 insertion(+) diff --git a/devices/surface/microsoft-surface-data-eraser.md b/devices/surface/microsoft-surface-data-eraser.md index a2d74d331c..29b42615a0 100644 --- a/devices/surface/microsoft-surface-data-eraser.md +++ b/devices/surface/microsoft-surface-data-eraser.md @@ -36,6 +36,7 @@ Compatible Surface devices include: * Surface Pro (Model 1796) * Surface Laptop * Surface Studio +* Surface Studio 2 * Surface Book * Surface Pro 4 * Surface 3 LTE From cab47676cfa177912c94030ce0e24863ce425d6b Mon Sep 17 00:00:00 2001 From: MaratMussabekov <48041687+MaratMussabekov@users.noreply.github.com> Date: Mon, 23 Sep 2019 15:18:36 +0500 Subject: [PATCH 020/191] Update lock-down-windows-10-to-specific-apps.md --- .../configuration/lock-down-windows-10-to-specific-apps.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/windows/configuration/lock-down-windows-10-to-specific-apps.md b/windows/configuration/lock-down-windows-10-to-specific-apps.md index b88f801492..5272615e6c 100644 --- a/windows/configuration/lock-down-windows-10-to-specific-apps.md +++ b/windows/configuration/lock-down-windows-10-to-specific-apps.md @@ -466,8 +466,9 @@ Note: - - + + + ``` From 58c32208c193a8e482b341122c6159486d83bae5 Mon Sep 17 00:00:00 2001 From: MaratMussabekov <48041687+MaratMussabekov@users.noreply.github.com> Date: Mon, 23 Sep 2019 15:20:31 +0500 Subject: [PATCH 021/191] Update lock-down-windows-10-to-specific-apps.md --- windows/configuration/lock-down-windows-10-to-specific-apps.md | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/configuration/lock-down-windows-10-to-specific-apps.md b/windows/configuration/lock-down-windows-10-to-specific-apps.md index 5272615e6c..37f72c354a 100644 --- a/windows/configuration/lock-down-windows-10-to-specific-apps.md +++ b/windows/configuration/lock-down-windows-10-to-specific-apps.md @@ -469,6 +469,7 @@ Note: + ``` From d94f4f9e482329133cd35b6d393bf428956c4656 Mon Sep 17 00:00:00 2001 From: VLG17 <41186174+VLG17@users.noreply.github.com> Date: Mon, 23 Sep 2019 14:09:46 +0300 Subject: [PATCH 022/191] update step 4 and 8 https://github.com/MicrosoftDocs/windows-itpro-docs/issues/4761 --- .../microsoft-defender-atp/powerbi-reports.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/powerbi-reports.md b/windows/security/threat-protection/microsoft-defender-atp/powerbi-reports.md index e5488e3ca6..35ea95fdb6 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/powerbi-reports.md +++ b/windows/security/threat-protection/microsoft-defender-atp/powerbi-reports.md @@ -140,7 +140,7 @@ You can create a custom dashboard in Power BI Desktop to create visualizations t ![Settings with download connector button](images/atp-download-connector.png) -4. Create a new directory `Microsoft Power BI Desktop\Custom Connectors` under the user's Documents folder. +4. Create a new directory `[Documents]\Power BI Desktop\Custom Connectors`. 5. Copy WDATPDataConnector.mez from the zip to the directory you just created. @@ -149,6 +149,9 @@ You can create a custom dashboard in Power BI Desktop to create visualizations t 7. Click **File** > **Options and settings** > **Custom data connectors**. 8. Select **New table and matrix visuals** and **Custom data connectors** and click **OK**. + + >[!NOTE] + >If you plan on using Custom Connectors or connectors that you or a third party have developed, you must select *(Not Recommended) Allow any extension to load without warning* under **Power BI Desktop** > **File** > **Options and settings** > **Options** > **Security** > **Data Extensions**". >[!NOTE] >If you are using Power BI Desktop July 2017 version (or later), you won't need to select **New table and matrix visuals**. You'll only need to select **Custom data connectors**. From 5dc6392cda4ad35c518587cf6ad4914ffc62034b Mon Sep 17 00:00:00 2001 From: MaratMussabekov <48041687+MaratMussabekov@users.noreply.github.com> Date: Mon, 23 Sep 2019 16:53:06 +0500 Subject: [PATCH 023/191] Update minimum-requirements.md --- .../microsoft-defender-atp/minimum-requirements.md | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/security/threat-protection/microsoft-defender-atp/minimum-requirements.md b/windows/security/threat-protection/microsoft-defender-atp/minimum-requirements.md index bf702f03ac..1f43909f0e 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/minimum-requirements.md +++ b/windows/security/threat-protection/microsoft-defender-atp/minimum-requirements.md @@ -37,6 +37,7 @@ Microsoft Defender Advanced Threat Protection requires one of the following Micr - Windows 10 Enterprise E5 - Windows 10 Education E5 - Microsoft 365 E5 (M365 E5) which includes Windows 10 Enterprise E5 +- Microsoft 365 E3 (M365 E3) with Identity and Threat Protection package For more information on the array of features in Windows 10 editions, see [Compare Windows 10 editions](https://www.microsoft.com/windowsforbusiness/compare). From 8c50254f160dd4010c6a327624da833f19686e7d Mon Sep 17 00:00:00 2001 From: VLG17 <41186174+VLG17@users.noreply.github.com> Date: Mon, 23 Sep 2019 15:14:07 +0300 Subject: [PATCH 024/191] add reference to Msiexec.exe https://github.com/MicrosoftDocs/windows-itpro-docs/issues/4763 --- .../provisioning-packages/provision-pcs-with-apps.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windows/configuration/provisioning-packages/provision-pcs-with-apps.md b/windows/configuration/provisioning-packages/provision-pcs-with-apps.md index cbcb56ed0d..7682003d53 100644 --- a/windows/configuration/provisioning-packages/provision-pcs-with-apps.md +++ b/windows/configuration/provisioning-packages/provision-pcs-with-apps.md @@ -41,6 +41,9 @@ When you add an app in a Windows Configuration Designer wizard, the appropriate ### MSI installer +> [!NOTE] +> You can find more information about command-line options for Msiexec.exe [here](https://docs.microsoft.com/en-us/windows/win32/msi/command-line-options). + - **Command line arguments**: Optionally, append additional command arguments. The silent flag is appended for you. Example: PROPERTY=VALUE - **Continue installations after failure**: Optionally, specify if you want to continue installing additional apps if this app fails to install From 4e043d94e6459f2174ed181977919738fecc136b Mon Sep 17 00:00:00 2001 From: VLG17 <41186174+VLG17@users.noreply.github.com> Date: Mon, 23 Sep 2019 15:25:43 +0300 Subject: [PATCH 025/191] updated steps https://github.com/MicrosoftDocs/windows-itpro-docs/issues/4850 --- ...dows-10-device-automatically-using-group-policy.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md b/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md index 6360bcb775..4c3c1ed35b 100644 --- a/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md +++ b/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md @@ -157,13 +157,16 @@ Requirements: >If you do not see the policy, it may be because you don’t have the ADMX installed for Windows 10, version 1803 or version 1809. To fix the issue, follow these steps: > 1. Download: > 1803 -->[Administrative Templates (.admx) for Windows 10 April 2018 Update (1803)](https://www.microsoft.com/download/details.aspx?id=56880) or -> 1809 --> [Administrative Templates for Windows 10 October 2018 Update (1809)](https://www.microsoft.com/download/details.aspx?id=57576). +> 1809 --> [Administrative Templates for Windows 10 October 2018 Update (1809)](https://www.microsoft.com/download/details.aspx?id=57576) or +> 1903 --> [Administrative Templates (.admx) for Windows 10 May 2019 Update (1903)](https://www.microsoft.com/en-us/download/details.aspx?id=58495&WT.mc_id=rss_alldownloads_all) > 2. Install the package on the Primary Domain Controller (PDC). > 3. Navigate, depending on the version to the folder: > 1803 --> **C:\Program Files (x86)\Microsoft Group Policy\Windows 10 April 2018 Update (1803) v2**, or -> 1809 --> **C:\Program Files (x86)\Microsoft Group Policy\Windows 10 October 2018 Update (1809) v2** -> 4. Copy policy definitions folder to **C:\Windows\SYSVOL\domain\Policies**. -> 5. Restart the Primary Domain Controller for the policy to be available. +> 1809 --> **C:\Program Files (x86)\Microsoft Group Policy\Windows 10 October 2018 Update (1809) v2**, or +> 1903 --> **C:\Program Files (x86)\Microsoft Group Policy\Windows 10 May 2019 Update (1903) v3** +> 4. Rename the extracted Policy Definitions folder to **PolicyDefinitions**. +> 5. Copy PolicyDefinitions folder to **C:\Windows\SYSVOL\domain\Policies**. +> 6. Restart the Primary Domain Controller for the policy to be available. > This procedure will work for any future version as well. 1. Create a Group Policy Object (GPO) and enable the Group Policy **Computer Configuration** > **Policies** > **Administrative Templates** > **Windows Components** > **MDM** > **Enable automatic MDM enrollment using default Azure AD credentials**. From 2ab8e72da91dd988b7124843c01f3d7113377e48 Mon Sep 17 00:00:00 2001 From: VLG17 <41186174+VLG17@users.noreply.github.com> Date: Mon, 23 Sep 2019 15:36:08 +0300 Subject: [PATCH 026/191] add note referencing article with details around configuring the policy https://github.com/MicrosoftDocs/windows-itpro-docs/issues/4860 --- ...-computer-and-user-accounts-to-be-trusted-for-delegation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windows/security/threat-protection/security-policy-settings/enable-computer-and-user-accounts-to-be-trusted-for-delegation.md b/windows/security/threat-protection/security-policy-settings/enable-computer-and-user-accounts-to-be-trusted-for-delegation.md index 090bb9f3bf..5659d888db 100644 --- a/windows/security/threat-protection/security-policy-settings/enable-computer-and-user-accounts-to-be-trusted-for-delegation.md +++ b/windows/security/threat-protection/security-policy-settings/enable-computer-and-user-accounts-to-be-trusted-for-delegation.md @@ -84,6 +84,9 @@ Settings are applied in the following order through a Group Policy Object (GPO), When a local setting is greyed out, it indicates that a GPO currently controls that setting. +> [!NOTE] +> More information about configuring the policy [here](https://docs.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/how-to-configure-security-policy-settings). + ## Security considerations This section describes how an attacker might exploit a feature or its configuration, how to implement the countermeasure, and the possible negative consequences of countermeasure implementation. From 74a3b962979512128abfb560f89c9147fdb95f58 Mon Sep 17 00:00:00 2001 From: Guillaume Aubert <44520046+gaubert-ms@users.noreply.github.com> Date: Mon, 23 Sep 2019 15:19:57 +0200 Subject: [PATCH 027/191] Update hello-features.md Deleting misspelling. --- .../identity-protection/hello-for-business/hello-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/identity-protection/hello-for-business/hello-features.md b/windows/security/identity-protection/hello-for-business/hello-features.md index 37591f1f54..67adaa94b3 100644 --- a/windows/security/identity-protection/hello-for-business/hello-features.md +++ b/windows/security/identity-protection/hello-for-business/hello-features.md @@ -100,7 +100,7 @@ RSSI measurements are relative and lower as the bluetooth signals between the tw The Microsoft PIN reset services enables you to help users who have forgotten their PIN. Using Group Policy, Microsoft Intune or a compatible MDM, you can configure Windows 10 devices to securely use the Microsoft PIN reset service that enables users to reset their forgotten PIN through settings or above the lock screen without requiring re-enrollment. >[!IMPORTANT] -> The Microsoft PIN Reset service only works with Windows 10, version 1709 or later **Enterprise Edition**. The feature does not work with the **Pro** edition.] +> The Microsoft PIN Reset service only works with Windows 10, version 1709 or later **Enterprise Edition**. The feature does not work with the **Pro** edition. #### Onboarding the Microsoft PIN reset service to your Intune tenant From 14739f9fafe441f8e082d6a13812016a7161b261 Mon Sep 17 00:00:00 2001 From: VLG17 <41186174+VLG17@users.noreply.github.com> Date: Mon, 23 Sep 2019 16:27:03 +0300 Subject: [PATCH 028/191] updated example https://github.com/MicrosoftDocs/windows-itpro-docs/issues/4755 --- .../client-management/mdm/policy-csp-restrictedgroups.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/client-management/mdm/policy-csp-restrictedgroups.md b/windows/client-management/mdm/policy-csp-restrictedgroups.md index 2ee10fa612..8089388cdf 100644 --- a/windows/client-management/mdm/policy-csp-restrictedgroups.md +++ b/windows/client-management/mdm/policy-csp-restrictedgroups.md @@ -121,9 +121,9 @@ Here is an example: ``` - - - + + + From c04e2a164a0cb6ee02d298929e9c4fc82bc5be3a Mon Sep 17 00:00:00 2001 From: CTroessaert <43269447+CTroessaert@users.noreply.github.com> Date: Mon, 23 Sep 2019 16:46:46 +0200 Subject: [PATCH 029/191] update with passive mode support update with passive mode support for windows server 1803 and server 2019 according to : https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/configure-server-endpoints#windows-server-version-1803-and-windows-server-2019 --- .../windows-defender-antivirus-compatibility.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/security/threat-protection/windows-defender-antivirus/windows-defender-antivirus-compatibility.md b/windows/security/threat-protection/windows-defender-antivirus/windows-defender-antivirus-compatibility.md index 960e256e35..b22cc4e225 100644 --- a/windows/security/threat-protection/windows-defender-antivirus/windows-defender-antivirus-compatibility.md +++ b/windows/security/threat-protection/windows-defender-antivirus/windows-defender-antivirus-compatibility.md @@ -43,6 +43,10 @@ The following matrix illustrates the states that Windows Defender AV will enter | Windows Server 2016 | Windows Defender AV | No | Active mode | (1) On Windows Server 2016, Windows Defender AV will not enter passive or disabled mode if you have also installed a third-party antivirus product. If you install a third-party antivirus product, you should [uninstall Windows Defender AV on Windows Server 2016](windows-defender-antivirus-on-windows-server-2016.md) to prevent problems caused by having multiple antivirus products installed on a machine. +If you are Using Windows Server, version 1803 and Windows 2019, you can enable passive mode following the steps below: +Set the following registry entry: +- Path: HKLM\SOFTWARE\Policies\Microsoft\Windows Advanced Threat Protection +- Name: ForceDefenderPassiveMode - Value: 1 See the [Windows Defender Antivirus on Windows Server 2016](windows-defender-antivirus-on-windows-server-2016.md#install-or-uninstall-windows-defender-av-on-windows-server-2016) topic for key differences and management options for Windows Server installations. From deb3e55d9d005aa5d9923979ca222e21dd7b4ce8 Mon Sep 17 00:00:00 2001 From: brbrahm <43386070+brbrahm@users.noreply.github.com> Date: Mon, 23 Sep 2019 13:18:06 -0700 Subject: [PATCH 030/191] Update windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-block-rules.md Accepting wording change suggestion Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> --- .../microsoft-recommended-block-rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-block-rules.md b/windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-block-rules.md index 55b26f6e89..b8e2098917 100644 --- a/windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-block-rules.md +++ b/windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-block-rules.md @@ -888,7 +888,7 @@ Pick the correct version of each .dll for the Windows release you plan to suppor - [Administrative Templates (.admx) for Windows 10 April 2018 Update (1803)](https://www.microsoft.com/download/details.aspx?id=56880) or > 1809 --> [Administrative Templates for Windows 10 October 2018 Update (1809)](https://www.microsoft.com/download/details.aspx?id=57576) or -> 1903 --> [Administrative Templates (.admx) for Windows 10 May 2019 Update (1903)](https://www.microsoft.com/en-us/download/details.aspx?id=58495&WT.mc_id=rss_alldownloads_all) +> 1903 --> [Administrative Templates (.admx) for Windows 10 May 2019 Update (1903)](https://www.microsoft.com/download/details.aspx?id=58495&WT.mc_id=rss_alldownloads_all) > 2. Install the package on the Primary Domain Controller (PDC). > 3. Navigate, depending on the version to the folder: > 1803 --> **C:\Program Files (x86)\Microsoft Group Policy\Windows 10 April 2018 Update (1803) v2**, or From f3992dcc0f1766474cd8b24d2c3179e1eb22781e Mon Sep 17 00:00:00 2001 From: VLG17 <41186174+VLG17@users.noreply.github.com> Date: Tue, 24 Sep 2019 10:23:36 +0300 Subject: [PATCH 042/191] Update windows/security/threat-protection/security-policy-settings/enable-computer-and-user-accounts-to-be-trusted-for-delegation.md Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> --- ...e-computer-and-user-accounts-to-be-trusted-for-delegation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/security-policy-settings/enable-computer-and-user-accounts-to-be-trusted-for-delegation.md b/windows/security/threat-protection/security-policy-settings/enable-computer-and-user-accounts-to-be-trusted-for-delegation.md index 5659d888db..82dc9c1898 100644 --- a/windows/security/threat-protection/security-policy-settings/enable-computer-and-user-accounts-to-be-trusted-for-delegation.md +++ b/windows/security/threat-protection/security-policy-settings/enable-computer-and-user-accounts-to-be-trusted-for-delegation.md @@ -85,7 +85,7 @@ Settings are applied in the following order through a Group Policy Object (GPO), When a local setting is greyed out, it indicates that a GPO currently controls that setting. > [!NOTE] -> More information about configuring the policy [here](https://docs.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/how-to-configure-security-policy-settings). +> More information about configuring the policy can be found [here](https://docs.microsoft.com/windows/security/threat-protection/security-policy-settings/how-to-configure-security-policy-settings). ## Security considerations From d47f97b297100393ffa5d7ace9f65662c275bd74 Mon Sep 17 00:00:00 2001 From: ImranHabib <47118050+joinimran@users.noreply.github.com> Date: Tue, 24 Sep 2019 14:05:35 +0500 Subject: [PATCH 043/191] Note addition Now onwards as MFA will only work with Azure, I have added the note. Problem: https://github.com/MicrosoftDocs/windows-itpro-docs/issues/4872 --- .../hello-for-business/hello-planning-guide.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/windows/security/identity-protection/hello-for-business/hello-planning-guide.md b/windows/security/identity-protection/hello-for-business/hello-planning-guide.md index 2ff12340f3..14ea8250f8 100644 --- a/windows/security/identity-protection/hello-for-business/hello-planning-guide.md +++ b/windows/security/identity-protection/hello-for-business/hello-planning-guide.md @@ -81,7 +81,7 @@ The key trust type does not require issuing authentication certificates to end u The certificate trust type issues authentication certificates to end users. Users authenticate using a certificate requested using a hardware-bound key created during the built-in provisioning experience. Unlike key trust, certificate trust does not require Windows Server 2016 domain controllers (but still requires [Windows Server 2016 Active Directory schema](https://docs.microsoft.com/windows/security/identity-protection/hello-for-business/hello-hybrid-cert-trust-prereqs#directories)). Users can use their certificate to authenticate to any Windows Server 2008 R2, or later, domain controller. >[!NOTE] ->RDP does not support authentication with Windows Hello for business key trust deployments. RDP is only supported with certificate trust deployments at this tim +>RDP does not support authentication with Windows Hello for business key trust deployments. RDP is only supported with certificate trust deployments at this time. #### Device registration @@ -93,6 +93,9 @@ The built-in Windows Hello for Business provisioning experience creates a hardwa #### Multifactor authentication +> [!IMPORTANT] +> As of July 1, 2019, Microsoft will no longer offer MFA Server for new deployments. New customers who would like to require multi-factor authentication from their users should use cloud-based Azure Multi-Factor Authentication. Existing customers who have activated MFA Server prior to July 1 will be able to download the latest version, future updates and generate activation credentials as usual. See [Getting started with the Azure Multi-Factor Authentication Server](https://docs.microsoft.com/azure/active-directory/authentication/howto-mfaserver-deploy) for more details. + The goal of Windows Hello for Business is to move organizations away from passwords by providing them a strong credential that provides easy two-factor authentication. The built-in provisioning experience accepts the user’s weak credentials (username and password) as the first factor authentication; however, the user must provide a second factor of authentication before Windows provisions a strong credential. Cloud only and hybrid deployments provide many choices for multi-factor authentication. On-premises deployments must use a multi-factor authentication that provides an AD FS multi-factor adapter to be used in conjunction with the on-premises Windows Server 2016 AD FS server role. Organizations can use the on-premises Azure Multi-factor Authentication server, or choose from several third parties (Read [Microsoft and third-party additional authentication methods](https://docs.microsoft.com/windows-server/identity/ad-fs/operations/configure-additional-authentication-methods-for-ad-fs#microsoft-and-third-party-additional-authentication-methods) for more information). From b8e0549a416a8f4830d96aba998a5d917e62bc39 Mon Sep 17 00:00:00 2001 From: Michael Mardahl Date: Tue, 24 Sep 2019 14:28:57 +0200 Subject: [PATCH 044/191] Update windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> --- ...roll-a-windows-10-device-automatically-using-group-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md b/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md index ae4db48664..d69fe17307 100644 --- a/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md +++ b/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md @@ -161,7 +161,7 @@ Requirements: - Enterprise AD must be integrated with Azure AD. - Ensure that PCs belong to same computer group. ->[!IMPORTANT] +> [!IMPORTANT] >If you do not see the policy, it may be because you don’t have the ADMX installed for Windows 10, version 1803, version 1809, or version 1903. To fix the issue, follow these steps (Note: the latest MDM.admx is backwards compatible): > 1. Download: > 1803 -->[Administrative Templates (.admx) for Windows 10 April 2018 Update (1803)](https://www.microsoft.com/download/details.aspx?id=56880) or From ff603c68e940e7ec934f15dca0fd9640bca2eb14 Mon Sep 17 00:00:00 2001 From: Michael Mardahl Date: Tue, 24 Sep 2019 14:29:18 +0200 Subject: [PATCH 045/191] Update windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> --- ...roll-a-windows-10-device-automatically-using-group-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md b/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md index d69fe17307..ca9f698dbe 100644 --- a/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md +++ b/windows/client-management/mdm/enroll-a-windows-10-device-automatically-using-group-policy.md @@ -162,7 +162,7 @@ Requirements: - Ensure that PCs belong to same computer group. > [!IMPORTANT] ->If you do not see the policy, it may be because you don’t have the ADMX installed for Windows 10, version 1803, version 1809, or version 1903. To fix the issue, follow these steps (Note: the latest MDM.admx is backwards compatible): +> If you do not see the policy, it may be because you don’t have the ADMX installed for Windows 10, version 1803, version 1809, or version 1903. To fix the issue, follow these steps (Note: the latest MDM.admx is backwards compatible): > 1. Download: > 1803 -->[Administrative Templates (.admx) for Windows 10 April 2018 Update (1803)](https://www.microsoft.com/download/details.aspx?id=56880) or > 1809 --> [Administrative Templates for Windows 10 October 2018 Update (1809)](https://www.microsoft.com/download/details.aspx?id=57576). From ae908b5f6ec5fedf57f7360a28ff53c2cd8c4ee8 Mon Sep 17 00:00:00 2001 From: VLG17 <41186174+VLG17@users.noreply.github.com> Date: Tue, 24 Sep 2019 15:29:31 +0300 Subject: [PATCH 046/191] Update windows/security/threat-protection/microsoft-defender-atp/powerbi-reports.md Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> --- .../threat-protection/microsoft-defender-atp/powerbi-reports.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/powerbi-reports.md b/windows/security/threat-protection/microsoft-defender-atp/powerbi-reports.md index 35ea95fdb6..3b54199d3c 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/powerbi-reports.md +++ b/windows/security/threat-protection/microsoft-defender-atp/powerbi-reports.md @@ -150,7 +150,7 @@ You can create a custom dashboard in Power BI Desktop to create visualizations t 8. Select **New table and matrix visuals** and **Custom data connectors** and click **OK**. - >[!NOTE] + > [!NOTE] >If you plan on using Custom Connectors or connectors that you or a third party have developed, you must select *(Not Recommended) Allow any extension to load without warning* under **Power BI Desktop** > **File** > **Options and settings** > **Options** > **Security** > **Data Extensions**". >[!NOTE] From ed660c9e074c3345e05f9ae06848b301aae7289b Mon Sep 17 00:00:00 2001 From: VLG17 <41186174+VLG17@users.noreply.github.com> Date: Tue, 24 Sep 2019 15:29:36 +0300 Subject: [PATCH 047/191] Update windows/security/threat-protection/microsoft-defender-atp/powerbi-reports.md Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> --- .../threat-protection/microsoft-defender-atp/powerbi-reports.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/powerbi-reports.md b/windows/security/threat-protection/microsoft-defender-atp/powerbi-reports.md index 3b54199d3c..26781a1399 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/powerbi-reports.md +++ b/windows/security/threat-protection/microsoft-defender-atp/powerbi-reports.md @@ -151,7 +151,7 @@ You can create a custom dashboard in Power BI Desktop to create visualizations t 8. Select **New table and matrix visuals** and **Custom data connectors** and click **OK**. > [!NOTE] - >If you plan on using Custom Connectors or connectors that you or a third party have developed, you must select *(Not Recommended) Allow any extension to load without warning* under **Power BI Desktop** > **File** > **Options and settings** > **Options** > **Security** > **Data Extensions**". + > If you plan on using Custom Connectors or connectors that you or a third party have developed, you must select *(Not Recommended) Allow any extension to load without warning* under **Power BI Desktop** > **File** > **Options and settings** > **Options** > **Security** > **Data Extensions**". >[!NOTE] >If you are using Power BI Desktop July 2017 version (or later), you won't need to select **New table and matrix visuals**. You'll only need to select **Custom data connectors**. From 4dd51dbde599c19cf9ee874dfc7ce751758830fd Mon Sep 17 00:00:00 2001 From: ImranHabib <47118050+joinimran@users.noreply.github.com> Date: Tue, 24 Sep 2019 17:41:22 +0500 Subject: [PATCH 048/191] Update windows/security/identity-protection/hello-for-business/hello-planning-guide.md Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> --- .../hello-for-business/hello-planning-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/identity-protection/hello-for-business/hello-planning-guide.md b/windows/security/identity-protection/hello-for-business/hello-planning-guide.md index 14ea8250f8..9e82ff0b4f 100644 --- a/windows/security/identity-protection/hello-for-business/hello-planning-guide.md +++ b/windows/security/identity-protection/hello-for-business/hello-planning-guide.md @@ -81,7 +81,7 @@ The key trust type does not require issuing authentication certificates to end u The certificate trust type issues authentication certificates to end users. Users authenticate using a certificate requested using a hardware-bound key created during the built-in provisioning experience. Unlike key trust, certificate trust does not require Windows Server 2016 domain controllers (but still requires [Windows Server 2016 Active Directory schema](https://docs.microsoft.com/windows/security/identity-protection/hello-for-business/hello-hybrid-cert-trust-prereqs#directories)). Users can use their certificate to authenticate to any Windows Server 2008 R2, or later, domain controller. >[!NOTE] ->RDP does not support authentication with Windows Hello for business key trust deployments. RDP is only supported with certificate trust deployments at this time. +> RDP does not support authentication with Windows Hello for business key trust deployments. RDP is only supported with certificate trust deployments at this time. #### Device registration From 690c3b3b5b70ec05dab686d119b8f9615270c38d Mon Sep 17 00:00:00 2001 From: ImranHabib <47118050+joinimran@users.noreply.github.com> Date: Tue, 24 Sep 2019 17:41:33 +0500 Subject: [PATCH 049/191] Update windows/security/identity-protection/hello-for-business/hello-planning-guide.md Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> --- .../hello-for-business/hello-planning-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/identity-protection/hello-for-business/hello-planning-guide.md b/windows/security/identity-protection/hello-for-business/hello-planning-guide.md index 9e82ff0b4f..6754b12265 100644 --- a/windows/security/identity-protection/hello-for-business/hello-planning-guide.md +++ b/windows/security/identity-protection/hello-for-business/hello-planning-guide.md @@ -80,7 +80,7 @@ The key trust type does not require issuing authentication certificates to end u The certificate trust type issues authentication certificates to end users. Users authenticate using a certificate requested using a hardware-bound key created during the built-in provisioning experience. Unlike key trust, certificate trust does not require Windows Server 2016 domain controllers (but still requires [Windows Server 2016 Active Directory schema](https://docs.microsoft.com/windows/security/identity-protection/hello-for-business/hello-hybrid-cert-trust-prereqs#directories)). Users can use their certificate to authenticate to any Windows Server 2008 R2, or later, domain controller. ->[!NOTE] +> [!NOTE] > RDP does not support authentication with Windows Hello for business key trust deployments. RDP is only supported with certificate trust deployments at this time. #### Device registration From 49dabc46d48b72d6b7f9f3d2c4871d898aa34f34 Mon Sep 17 00:00:00 2001 From: DanPandre <54847950+DanPandre@users.noreply.github.com> Date: Tue, 24 Sep 2019 09:16:31 -0400 Subject: [PATCH 050/191] Update surface-hub-update-history.md Documenting 9C and adding one 8C note --- .../surface-hub/surface-hub-update-history.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/devices/surface-hub/surface-hub-update-history.md b/devices/surface-hub/surface-hub-update-history.md index f88eb20479..b316f450b1 100644 --- a/devices/surface-hub/surface-hub-update-history.md +++ b/devices/surface-hub/surface-hub-update-history.md @@ -24,12 +24,28 @@ Please refer to the “[Surface Hub Important Information](https://support.micro ## Windows 10 Team Creators Update 1703 +

    +September 24, 2019—update for Team edition based on KB4516059* (OS Build 15063.2078) + +This update to the Surface Hub includes quality improvements and security fixes. Key updates to Surface Hub, not already outlined in [Windows 10 Update History](https://support.microsoft.com/help/4018124/windows-10-update-history), include: + + * Update to Surface Hub 2S Recovery Settings page to accurately reflect recovery options. + * Update to Surface Hub 2S Welcome screen to improve device recognizability. + * Addressed an issue with the Windows Team Edition shell background displaying incorrectly. + * Addressed an issue with Start Menu layout persistence when configured using MDM policy. + * Fixed an issue in Microsoft Edge that occurs when browsing some internal websites. + +Please refer to the [Surface Hub Admin guide](https://docs.microsoft.com/surface-hub/) for enabling/disabling device features and services. +*[KB4503289](https://support.microsoft.com/help/4503289) +
    +
    August 17, 2019—update for Team edition based on KB4512474* (OS Build 15063.2021) This update to the Surface Hub includes quality improvements and security fixes. Key updates to Surface Hub, not already outlined in [Windows 10 Update History](https://support.microsoft.com/help/4018124/windows-10-update-history), include: * Ensures that Video Out on Hub 2S defaults to "Duplicate" mode. + * Improves reliability for some Arabic language usage scenarios on Surface Hub. Please refer to the [Surface Hub Admin guide](https://docs.microsoft.com/surface-hub/) for enabling/disabling device features and services. *[KB4503289](https://support.microsoft.com/help/4503289) From a3caa9f5304964bee0b7e97b1601b722ea7d3c49 Mon Sep 17 00:00:00 2001 From: ImranHabib <47118050+joinimran@users.noreply.github.com> Date: Tue, 24 Sep 2019 21:58:10 +0500 Subject: [PATCH 051/191] Password setup guideline As suggested by a user, password setup guidelines have been added in the document. Problem: https://github.com/MicrosoftDocs/windows-itpro-docs/issues/4905 --- devices/surface-hub/surface-hub-2s-account.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/surface-hub/surface-hub-2s-account.md b/devices/surface-hub/surface-hub-2s-account.md index 1b73cf6980..1ced2e6be5 100644 --- a/devices/surface-hub/surface-hub-2s-account.md +++ b/devices/surface-hub/surface-hub-2s-account.md @@ -35,7 +35,7 @@ Create the account using the Microsoft 365 admin center or by using PowerShell. ![Leave remaining settings unchanged in the default state](images/sh2-account3.png) -3. Set the password for the device account. Ensure that you **do not** select the option **Make this user change their password when they first sign in.** +3. Set the password for the device account. To set the password, click on **Users** and then click **Active Users**. Now search for the newly created user to set the password. Ensure that you **do not** select the option **Make this user change their password when they first sign in.** ![Set the password for the device account](images/sh2-account4.png) From 6008852aafe3ed3231e18c5b511660a1c8dbfd37 Mon Sep 17 00:00:00 2001 From: Michael Mardahl Date: Tue, 24 Sep 2019 20:47:16 +0200 Subject: [PATCH 052/191] Add files via upload Updated existing Group Policy screenshots to reflect new capabilities and new naming --- .../images/autoenrollment-mdm-policies.png | Bin 66276 -> 104770 bytes .../mdm/images/autoenrollment-policy.png | Bin 43850 -> 150662 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/windows/client-management/mdm/images/autoenrollment-mdm-policies.png b/windows/client-management/mdm/images/autoenrollment-mdm-policies.png index 29cb6d14da0da25dcc79816a8e46acc1fe3cfe3e..6833b4ac8b65a0962073c38922519d7100de2542 100644 GIT binary patch literal 104770 zcmdSARalhY7eA^ZDyft-NcR9kNh3%}cMeDl-3(nKB`qLb(%n6D$I#u~-5qDt@9%#u z&c(SoH)lT&&+Pra>{@&66`!@^CC16RJIyG+r%Uy+!HFvZ`6I zoc+bRk!{-Ezx=Vk%pfeD%*eSDdyM?rs(Y(BMaxMOUJ?~>Qq5u?X)EGZ9e0;PgL%y~DdLx3D@J%Km1D)g7 zhVM1cO}$x+p-Z6FpR74lu``5FX-?Qdbhe|4k3FSv3S?$`_m1d3p&}^M9@$Ne)^fOdj zTb>vrMIe>^S4@}db7P4A?8@5Cp`k+sC9`j5X0TSVgn!7f{18PHna*RSI`m;+kbiZf zz5Cg?c-8Lh9>B>5qWNTo$L_Z?hi%z}jX6-E1t@O_VmLUM^!u6X05 z5RjAUjKm#P>|&^op}&2L=2TT31aUEQcP?!A--^CCo2-?8+1Bqv`~)!rr~-1a5h z?jrxPb#MGO!XuK4e0tS+wbp5=`eH13OUOK?Z^Gww)gd&*^u+E63mpM+(^RO52KjrO zlYvVy016wa4QCBoka_{2hGViU*IB@$HVsNoL%~c#!9_#COT&+qRZ{g?sKiM6y_hfJ zTXfW*xx#0W33n0^J$|J;C{?ARD2&zG^y2A`Z2{>x!9}VHxo&g8K?N38k`GyyvFx9i zhBbTrgF#Xs_Q?>6B64d-6?=gcfwmmj(@uqV>&sXRLiUnJ~?;?Lu(4=nN zo2zCP##Ha*8*CuNxPu@vE~c&CXXb;8j=AUBnL_o7x{iCq@iUWQ$3I^A`K(bqh_t8; zfq~D%<}9e;Sg1ii*_jq}xHfcImR*m(4tQ1P^U2CkdIFejwn?kKfXxiQvd_g6Jl1=$itD^P=YqOQ$3PCfC)ib`XVh*j58(pbt(2iQkNwepiH#o!O)9gnvxc9Qtk?y_xo zw>!&r)uATI|H9bzb{@Gca|9KG6?m^Jh&x?wF!bm!^dvF#STXcQXqhHVUwk1kV7y3! zXqd2)e@5}6ub>4=p}p}g!kuVP3+q?_EVS{11}SDp%)eLF4Q<9urFw;MM9(L@3%tPO zmjLP-_$3rn{w%DA#HyN?s_W`A2+O-Pb(X6Hdq|Fdnpe`S+w$8i2)EHdK`PaZENlp* z645BPx_HsGiWd|1SFU_>6FO>N6)!k$K^}TJ&o%|-BUw_`?M<&f*^yB~Q1M9y`y^BO zB)h23R^*CszxV<$K;=GfPX+1Z1A`0HavOeslJby9U*J!N480&zUqWGo)a`D@oR=H! zoKoYV;KUpbk)z-o7S$CZscH)~Ok}B)Mmqb|R<_XlsB3=<_2Nb`f6oglsx&*B5U;JI zkvzoD{&|P$sbL(6Xz>+xtEt|2>iCDe&(xnarUn0xS%%sTLmnR=Z=rVY5qIoFbj=k! zz_K1-M-T9;n4s~KL&$UPDAoi#3<76C&|w5i4q~YvxwnS9udU!t#IFphgP3BW`3j*P zWT}yK6|S1h$H**L;v0-9bto?;6q?~gT*=dUL3zG#7FnN%^0)UyPtoqK8D&n;D$ zd3P4+6)I|0-I!5mFGf*H&Gp+4QBxK$?MRoGwza%hEomVByWaQCztIFs+mv3_C`ZKN zO!-yq+2IF|w&hH4C>yP3c5Y;LZf17=7@hh>`yq=(Y?bskj3J>vy@gSrt>uf0D zrc&fS#N~;>;;n(H8`;&|eB^C#_>m>KnEFPF`OW*E+cLFi@nEnXMPLyHC1+J%(8R7( zCAN1ppe&H8;Qi0}B^9XxPF+h{m|LWwX`;*FOvmbStOK=1t<%@w#{aX*Ys(#=6&1IR z?aJEmGV$hMnOi;Yt~v5{RCHl4=A|LP4VcIu-CqrF99jR_mMmt84hmm%b9OCVb zG=v$ifgRT=PVTFM`~Iu>)|_7W*3=vGBK3DMF|JW~m8**z1=etZ0uIMb`~kSY`aYrY z5MvX`{{yN{3*g5)3-+t$)zvKgUM7Fgbb&khgR^GXv-etI;6`dWCdB4qlzu=BpX`Ns zX{}gfmgW0a%|e0ePCcdr4RzZzTJG-?)d+tm{SEJ&n%=V#`E4Qm3KkW2UTIvs;d2gn z%|ma4s24pWQ03B8%SWo6QbSwilCq%z0OP;!?1kdYOcsUCq_w^s2ct$@GP0B~GvuOH zo1}GS&SL_rk~<^_?$-$_{T*CZ>H(^80sU>{YNxk(8AjQOnPtOo&7 zM=kgjQ@1TH_cz*>qW>ALFfkw#4F|J6L;uLNOUxhJu$!97cT!nRffm~qX54zV@_m}F ze@j_%{TP-{WTuLWM)9CjT{@$)1B= z{i}ad`Ts>#BLfgc4MkoH4IK#WRIh(6J}wKSHn$f}k7C>9F=b?-sF037h z`f5~O&)wNaomFO#1kkAzGZOdTv-c@#mwL5LS?xSC=FK`W7h{B@MquYt*cNnBnZrl_GIa>|&GCe7uOFR?CHsl+%Tzh)i`B>?VS2Y5I_Z-(DjN+8 zRpT&m69vnuxX&VgY55H|oMYEc&OX00`swj5JN4?2&j!y{_0tf$!B3u__=aCMHlskI z2}va3Bez>RY)7MCB5Mb3*~DAb#59v1t}7}w)4(3yEz6s^3!t$*`ZkC!T-A(a zOBcDL;#B*lgOIN~enZr-@ja>sXqlUn$u-;bMkOQEO0-^2cjH2~{I*j$ew5_M_Ww{7 z;CJRDQIp^Gyo7p(h>!kuCVSP~%sZ!bnB{@ajrFif#{B%|oRLoE%EyEHkb6UE)$boa zFjJaOfpKq|NvfG?&WkJ@~Kgy`k&GJ zcHI_&U#Fv#5U-Sb#UI70j#W8GTY)laj83LJF0GjO@_Tnmf|OOL{l#R1M~=H);k>rU z9E`PGvaP=t-OmBajskNU@?u5L^Y7GCCfF5BMeuj>$j7` zrfV(<4@6sCcZQQ4pLYa?@g{+dF-Zh#2Oyd9cjD$wKuktuKB4Jh#-;eY;|}Veda8M|(WgVZHqxCUpj3mv}dVj&~}h^`N>NcZdV(=g@bhcy-=SE#RU zpRe?8mK`#34QY+$01~(HK~+^xJu@&5`adh(t0@06tUmHpn;36l=RD9;h^;U8 zsS0y{>=t}jBeib2p>~{ptWr8`u%+#tUQoVZ@c8gM*Stwq-FB zNQBF5)7#g4$ma1O-eNfU_R@CB)H038?Y3729d&z$=#+FQ}Ly{m7=4R+3JgfQM#&ItuR`<5u+{;a*XG!M{ zPM`C&tL}y`b*Pi}B`^tcm-$6J1Qj=aKVE_2*Ka?@yj6%x+JF+J7gJOXeAIK+|7wUy z%=yAwB1^X74O$9~oXh-0r6WpN;>$DNluPT;o2?i2rPXhq$6KaL-A*lR!XaLrEGfj+Ru3o^lvS2r>G{%| zzuiL-%D7z4)5d|C+5G5uwUfN5g7BI1l8Q`<#(*-uPr`#D>lcq?62{P(7#cT3ICMe5 za$`(fIjQQNAdd}8r5e{m+6u&a-iR~Ywu;Q_MLC%XQ{u>bZ#S9<=TVGp?Gx8PUV|Uh z2HH`k2Zs)O{dvJ%(A%!A-7mXes$+Ci9$s)72a=X78KRP% zyE4}^@N#*0+&Ti{KQdshE>>GO)u~<0;e=fbce~l~fl5;6UF9{Ty5G&AmBbDAVLZ;G zX349aZ8uSH5ht6Oq^I9d?bz3NC@4(#Qk1_3bpbA57Y-5p(1V{1VbuVFUxDJ%pH0^q zV{avwMpdS`xJGKT0A3IC1LwP}Jc=%VDe!HH$9#OF%sT=5DA*{Fcnm9eE4YlXH!G1h z;AUMpDi_sG<5*>FyRcd|(`Gt!J$-;VnV$ygxDUPE_)SetJhPR-(*2t~K-)fWu)hnc z6*qcx8P(^m^ zOI%!t-^=q{?~yEoCPk>l9MgZ=7qg33E!Mljp4u`RU7!6fBqv4OT!{4iQq%`;O$5zU z$5;k4L9%Ub?gFyqG7!Go6ERmUMz`={G3hIixxZs_f&ziCt9;eq1K-v{yww)TYO>;| zcg!8jdRP8udWR; zXsK908uHYy3xr+7bMXhr%fB=`)-DqRz4|t>z1M%$a4||U*RTSBI%E8O*Mfqu4Lpwf z2Keh>9g`zKQTeFrI^hHCDyt5#oj_6-o1JG0{(Ng=~Q6>@IiDDGLb&S_IMD{V_bUo_szRE z>verc*Y3~Pz46nKgf*uG9k5_rFaPW6Qv4$JwkS|9p`}^lXDIIa+hVQ5YLxu$&WFFd zdG>6Grdba}LPBC?ZH!N?A%cMZ-b@9_x=ub<>f#D0Ud4UHa-PV3LM!xI};hCnIG>PHep{MyE1ll zP3T?=B;@%Tmr(1w=CsQi9si~=`sOaiH{n7%3n^>D? zh(sh_F#{{7*Q=s?uTzJNS@5K(quN(~;1+p{Pl5sAyxs9`xt9F)AS-io1}3JwLfUS{ zI`-+vpz`wa+uK_>%FRJ=M&O_UOFJmQ@}o_Z#eVz%IvtDev=FH0)0I-=@ka~P5)c)N z{Y!plyF!&%4Wh+&5fSRVAHNvEry-U2wYIu?dV1>bPa<4Rq7j?(BdYN_B`qRgdh+Zy zYynhMI77!MZ96Uf0@*yKML#mY|90g0r%`G0sE_lny)e}?0OqdC&9(F2PA{s&T=vK; zV_ErYSVh8FDTYpX7o&^>qTYK(#XKs#e|%}L+oqTGKBx4#EiC8FHt;Wf<-$02fT6u~ zCWOtaDs~e!>3ZK7b)cSbx?*8rDJhNl`o7GxUCnyCiUEmdUS`{h!ylmI+~^AXIF>L; z|2~mQ$4M9Ni`GUlzpp#giE#qpt4}P!pFX^eJxXJBgRKz^ zz{)!xU*!p0jzlrXJk8g)@5=y69cJVBQ*R+s8Qyhfx`|TO`%!&--Ocmz^UUocQ*JJn z(_fOecu~Hc+%To4$*@)C$UiC7eE=lh2OZL#1YH=ox@xMZOtiJZ1p^^Io1Fk4mO-b6 z=WPLuPr%xrTWL-MtYT@?xEUvX!J4QYy4$xLQTqB%gCJyL08YL$hdpR0MHu%Z>h`n!$nr1=|O*z7B zJ119WobIF0_zWNmhi3J@3nx%FSPvN^tJM6TNDw@-6EQCrd*j}Uniw?(^w+-mrn}Zj zw2EGzeoB)K)6voK_VzwJJPZsB%*e>F;M8hx#eu6&cYy$z)RbN7Q1&p?N!4mF_l6cN zds5wa-PM;ptN2}F*^}-s_7K}Tz)YT1Z?7spqHD+Gv-f#2^X@5NXwuxr_0>ZxJ1$N> z`jto9E3_)7i?^XaD(ucLkwT8qP*K7pJ=j5qJ32D43KCHUjTa8lRTE$poGe7dn}vn9 z!;@9JieTEMXMG3Qgm(-k%N-p@$ki{ z2N%yn9Y<*I8R_^x)#6Jxz>!6GUi z-4AO{TjQpY~Apa*&U4r494*bPG^+ z&eMoZ(Wy`L?fEx7aH~{|eeqXBzEwPR%~`+5#6HiAMg`<9a#Q8F$#&9`bBq5U_AShZ zRajWHf7tjfGw8QntTfZ13(T&`RIHwTpKQa#eWc=PZRnFv7(k19*%w7SZQ&>?>X((3 zHTs2?o?fTXb)vVI4hRIYvSQ4<1sa_%KdLFJNljwXz*3p+^M-1-{0TY*EcwbPFG$~P*7iA9~>Oq-0USGAz@--qOPtkFaJ){?up@P zG8fkFP~2gay7PRg)o3rNa1Q_GixHFYM4&OdxGc=y;tW*)AK#9QOS2kqCXY{hNvVshxy3_vi+{R=XdxMQ>d0kUI z7hww{VQGI_u&AiE(b70XR0m{eAXinpL0_m4>#)DuBoO0&>Z2UfG?(k}VTSx0q&wj2 zDhEy~mk;R%YKZ)rqWKW4Zi(G=+Jj?^DpzOT4hPQr&ez#Su>fA}NR6A}&P={AK*e;D zH>h8O8?7*vs#T!ZT;uXd0k( z21b{n*VMRwkAoy02abN(xvupb^!R6Z%h0g>;AQhGPU@c3X_-;zn9=!oWlnOJ(?4S! zX_6|2v4le4F^1LL+pNpsAwOGRUY$yL2&Pk}SAna&#YK{M)<`46-kynuhK8TiuU@?( z=SF|?Mkw6F-F;YC`8AFL;<*rHV=1TtIGGI#S#fpR{W?AWnWbRKv!NGNEmLpKLm~7- z(E^u^(_|VqaUMjY5e1n^j3mH$k6?j*aXlo75Oqv;2DhVv@eE= zkNyOH6irP{8ATB=YF6VeEUffnkAciy@9J#-zR}aZ$kD#Y$iB$c%WV2V3u9igL6n?` zd19fh!u$GnWk#Sb4-a<4jQ}NlD8OLTbDg)zFj&a!D{`aT4>p!Bas#HL?4jHlc%BQD z_CwKzQ!QU?VJa<xZZ*DsU)K&4r#*$<~NnNC*`-;9XZds-?u#erspo+)za%;4a&6(|9xb zcjgv$XZGgDJ6~}cqoA0=nB!bu@v#lKnSD9=DihXrgZFun$eW9+*C70CCd0nsVT_H5 z(v>MtRWu2}gzvzXFKD$uuEiQZxGa5k!{BA!o8VBlnV1nsE12?S!jXXEl6ucAl9oi?8G>$OKeWMg zD7%b4J*(E zOic`@e_#ON#S3x@3I&;Q?fHn8=1C#mCAP`<$QaUy11ksqb23DBS-)J-dzUX0Xh@2f z6^z#oUW$aNzaqYNzKgdq*Nz;83nduW4ZOlz&azakvuLmk?2Z(_ZW%B8%uV z=u|&(Sef#xWWi|OrYumsZFyLgeUoFiJOy;))J?A7$%9j1B$&P?J847Z)-keO(QsQW z34%>4m4Dh|4=zav(*Y9CdTaDaVozLVG%tN<<=~Yf2(@LAn&8jQwmbd_O!&K@MZJ^G!1%4o? zwL@~KwdCa#p!iRk5e`($+s$gufr|(LA4osLM8R5ki?rg z&~B>Fn-bUXhY`dl!Aa25mF(FO#Fnss4?BY=i=W{T4rsYYuoB|q$0sDrPESiffiGqf zD=OIROxDM!si`qAFa!hy(9zL1Ha2?FJBTIW9>-w;Bn|D=G0nZ$Y{>oDV9)pgkLGQ% z(P>H&Hn(N~Rn1ZuGiu2aI=>M_YpMvY>)!Z&>wm9N1I(yL(+3q>8z6sr#mB+Fsa}FJ zw!x%Ho}PY+;ZRpyU0szG2BVgjL_kIk!l8SqS(FmYVO}f4B)1!}ZY*h>O0yB19;myI{lqatoC*Y)tI46kbII zIVenu&ZJ!~&ox@xj-J_!q#$313$$rdd#&)@>x<;WGpdh8(nEC9EgT;|a6kDbg?TFp zX@Gd$4#}E6{0*aj!%f72#1Cv#h0ENplnvx^HR06@&rr2%I!yjV1rdq4gVd8?NsTr(+6YSeaSTz9bR=_`pB z3zxWK!(iN)0jyKsr|r{Db^JkPzLcVNBH*>GjEuuujC@`(bKY)vqLb28(0nW>TPTg= z+{$>#hUHsJdts^fv?Ya}?4aV}Vk^`9jq+@DHiL`Ww!9Ngo;)Y)rTGP&_=)8LUE43& zjx~1O8ljIUoJzZ@*f@8lOaXM3jgxHDXt;B<4BD49aIdwd_j=_gTi;MOA9&#I*8x(H zqtYuK-)X+cDy=TGWM4MT=&jJ#S!k~^QEwfS&rXizaBH*?rDGfKyJ@IDzs|I(Jcry; zXGIzy@wXzZ>s0!-eq9de_JbzLeHgPz&cLxW$arZ6b~td|0eu}F=v)8gvwwH{`nun4m@>3$D zT49vu^C5dsj0Ic%@&_~Ly@}G80x}sj1VY2_gnXxNuL2pQfnpzC3yaYv6z;FAtibQf z!NI}WnvbvgOV-d{y-?`9!s@V+aa44MJ~3qYgPFDS z<;|?{1{`;-hb7Ee@=k#}54BM<*2wm z&O3QYIj z)=tmfe<(1N3CgV8%R)V-f!v0fUhVU(?X0Ad!@X&85D76MF7eOV2+X{GnJM}!g2}%1 zbDG~&5FSt_tgP3?XDu@>eeid~;pKB-QI!FnUEp{AZX_9|-rPf^FHBPos6tS8(Yf@@ zZ0~T7=j-%WZ(skBbjyO_(GK{m-5YNsj1MZH<91?UTk@A1EXq=}qXHAqG8xXDgR3r% znu1goA3m*lPdXy>oW@3eZf<<;lg1B%oIoHl64Iye2rh9kF=&0gv7sT~qepB6payr= zNkwZpsIp?!dY!sgF;OP|Af^z#pblUzo5NAij)}8n&}vdsDCPbJBnvpI4zxV(-Tyhh zF&W4cwVPN&IH<#T4{n6i6&4mY6(_Y5fk$4M(^t@l5o8A*w0qQs#gxNyohlj#?eOnZ zPT$6lC(9Sl8;yFjx~dPR%XKx0=D9(=dqFFg=;o6f*Qw}nX%^i2_7k~#*&EvqXBfoc zfg#A6WML+|V~&fZ8@^Uc3ZW??W}rE_dbjHmi%Jy6G4Q;}PJH1J_MWV%s;=}dx~LST zL!GfnA9va!V?NRp#|b5bo4$arMDGKzX0n5VkFnz1-&=;RShC??nuSmg+_7Fhy}@Fy z_ArWdw@Wp{SIPS63vsF1c^{4dq%=3*TVDRU&fgPlX<_k`SYUV^?m$@jIr^e^$CKRc zP%9ZFZdeo`-Uhar)#z7g0X3QMncla>v1tw%&oWLH!`9ZYus-(K4=I`ihGZ6+#%noQeH zK+em1e~2zqhPEc_m5N{{TE~r(jBNAdE;heMwLy?6G z^lDHjr72t}GSA0hN*ghG5C(-w_GQTD1kgwz7*LYCK-0@zJsjfOSEz9&m9L~X$FHEG zU|-|t1@=nj0`vDJ{{qJE>;yq#$Jh6tMhn#xo;K=>kX>Gy9_7>Iz(z(!dg4GJPz1wJ zKcDmCHi1JO_fpKTQTKjT23KO*aKf zE#^EJJ5MN3<}k&AwYZ^72bz?UqNDhWyBqK8(0ODRp)p<2{>~)6K7wVrqicB(kII*1 z`b><|oy@{t0OHU-5TJ;Ff7}R=O7X6cuVh)z!3Bm=YFhKUtm5OOqOB8;33S zrq$SP57<|}8iWuBXtt-R+T>;teHkI*w$>*Hewg`K#TV17;X+dPBOp2CQC|6+81;Ky)FB`iBlcW#^UpIf$ z`R`HB;9rx)wh7KVx2<1U+}+)O0^j4}E^W;=f#JC1mil=@B`*{AY%=2P!3;rqB{;9f zD4!!|$x2!&PfE2==2uBrvkHcN1>>%mWJi^AjS?D_-syed=~M+&^p_aT6U@}qT~pos4E)p#{5%Z&Kn5mq1|~iRCPoG(b_R}*3>+*B z93L1am>DLxcssiXI(e9x<>2NmToQ<>u4rAFTg>EK!k!O2;5NS1Mw<8HwprTv#*cgN zm~6Y~GHVo2ITmIwFgJ8-!Mj#*Q9AhtOlYTJpz)fC(2)3Kt0Cs-9jun?B~iJ4x?S7- zpxO+!scRU$4RhBv7FI}hQ-)UQRtB1XwKpzt=J=xvo_+fXhu6QiZ$xbu&U%u&7;V&* zh9e{n02mm|EiAO_87L+pjxJW!8NkZA9wnfR9|_uxRV`6$g2h%4*no?fgx~VAlrMTb*o}XtM9{b)mSFyXOJLwjCTQylx*J9{vDVYVhdXb}bQt(pw*1 zEAyZ{H&v@TxY_vbN9M0e`2V|rL*c+NUjpFl`W}u&h$=ZjjPj&Rk__Y_sfwm_536`K8NE~ru>VNJ>GmM!Q1WIJoJ!pvH^tgCpbrnc-1NlNX&2il z$sv)12XF>)G69}qKFRsi)p6VYi&T9D-7KuHuj3tmxDDvaub&hocD8-`OH+8h9X!1J zullU8@5qFm00-W3j(nG@*0J`-K2qHhl!!InKHs8aXJjYv5C|?Pwf?RX9JHq$hGOqXW<>?Ib&y7C)e;{zD?Y`9R<&xE5Xhi z)1+P&_;gh;o}q~z>FLLcP@N$3Zocgi9;i}&FIwJfrZH(q2FqVayh*s?6^PWxy3sG) zm`>BUZYYxv<&nYh13n4iRcZs3ksYGn5Pqrbqz^`T7T(^5wd3*!Xgd~q^nth}2z!d9 zG5S(_3Z+nI{LEGFS(TTk1X;Q!kRuat_vzC#&oJ^bqG+gE%3yeOwJ>U23st@&7DJBz zOcv2YNsj;U84exvjsCzf?kVIXr0^L_ zd7eH&-G}Bn*2LzS;ca+1UOgqvgiYVfJA~Hi{(H3Cx#486hSg4yVcy$g&G&#nv6l$$ zetmjxXlM83{$-A0PIh+Jzw;s?F~ndeIB?SOOmiGuG!OKt*s|u4E!O$310_R^1S3q@ z%+}VH^6%I!?LLg(hqj&udk0EtEAwltm%Vq6+Mlw=W)_|*M*~Jj7MkBFYdf-#$pO-w z))d+7I?JWAHa9l7d3bjJEshTrZn-`@JWR)ar2rl7wvs$=v40WVsV_jkP4QLOZWH*& z}zvpS)F`y1~()e77`xQnOc$cYpB@PX|)$aD3$^Xc{E%hLt%rhCZWKw?oY zEaBEjz*L6z(e&b9jMS3>qtQb!3VRv)bOyn9*>m-8#v?(NBN9-4nI-@=uX)#%(E^FF5n81-Yu{r%y*=I8xuU&Jj}Rz z`X&B}++0uL-j5Y!R9c?}Py4XXKK4^A*`HnBFd5CbU5)j7r308#rB9q)h&~dbr}2X` zM;&Y1j0y)m$QEv>lkpSA-w(~Sx?f5th)e0YdWtEljypGs>qg8dtHGlUjW#s1eSP)_ zeYd3=WZ~RUnpaNg1?+S}OG4HpHOJ?tWG8)y9Z<$`{gE1P1Kk&ZdrmXt=n#$aYlgN6 zB&8U47`b2n*Z%MSXm&~t{<9*~?bEeQ+qlF;_*SwVcuuI>t}{O>yj*t{u8`A;@w5&D z2rPZg?QyQ1HY7`~6T2D%dwS%D7Ay+XyL*4@#9`KY#mSt&KNG1myT~Q07ld0Zs6BbU z{#C|R^5~_3qilmkia)!!OWqWhXNA=6_J{$EY|?NklJp*CiIz|yjD45g&WIp7i2U4O zrPmNM{)^aK7EpHDQ>h=yr_27hVG`w2ELtkoFF5NB!EyeJoq01Umc zjQb4#?&u}Zk1rJI{Cs)%L#QkvKCxK%h;U}lD%&u*LH18pkSEYM)@RIISP6D0^VKX` zS977f?;np(GQbw=Q;mdTNx4vduT77SE32q*@bcD+8Hhpoew^ut_>u{BL0pDCM&h~= zX0RgcqZE?zOnTW3@f;_qgXWfCC^;}`9yG~gY&|oG#V-l+QMd?>kH5WjWwI<9ES4qk z(99g!_TFZ%FwuYIbMhH-V&fN$&68AL!_i0@}&ITEVOopsp!rmb;@<>b93YgJ-Ro_^=BDfDV0cru(0r^Jy#Lt z+hSOrQjWYeZdH=|mmjMGk-K&X(#)jO^2w!EHh+O4Y}(lIfW zDY?0BNI;wAKZvu+61ve2IoaP1z3JLTJUBTsj*WPVlr+SQkXX0*sPs};)v-D&dLq8U z_+Z~s3ic&Jge|^e+7}Jgurn7bAIlw{1#9i4Dht%BW37&)lPNu5tW3&v$XrF4!AibP zK@VSlRn)WJ_PyoN?yg+A8JzqtKgeWGn6YAs(mY8gjmh48$zmH+RH*G^7e>*$hu=Y9^G2TxG*nddBsTdIKv_6*X{7_y zb#vBxY)X{7*pOyRfjWODF(II+G2O9;rI)VSHSM*+e8as8$9WjttXTk;TP8cB7RsO8 zn;z@``>IBM$by@apSzM`V*EpHytm>a09VSj^0x>tGalhz<%P&c+%!6(tXxb3c`Qi3 z#Cl|2ku2CsaYDsg^pF$y4V_>*O7&X(loGOC%QkP=+S7svJ)3OWdnTCy)WaOoN7qCC zqIFCzdFXai0=zc-p87#upTdHJa<~p}ChEW;{n+Q-Zh7=aGggtpD+BU&2Xd(m4O>BB za?%h8q@lN$&0p_w2Ine1Bw~}+>vrhKtN!l1%%EE?iLNPxH<#20Ce#rfr|Uk z2+Ye<3DIn?O`AbmC3O6UGIi)(47(qK%E*YkR%o7t29(xYi7VZi?6CP+evSD+UCm@&%_i@*8zxdK_Xi&l4XTwu(Gqynm zK?R#-$S+UT(}N9^9BKAK_4D1;pY?5M=oXLL(OjPg%1APaEtJkkTn~YEx56Sjx`Nlc zwNQ~P=R;t8S4uMYr$k3YgdQ7Ph51x59W6cl0=)a-%bV>4(1AK1&TB|Xq3p9)+R%4F zckJ}mA;v$yMSe)ZW7`iLpi6y|KtUDVnU50yQ|+XmqTFN5BonP*?{v_hDL~vQud8b1 zdb-$oedJXOS_JVs+eYi^*Y-K=TsMsAyDJT0hXY37Y_z!eS{@x&TDgCUYB>o zVYjU~e_q^Nqzc>|kCj~FXW@$mIlUa)P;XXpt7&*>_VO@a!x#qtF^d|W{ii7!20!!~ z0O8+if#FFMJ3BiI3k&x4u%nFXXO50_Eq?PGgQPZzdzF}?hFucB5G^nF(WQF(E9dx- zKq+~)+z*4`v6cpc7Yc6zr47nIGTfa6K?~jFRV3+X#pjbGGJ!_wjeF@Z2wJQFrkAroORnzHJm0ZW(>~`lz5)D4>AivH%r!)sCHi# z80D0!+)fjcT0T0gDf~aF#0}496G>0{^$V`!MRUd?@`I)p5JoqO`DpY57;2XMCahX5 zt5?`HGE!+9-fLkiV}pxFf@X|ltt)h#;J8U(NCeBql|X$iKGDn2xUt088f#0O~^Su;~p_*c~s z2PZuxW?xfF^ON&ab~ZMw+tOodyEuT75q^L7_{M32ja{N(I39y7Qg+3$bVcwrrgUHd z%Z&3-t8m8p*C=pu;rj@H*Hg1Dkc+bCUOTq3QV82|-*#Df~5OL8F^bM|*A# z_~wc7CPv29Tgf$71epW@;u%$f&39+4B8{ZYznb;mnMY5CXwNXS%G`{vtl3Rf6Z6%d zdBlZ0|8t*l$^NsArm$Z5j4Ui9!vXDtgdlA=(*1%v)p_B|2ar{-ZM>Pi(bdOtLPpU~ zMj_;ihGISk(v4`y1&c4h(9Uu)ofB3EZoRkxGOpL8Plxj}_FRnQ2vWT96$hO$v4GSj z_rv_}DJdywX%Vdp{xK_~@MIFXx8WTmMQ^!=>+LR=C8 zoalw}io`OS89o@`V$A+H@JD|?y={~GMTnN2r;LKId`xlK_5LZlpENZYj@V{WZ0y|P zq5wBXV9XDz8tD(1JUp{fQc?0uhugxS5HGgTjc@hdxS7@|4Vlgh(_cA2mvY6Wwq@Lxy z2NtBI;aD{hDQR;v1BE){`%$oBFw-fMYjPDWx!`-S9$8i|5h8zXxROap7;a57uBR7B z(e;<99ad`ldW|u+tKVJL6sF6xL~SyPD8M|ML3-wRGEXT#%t-QK`sOIGjfJo(F(*?t zg^!NOL#(g3HoZQLjGJ6Y@Pn6h%lhx)6BN;vn)AS5my9;@x~7l)nk(#Pp=4le9325! z{KH(^m?qnmak_R1W$ZAymu7pWwx_>pFMFd-Z!aBJP6GXLnG6y&#qdHFfp&Gx60vmC zS3iFm8yRhGZpzyR3B{31r@fQ>ymAm@3Qstd%~7Jo&g^4@@Hp}$l%qqnBZ+}C+nuSX zx+j>@=R)jL+UyJW5f1oBWkJw=KL)NVldW2+i5V@Bpu6f_CA6YAbkPGcGdXcMP2;tc zm6%BwGyoDaAF7+$>pA3yv~L$$HfcFSLtD!R#2MF%=HcS;pUZcuZ}^{ob^C4J%EpET zo^im*SzTF)O+5A*9$Ve9Gss@U8w{DX_>|9%>LUOHQ5%m@#4_nbZAGj*f{EhSJRv!^F|MD839scd^6m<_9tUR>L; zvsFEo2rl@_XVV%;#oYQ?kgBB3&`DjO9FXYtdR|ff!L-?1!SJLgN|!{bT;;s?v$@*X z#_vphH@5&0Qct%*Gus1v-K56mhcu*H#G>iNd9RNeRja#usEG|NhEcCVetOaJ9w;DSMk!NyrI${HIKRW&(%C_ z``@`iTa79rXyG4)?n|9czAFE}sCvt=sKRz_SV2TuNofUX7^I~IB$VzPkQlnVQ7MU` zVWhi}?o=9v?(XgyYKU+7JbUlsd-)G*vF^I=vo6asEm26l1m{MkE8*Bza)%6;k~W{} zGMk(_m->82L6b*$u|-Bzv=9%y?V~uCpR2Y>Ck>8NVwxL-aMcLo6V?c(9E|$-z|lA9 zQL9GSY{Y97UoI|C_Wfu(1orjc=txdB)z>qoES+8k;XU~DDlG9BRJ%%orHZk6;&FZ3 z&gY9icdzn@^l@NWf$=SE3FS;$nV?pO3zb&}K#>jp;S<8c zLG5uYF3(uuOsCZHuQQJS1>0A7- zv^2ogk|zDmB{7ugtWxI9+y1NpPAW|pmkLU7|8IVuAuLVZtT+Gmqdwr(z==Aa#k%1F z+HAfSHwv~(+kOpikCW_(rYWLScJW`*`e_)5*0=LFNIL$OkjsmX9{p?J=3C`Kl8~N@ z+bd`u%olcxA=k&nQ~YcXQMzT&eS{VZ(3$?AUDz72`$e@y^Ie;t)a5G~z3fT>`2jT;8e55cbEq_11sGisv z{=l03Z2L&EwixH`!*py5drwn(qyxXx^n=My#OTK`2@!g)mft2Y7nJWp!K4gI9?j^> zb^j<)ttSoW!1xMrmch@nnls>V1-39P%Yn!;xM7Hg+d3DZ2m=YT^0IN$^Sl$F`@qc4 z$jS7chGWI{ho5`1fmVv$r@cyrH&NTn9D%=$RpT1?4@CYA&YwBp1`9Hbo$Zt|(p;;2 zDL|mzN&i5h{trtlf&Ze$Qe+QPc(#eN%v6cf~t?+;2H9n%vwHGP4UK(3eE{>*UQaxrM?Z= za@Y+3J7;g@f7~cSz%DwBPi5v>zXTO|-OCVwL4RNV@(%6O<81V|?*jQTC;RFgb$hYu zWaAUWV==it2H?`+YDbQl!#FQdf>hH{I12l2FavM3LKung)9zq06>x-k5BJL;fQ6H& z{T=pz8%**2s}%4OTkHrg!jW;n!SNk{{jz}FA=*OjRQ4Y(?k@8YmQMEz#OMBA>In0v z;SXiAzdx(K4oJRVWqxzb5p>_w&vsi>g1%1?M4m!C_N!2MCWY0u4F!-))A*-kJT8f; z!tOY;+(!vA+PId_r)0gX&x4wF)+EpWp|XlRV1L!M>3`(G$;m%NwLWF`ufSDe^!ul8 zKfPaj_u94Hm&TaNjY!TN^TjHP(T7Xbl=nxU%q4;}+-yqf?=e|-I3wTw+AHg!<#hAzPK>m`MJv<;1t-4Jy;=2~#Jxyo$id~(sm1kTth966I%Eg-ZjdOHX z2d1H=>~e}s)kjw@9;64ZxY|8G#yA$V-m}uVFXchiH(IrT0by`qWb+w8?{k| zl~nVB(~Mt)dgp)&ZAD#GH}8VnmS#`7i__EV+y+X`S)9}#ua=i?%a+?NxA~S982sL5 zqzz|A6))f@9^G9Ukn`T{Cr2)8I@pntrxe30N1INkwy-!EL~hhN=-DR5r4$|36>OXW z*;{X|JCglw+=t~8GeCLYhDqLA*i?Kc8`E7{Dql^#;%jyg*Lp#1H+)-sId ztLbU|$;~1DMOm;y{isCDXmFud&EV&)pqKOS7|s)CGAGA`B+G|M2i4$-5-R+{d{f3R zHz{^L%61kBgV6Ki$LitV4L096;iZG+4GtUW$xBM|#rsrmiTD%sqi-(1d1Zd>|klpgxWFOcyu)UTn zzZU*^zkB@|#sAROY5c&VeVqdrCIXGS8$8tGwJj$sn+4}i6JuS@q|F<{4=co0Go0rK zTy-YtgyTTz(Za?@D$+zJvnY8`tmGwP8&Zql7fT?!UtAkd8fcpkD{ZTQgIp2rt>%ZV0V-;j8@n0 zZd=;mq0#HAG_|R1@#M(Esv~ZJX8=sRd&aNLq{=`+wvqBJ<*U1B44uv4DpdFW5mB%@Uy_770vCjd&Thvuld)zG&pqYD${rWyA%$CsI%6ge-*2{86 z;lDxXIk@+p`eG9lue8-hw3|%9t%Y74!nV)YwqJbe+P5uu@jtJ`h3;%OhRbKM%h%G*dbCY9Z8|Je zE7{|JjB3|5PyW40IqBfdWdN_BX&Gh9EOy{jfN#=pb%s_(dNn@db)B0zDJyVc} zg#oqFEp$Nu>XhOZNmZfe-3eQZL(!W;$dwjPhyrF zUsn1rK3WSY(R^~{^1wCjM2((47Y*sK`LZX_pVSAx$=_jK>pk_zDg2%9;~o>3aE_K` zM6R*nwB6g1%ahB`A1_}o#_YPhIXk*^`=$B`ExTyGhlx?r$IdHPbvN8$%nt=TQ|Eh< z#D>jHnc@=^-}jHwQWBHj%2#g@lKc#t+3Ec1fADt@uaXpMY3>kpF8Ti~JzTFm-g^b7 zS`Fz|4c&xB#@~sSY@|i<7R)$>{q^qxlb+oaeV9GlA|ItvI-Iy(TO2jp-|@SGb^u%Tm-i8VbOmJ{fMHf zm_94FQ<`(IYY7^d=HhWw!(XbNsIa+vNyk(h7^30fKs?Klm#FL}Kz`nNXkeaJ3yMX~ zTVWajKgMfDYqGlNGI9~_(0Ar)LR5wMd9@X_R^B&s;ln7z@!T^B)S4qaUywG}=*IZV zOG+u48_l}f5ZlMwH zf;+$(8;W)6xzDr<`SbBGsJ5>FpV|pG5LJ_Akd_5H_pp9mI5MbXIxGl4p~s8R=rFO@!2TUSvl zYPp+~W}{{PgwAJDZHQ7-!U$1Q17dQwc*k;W7JjkPFsRKrBF>d6P@RWl#$Sc(o+VwvIyTPFt?SZiDrG^bA1B{?<&E#i(c?dEf8@}m z^(k={X(JpPT+KSo5MIl`^G;D8!tnYpJXUY4mW4*eLuESSgF1m~29E#a-R>LgUnW=kIqZ5!QSJ4R)nj zY120w`vNp-`m^#dYDkpg(ZLzn%8MNo{k+pUY3u<4%pw%C9Z5y?uv=z+QOAGlx-Q(d7FDuB%~JOYWOc#n$Bp`DwY$#tU(WVnb_F33X$I z9Jos|p-^O}EgWI*qRDY`&N<%#99iHdP;!9OghH5C8f$2!x|lGvpo<0@=g>ix@1MnX zfl7Be;0`kW%$d~P*Tb`MAbA}pVAnvHfz66ws(u3}5uTJt&em#WW?Pc~JKxIe*kA;{ z?(~cft1-N`onbOJxFLCGe`jZTlnYu+n*R6UZxTEUk7v7KFOh6-cW0+QAb@^*`;&Rf z+-05LWA%P#yr7{7+Dz&>afUojjpVLwaz>*-V}#+-O~)_TIg-T~pUWF1Hs(hKk$?d1 zt3W#8n5)-+SyLv$!g!onEXw4uD#vHe&$sP-TBS9%T|e4%{NX-(sAzO%us-o5d!F`o zw9ne|n{^==;41gW09XR$n`HI}~#0qL~U=C8-9=(Y`f zGNY#_ulm&VmHH?nzp%CdPUvk6aLoV zC8-g^LQsUQ*6hq1i=sMuzV3D&k-3h616xywx`&HzxUAglyL4VYwdj=i`m3baL#PrZ2Cb#Hj+=+?kv~_f{)J>1vj2-sv;&%9X)nJsiMIa|tDG6`~dttM!-1WdV zVsmznwAjLmOe-ldNn5WiGdXIHV8zJO@{!NZ*GX%zAGj|Mz!lVl@+>_WP&9?Lz^{!8 zulvxpU5`Fg(dgYQB(h(oj=5Akh$@srU3$bK_{@Yx?L~RYp>282DM8C`ok!9M+XbjK!o zGE3SAcb&cJxVX588mOXU_=OwO@_LHd~J%M#~x$ON=?lNtne;Tjz`ARYb@3 z6-%Joc!SfOQ968Vn~%CVFV7dV0x^D^g4CU|FY7%-^z9~ z@VeS>A&Jo4gt=VGbDMN0_NUMIolSf$RP|!-PrmJ0k^V4XlC4;$C+G#%klgO?^I`D4 zaZis)PE2g5Xgui4Mvt_+*{P~p`rFl!#X`ve-g4dYC;}rdjVI2pyoM>N23QVvQj26G zTAW;wwFKs6xp=nmt zwYIKJ(Y@i2x%YTTBjZz~{Dl5_@8S~f>3icAi>e|QL3NS%hd@inQah+>t$}*Dc)Kdk zoI*qTQ+*qfu8z!_K>Wjx)d$DN{YSehdGVsKz$3)5$n42p(D9`Vbxki@0prKEA6)2l zhG5yxix>lJg;x}5G(L*E4+VAP)}9|CyD$_DeQRA8I7vagO|?T%X*MPUon4ne^GX~9&9CbO9Ijp zYDMPTpbsB4#qxa@fs`N#aY1368tInq8mpaKhyeifw)lD402ozwu^ZcZJIO59RkpvyB{(Cy7!)f!SgUa$@jk>k6xW zB040T94R{QJIneU2r>I+hO%?!gsCD-mHanH^$15N;y(f}AxUue%BhUaXV>ngB~QPO zd4>|K$~kjF`c|H4#Mz^F8G%xgLF6$DrsCBH}@yvWrOvHSdRLiq-!fHZ(0RuXJj_}uQb7eH@$El z(DC98q7d~6$Gjz@du{H)ia{L(4!iUEkO!ZBIEl5fG$1du=`+E0RjrM^oKzf6+PIpi zTlZ460qg03(D-Pz>a1d}s=*Q%q?Hc49&b>3`R6^f6i}Q=Yd%^hnBd+`rb7aFE z-}p@JZAB2pm7ol46jy;Ww7FDYMJQ`mKl~V=Wy91|>)Nai3H-6fk>i_joIpBS(W{!WVzz5E|2WCP$4xiU9)+QkLGh`qQ;Q(nCg~fP&#~ds$3Z)zbXE zE_OGoZLDr{6qV@YuFZ7O+r1QXwN}1TW{N3$mc8S{L&@wh`=8}!5wEAAL#l&*F+cw>ZT=ilBv)`qQ_97=Wv5l|nc0X6lBF@a7k5aM)Oc~k5 ztNPtvxJ+hsizQ_Ui+n_O!wmLw%iU)ZuNgXJ@|x}<2ztt_a&b-t7fZeGSH1j@+y5$B z&0gfR1Px0SU`SZ)$82Pf??4|dMx`8PR^})Qd$Z%%<~#dWxG*h%JE?>4q>7a{os$!a z0^}~OBm!5ql=gfmN7MT0EE#+(Jy+pafp{dnZ5OKeEx!bA?!-zQ#y=&Z;h$^6{Y!X5e`fuc_~Yc3-!;FUqvx9B%g0nZMR4Zq~%lXkGN-0o|Go<^H&B z_&V@iZ~*zPtPPifsUyje)YZ2J_=c}W=vriYi@(6lIQ83__E1femzCforG8D zY4OPUojg<)w}Lii8&`9Bv*J!hqA>CS>8J0xyQyj5bGQjJ@O2sQ`%T;+19NGc$u}c| z33p0Tcgbw483A{^?|6&bE1VwK4{Mt#o{mW>h@Xhrl<=&Fq z^qX9^P|_cx77i?<50-w#heR3+UDSIvGV#ks8WX&dX;ua!n}wx}2zWSTO zI7!sx4;|}O^Og5VSW7p1k`vWncAN_v`le_@gz#lui@Suidr}d?$UK3V44V5|k|7%Kx zAYkI}she~c8{~%{a`()sVw6Zq+iv{u_HMemHa2L^!dRkCgg=FPjG^R4C8fY%yrTbt6m2n$jZIF7j||dO8dX}3lx{4!+Vn+52DD>j zQdg;Huz)JnU^m$wZcrSByMV)to%25*OU-ijhy$HJ1JLQ9Jdv(Gr+vstL?{STWvNti zR6qc}%E!LLS;!^#c!3y~c3ueRkRY6Lb;Uyfw7bQ<{Y)FkoSGRM)5 z@?J16!Ql|UuBkO0#KjcrBQIH~jKRy76G5%vHrxxlJLgTHUR`&;)sbO$Ek>8Kl!V=8 zD$Bb{k)<^-xoCMAs-f{v`uH1PoTiQaSa5c834}A)?Fa--L$T&4LEaAM3LkBQH=s|W zL0*YrcdyC2RlvA0vC5)W5zk(I7bzy>*W=cR<`p`M>^%gOF{XhXLy5QubVaZE-9L zmkOnHXH%zJtt=AM)TQuKj#IY1tl#H8uLJ(wBpvwuc@`xCzFQoi4lEofl@8(c#2*f< zjp-8DMBW`=ovk9E*=v4F#1_TZDs5>PQ}!7H!EFogf6DD@H%C7AYh;_2yt++07ohuu z0>0C&PY2;?YM@!#%$UDi7FNipHu*r_f1ra0&Qs6PT26Sl8>loCY6W5K#24}wZMO>8 zu{UpF?~16qEpIwR)l=7=;~t80nODxi_B-a+>?T_7AEQrD_J70aKsweDEwT3rkRZ+#0pKU8fLqgQ6bVmNpO=#-Vw1iovLT6!UR zSb|!YHu1CM%jB*&>#OCb4C=ACC^?pN^4)wKUX5>tuwKb-4^vIomGunK$o}xfnn)P1 zzbB|8RFB6;M^oMHMqV-gLhE!Lvcm(MO9_pRN<-yJ?vLo=kZ=7sJp5HZ4KD_CwP9F5 z-skz@)k8Y_ac4EJYCTH###imQe$C~1NKIYz96+*v?tTNJ<7MIW^0B4kSW-$}DJm=| zgeqzB``rZn2$6Q>`aZnRf{0T6;Px=%!EYU3TdS|+VWVhg6r{~lT4iT~AgyYV~qNZkCNuG_0t zOtDtMFYV!L=BQHisknd>^e7*GcZ+Q$vB}oo+H!|@9AgE_zKAk;#>3RFUk%>y3D1Bj zY#etLENLx_`WDHig7XXDPR&y@^}Y6Zk3V~Rdw(iP^Y8jFUyjZW3THzdsL)%N9QywB za(oaF5CAa=H<a6?v@}UEmJTQ)|GQ zWF#P&c}dA`U^j&qOgn!G1fq_}Dd+F+c}S=qmAJ!a1}fKTkEBN+Cb^r2rUlzp3a43V z^Dzeliqt}om!vN#ULD%llt8?7Y4b>hCEtl;8yZu=U8iCf>ktQYJa(r#7-0ILi>=09 zrj!qU2ess6R5YNrRw~6!IhV*FO3_pJRts6Cm^!x_1(s;0{q4r**k@{lS0KO^H+rPG zR5Nm8!9r$Y@9XC0=EYF@0zpbdw3+9u0B2%u{_F^}zL5O^JzX_$wUYKila%zdToh=z z>M0w-$gSmCmKVFMz7Qi)94#<9-y_p)l1YVRWd&Dcty01TbF&L#RbVV%LcfI4uO&gi zCS%U?KF<6fFE{#*@zSaq!zNwZe%lZJ`O{jStSDWkciiE%VOK;hNxWTq$)?c#nvOtF z#Ru2hVZAmx*G%nGMm{WXD&(FjF*Wv?7~HZkT#j2yUt>SKVu$;3y*e;-u5d zfB$5;UHOz*9P*=S_4keX_HQmnou2`hF?!_IAtuT?I%GuWI{R~BYd$=BPC*_(t^R@W z!va&QH|99x-Exein3>VHn&*2Pdy`gD(F$gwLRQxCdSAfDZ5F__*y@S1hw!Rn11qtW zt1EF;K+Sh&kNPDu*Y^q^f4;=_$T(qGe5QKzqp&GQzwO}b?AVKj{%3=8go}aPd6x3d zCjX@J1d|Y7KeyVt1zF@lRS%M`a~e16dioXhhn9uPk32|+GAHmA=R}ka!+64@6 z$!}Xt$3Dyl=if>i*dvBbs~l>PAlv!thcw-7VX}Z^;&#J`nq03G_p5nDKHqZ0Kx?d~ z{Dh16sStD3TNPEf&OEx!3rZaBUPd+>WrtVQnMp5xE9N$z2cN3_wf`(LG6_9ydwfbJ zMPsY-anDkgO9F`qv3ECb%3qY-dfnw3T*`j~F@AjZHp9tOmN?Y>oopz6ctRkWffqHR zS(#oS(-j4=kY)=yy76aINm?T9SWCkC%Kq%=QwZ{RGN0|22A&YuS!2KWB6fs%24&9s zK!daGl5%7VbjHy0xFs@Y;OO1OnOR>ml|lR>4C-CQ{GvU11aZqo2>X-zx-@e1`Z~w# z=#8gBM0{|t-s9Kx?kmw|Qew(A0!w$Pnf-3)ai5Olv9_l9MG~x|`xq z&)eY1uH_a!_2|{Cdb4$8Rtr)(Cj#t ztMrD^UVz@1;Z{R*6?Ruhb$6<3E!~Q|$%rvXuivhG&9~@Zgw=JX<)-XlS<62<(yKAb z<|DIkV@Gm?9j$ETc}fn!N^hr&)d!|z8gT}EA44Dl3WWmUK306DIdK0E?A@wTJ9idT8zLH{ExQ0QO*Qq9(l?f>N!xZ+dhh;~*Xt2uvg zM`E4=7A%`cZ4aB=2b2UE;56&H(*4*)dW#(>_e%3stt8GUyIZRSXQ~LT{s)%1Y>T;r zwK$Yf4O0s(d21r*(AW1$+b{ZXGA&~yUuEHBz5-g?z@PpeW>p+*?&M)AFZb#b3S&bheI1C>YEbR0j+iWy@#W?x_E`6)OX3 zIq9^tyb3LAHR(5}HLmc`EZcxj5b0C56cKtrJ{_1jF2bNdn;{_1~C<0qt&fPvz zff4iKkcoL#f2KVgoG14x#1Zf3F!#h9(Uk)Ov%b-$G_gWn&b;-N;&@#(!{yfJYSU?cQkO`b z19F-ZCSrxN8BLqR`8vORNz>0>Y@jhUL^9s;UD@>V^2I*!=E}F2{^&Wi;OwM|4`&}J zlmE=YHuLJuwy9R>P2|1T<|{gAR-ALR=g=%)3kW8EC7-F;Z*&n?iS1-nd0YKA&!|Z_ zKk}>1)lz*n(Ij+EH^_sswygb`}-lE)=;5|gQi#N4f1%;FuGCE+@&3! zrP%%Inl3ie!29wxYJvW z{fipPJe=G>BFiOq_`q>bs~A)%J%-BK&e)-6;9@SqfT$(g3Db!dY!c~<42DXV?(aN{ zOK|;%IbF#|x|n)4_ECzubc`(wwCm_<=qrfzy)O*dvbKDTO84iNIv5{0%TKI=sRaRE11tVE(iYD^If20tQy&* zYI6aOJ6CH!NtTbZb0*+_QCe7tLFxpYKb!yw z1xy>mcglU90r@R2E;3)zSsCpT#fX_1Or6uK3;vT`X3Ondg;3vOkQi1 zE?gu{9w)Q+(zWn@sVks<7YoZDTT0fn4UT7TFu`KF$2KdV=jXq%t@iKU#QGu_4^UDh z*dk@@%fq6blt^*wQyO4=R~pcrJyOMjg0WwRaE^&Q!wojB(7NI$XNNX!}>tMrZ0u#D=1qZI7=z(DTYRh|0h+wQ4t}}72=|QY6Hc9 z<$K(JrVYG^mm`}9^v_hWeXJ}jVId)(6%~(|0{;A93e-I}A{R*rSQJDx`UET4qF(6=|sHkYiS>TKp z$m{&rxDdbn>A-&TvZ;KIt$vU_=$U0FMsG{J^fwRAdHR4;0OTpLe%p z#;n0~b3bF#uyZ)tFPc^x!f2C3wKsgF`FOM*<~vz0cB;t+&=P2qThr{My#kxqoOz}? z;s80M*&}%6+bE_ERthz2y-t#`D97$fd;S2BV?~{|0qk{DnN2H^G`X7k?1AK+f zKN;xh-;3!{=D^wbL8>-G2UOCo{<)03;mV%?kwbZEVV#)aq;7^>ofdB=i--)2Xt)i5 zC{5M@8npp!+onV~NO1@#bleINMDbRYnkMR#lN0J25J*kMrWz<&L_>Ae?|$xd|I87y zpfx_$%~Q}SkD*KazMFKn>Pw?eQjiV<@8QTfoIO1&T%&8&#$)?h@`ju$Q5!lLb}2{R zL-OppK!#c{JFhe^Gw)rQ^ZeLCo8!;n)fZD4@XnzvlWhrIx4z!ujKRgI)(k&|fBh}e z2+!?MfplR2NO|%{_~(NHO{zrX{M_7$yU@aXnMH78C5l5-62ywjZ*@!!q26b#4IJHLUv@7NSsY;(EvZoXn9yWo zFG{~X`VgYz0J3{d|7vv-0nlYju#)klUM;m;?sK@-P}OfL(9Qc z0K2%jXljz22^l)c-ezzyMITTVQLe$i?GF#x`qfd8=O* zq5;q0T@uJZ-vT4>0u2KRR#^*bP-;hfYJ%9HxUh*eZwp%oivw3u6dr_&2Oa#W{ z+jeTM9|JHC|7i&TvlQ@KLg64hJiKi67bYDqF8cA`dM+$48vsGiKz_v3l)}51Bd25_ z>iyd?K5(Sjq5R*k;NZN)AjYhk`SnWNuzP2BS4{X#?$F?%jje5-660EexKbb~vqM1{ zxjF&Id(O|q%d7W>D;1wVjZM7!{#V}-gXfmz?Mh{LPdAeZvs2*eqsHp+Ab#G9SOQgZ zKWgvM50Ub8a@cq{kuOQFG}5x=q0k7N$X68-JrH>)E&_2G;zueh>>tZLN_i_OjsKgH zk~BG^QqqRxW19m##M|87{KtoT=Ljy(t@jpj7^G$Sl5G%o}vjT@2$pXUv4} z{{1e-2@TPwTg%;lI_E@{%&{c;@GUKou>IQJPt^CTH<`LuK}TQ&e`@oV8RZ;ds(8w4 zQu=|D00X~E?$t`u0s>T2f^pV_>jq{|6oMYy#Y-bklKc@-L zzN3xJ;h#TGk_Yt%f6dR&M>Em_Y2hP^8-r^JH16Qdzqe-kUN@5f+%DOBC2cnwpRHNv zeowY~zDL7T6JDxCw*sr(tbF#vy9qo!@S6a$LRYAT5u2`wxqq?#D=Ala#3?E+vA_oh z&uv^ErycY#&WkX7_Ea+(G1beHG|FvOqmyuc-wOC&YG3z5$mlUjg*NTmOhd9_2B8@9 z!${aU{Zj)=iK!TYBiPk!>BB?$yiB_)vo{?@Bi2*eqrUmus6+VW;_ zM?FYChnAKWNYLDA$tfrRLS$tYRG!sUedxXJ4oYQy;CHaN+2PSrT^^GLN=jn;;`VqV zXT_u}zB4)-ez~Wj@G~Wd(RS8qoMjJsMp5gK?=_Eg{Ks!OZ739_EKbimv(-=lD1h6FBLLX?wD@$TKL8 z-|a@g(qgmn=o$ldSust&*u(O+oS6ve&OF2J)#rvH z#7aRQ_CZNkWnNTD`;z@_B$i#w1bOkrG}zRT=))MMaF{F5=JVT~I-1L4=vcyNun1{n z61i2u@$`$mRO6w^p1qmpwUBKo#G2hatw`S+GAImayxX|M%;iCaSKNqzzmktEgiwsEiq2@gqb;xhy zZbQ_&;H8&k0$=1e7ux&;oHh>-*BCGX$kP6QW0V1ctk(Y9Ct&=e%uV0ec#kam-3 zPTeoQ>}=4uU(;n=s$OQ`pYTZ-xfy9Td4YpDa&GuA@UGA*v=;CwEDG+eZ5zu(xyc1JeWYGP73yvvzcJg?}(>*ov7y zljSs0+8#Y+s!-3KX`^-eMQ}Y-G*Bc`d9s`l*fkeEroU$nPH1{~Kn?bdYCMc3Q|14` zd~Vh!amcgl;1-x2!CZ1kn8vzIn`|*$R!~;lvudAJLqtg+alc4OM4FX^CD>~!r#L|m zI{2zT{yJE~9PY&R!Tw|huSdOEHH#&PA)f&qX!^@c)??mY=K-=RDsJRPwfezmN6j!o z_Ye;*02-0b7n>IOu6T-DFobk<1$Dk#5d?$uYp3}u!DJ!VoM2)uZNi+w63;GfSEGa; zxMZXE{sxD(Pb|yx28k*P=baJuurYn54SR>M?9;w0JhDA0&^QD*cLe7WQVF5HOry&D zfjp_7KruQ-(qeR_l_ibMTHIT53oCCda1VP~JxWAcGb(f5v((jRH2Sw2o|<}EovD@^ zXsf9K;X8aMtvxzJU(=iFkZcW@iMIuQv*NKD|f<%Yn3i3AE79Ktx9e*xj@{7$$>;o;#N!G^K2{2JM z4VFP;fQFdWs+pFLPQ!bKg-p7jr3S;zr0o`QVW^$myH?q%UH#Tb+Cp1{V(ycko{*=$ zVbvJFT)VxZi;e@|cfqiTSd(aQu(P&HS&^cXopuQm&_5?C+}2!Qs-tsZVT~I7V0H+? zgT@Rb`szwT_yYSVCi+-y88V`WNAq3`@;f-p5WnJJYS=}rTVI-Zc}QAGEO%m0CG^mS zgc?`L@fw$d*bFXAdW)?khAA#g3Ru2KBgsi)3DcL}c;bihvHs}kHuHL>ThuFE<0jq5 zto_Vm6W7osVXyMFI3zB*c8v6Q!6=VByEafSo}+qlD0T16haK+6OjxNplZ?gX32T{u z+Q;0Ij~p5tD-y^L#}AI94MQjQKcOT3FHiREp?b70AoFi#>*s@98hrsgw;-9<v(_= zX-iY(w%cK`nm;Gj2rNa`lN%A`XajNc15yU5ZD;B|&T%__I$W-8JbQ~Hl5cx>4}jkJ z%dM=G8Z!d?Jx9#ARSAzfDaQL0mp%{X1BO$W$LY?t!yNo)EWAW#o0`kFchh*zj>$-j z>e8HEL6SBH8{7gmb_gL4;Z@t!P?KG&@4)*h_+X!c zX_GlRU*EF;SY$S3O5zS1$Bof49(C5HosZiFa-M^LE6~=g?(t$?&nn80~xiO z&z^~(Yy$zWoC*%P{Xf#werFiTB>inq1x z6lqsyj*d4by}g%pp|;VsP?p7xJnf;j^WJASpi&tarqvv~5CRA=;x#XS1#24Ry97#hwHJIr^%gwjRX6JMA^wK+O>@32Liosbr zY>M}#fCESE^kb#=u#62nf$jKVe^Aj^#JM*U!)HQlzr5@?U!EEe38a= zhP*&M`GF=cef(_(M5xVlupEvHuwC#6HXozn*1Ke{hqqK`n}vYW4!u3X0U2dd_R{H;jsgXW1Wqq&{ehKxG* z$ATcr?7p8_4%&AVLimJU)n;p&C)0X4brJUV)2{JHmejrcOv6)?=CE=oI$3dG_ zhSBOvrJs}9%D{|M_wASB!?oJPpxR6l9ogJQzbNHWJCrl8G{r@;XJW!4EpRRgRnME& z9_F1JB}*+p;1bkCbdr&i4Pjbb_yB~|Zm&zU;OWhln+s+z27KFE4x+uAI@@N^7Ub9V zb<;vUE~rta3b+>3uv7J@cEQt#{tIkXfnW&zPIw#=z%P_|(w?$>s*u3E1 z4oZ|;x5o4L(=r2efC32$uFx??9ye79FngdI*Ng|RVB5mQIKpX(C}&i}v-zMb z*|x7?qvo`yyYY?)(0Efp(nrRW1$^9d7}U;zZgiZA@;2{ApC>29%3t2wv}vpPkQe&! zfNK{KlYG<^0@iU0Tnn-xnlrb9!PJz~eDVjhk%(*@n|mFFDJFEApECs6_rt=bVmG;{ z?^MjRHFKt(9!E6(Ju|o2O{KoOi`IWQ`4F98mdog4jFf!D1jS3qaxVL-=yoxbhJ{R6 zo`#R@HR|amChb_=WSY*6yncGG|2llOp@Hc$SZer>Q(5zA|KtfE^LDmJsRlYm8g~$) z7{@HfnK~bBftUs-b{$Y^*i{a@)6(1c3+M{rz(w{a-lXT%FyHaJu4z>UGEOJ#+6P1~ zwc4E(SqK=>NA-pJ%Pet(YlNKQI!#r3%Fy$gSKTTluBlUMXW~uY^fTJ4{&4NgD$rly z@u0D^I=pP*PLf%?nugT)>^;3#V}3jCSyvsDWoEt2db{z)!xyJT1nv5xFux#jB^2Z6 z;zA~VKJ)(QbO!C`PUI6$AH!kgFNOh)fm_NwCE8@kn$=05So98_CHKQ`;lXyRI|Bo~ z8!|CR=*WTQGprM}FK&{4akt9pQ)G84v7~($6>fmHhPvF_~VX;H~NW*`m~I_||bm z@AK8X?%ngS8}HH#It7gZ<%9ji}&cDf5LbD=Wz}~rPa3Idi4(tKuVf2{iYH5Tuz~3 zVW;jUKtoc4JvYHOd?GCw8TFNgPCthdUjaJDR#E5uT00XK`9En=eorP_h4ZZlbjAKW zypmJe%(1`O82T;hcizWm;O*F52;~|o`Ki>LSufGo{ME=+;g50DmjyfR9mdQn_ndDu zU=W~g9_C%XX)E))?Wz;KuUwxVTz~S*FD95HW4W!FCH5RhEb%Xrhunxt@3U63f+s$eWW*Po^bW}RZ)3vAk-k15} z#Vcmfqi9ux?2e(apv=#a>xUm{7J4^?yzXK(O=Idzqqx4enQ=Z`ST^Q;3y{pG*=vio z%w~)_W<5lJE$T<$=RWwaGKwhy-n6pJtRsS`#nI_s36KWl4@I*Md&sqqO9S9w*s3kH zLr4AH<*d!encG^+q<}n`EXb-YtYvMoXF(hM3Bpum9EZ~zM-`nfY}DO998>!=`Rq^G z==xosC4*I#lVM|t{8RIh{mk_N+`|ATFnUz{=%_#c`mnvz9SP2bwN73z6;Z97korh; z4M{&b4{%fzQnu(i{F+Gn(#GY-hYKp)Io48#xlzHIEVp%KlU9f9F*q9Aj$)NBBlgz5 zlG8|8+O`xx2;&9E_;gI%HsafSPj6tNwzI8>ZED|#)#PbHE-XPzAn{e|UhM7wdY}0JkFd86i>mF~hgAerN(H4s zK^g|6dsL)5lm-Fm?q*a3q?H=F85*P+QlxX}PU)_JA!eB0_P(F@c%S$9{`mG^92_%y z_P%1Rb)D;6>-3I|X)vHRb3Gk247-nGs7cf2rYZlkHwltrKNG+VewC8qDw9IN?~^RxCQ^emCv?7SFZeD*yiIr4|f$iE*Oq#Z5~C`WL*PM%091 z>oAkv|hSh82Bu=TB8arGVrF0->)AWs~xB#IE9Vb?^Ot zRQoBEWnwn{Y8MQ~?hzn4q!@438xdHBjMO=W$DZt8lg(C^mow=WKMO|gHF0SvPYr7c zHUPb(WxD5$jM{RfKMjg|>i|`f^xr`w6W&$$3@;7oP973A5CltH#ya#QTH<4T741j* z&2lH*|Mu`yww{$z?)^)?D@Xhk6vuXLkmi#Z5ZM;fr(;k1Oip|;{7+QwC&Hv0$SdZvm2v-%gC~FT#NEwpVAv8sY~0@|n@NqW-SxnqpG>Gt-qDMj zr7|#fY~A8_1%y=~*ioS$Pq@!WRfGkx+qoB4;wB@er)+j_I+rQ3Bs&ciUK=jWPxrmO z+{il>17+6AL7_%FvW4d{6=O{n8oX72(2n6grgsC3L8wC4Y9j4Q?dIMX_2XK$YR?0!KFN|_r|KoXy(;0YP)>pS zB!>iCyj_VoKLuztiCy=7jVcl+CM1$=8+O;ZHb0KL+Yi^q{Q`Qj_CT`}_OX6`)0tcN2!!fqpnybgS{;_Yw4r=bCem^qA>N_ z`LSYJkMZjFL;{Xo44J38^%89ie=21DnqOZM-jcA$oOHDijssJIDBPY}PLuW*2yF~M ze(hernk5Gn`=__4bV0uh{a&NJ|MhTb&-ko5lB`XI3-Rz8Ll$RWLqgw>i>!(Px<4&E z5ttbP@_!=$IF{GU_!jTVRf@7(yZZ?$0-;ouAJUL)JE}OFvb(yvs$R2(P7eNTP3&4P zF!Fu{N-OJOJbAB2sUYnGukM$m(3UQjy|A#Jt)9f}$=gUcy_mWorRMbPxBi}hh;yBhQf%tqcsG{L%FQ&sBI`Bp#A`I!Z)EMesax^({!p8n;_m-BOv+^f3s#YaFFgiHIgvEF3S8_EJwVif(MyeoZ5QM7UseHb@q!gotFO+yj@J(EX4+ z|5Vj4cUy$!O?+u({K+<-i%&j(Rq&7Ju0YYPlB8E`X$7o{x9iFRcfrr@sz&acYnLSj zV`)+yiFJ{YIIC^ewz~Ag0nQRb7muXT@0-P*=w{biVP21|w{jQ9H~^a+k~@CZK~JL7 zC0H}^6SA1=LDoQX`J256=7O$p6RE2sfp3gVo$uglk1M9e8y~IK?DA%)G9&Z1no;r2 zYVuEJ(`Ew3Pg?-r6ZGEfoU_Rz_Pc$l^T}>(9j&+m9>BQ{WYoQZUG?z};jZ@BdIKGV z9bBeB`(sAg{Yq%B=I$BCGVeUWmBKs3rPLW_&KHPQio4pAs3~%MN=3|Rwf*|mGqamQ zP!nGl&@c1pyWwRo|JL9rR|j(6u<;~|3k;~S;6zjdq8JvwLq2yv7V{J0nZ-|rM?vSk zTOhTL1f&f@Gde_QXD)Vc{P9&X5+q$WBC4yAx`nHA;MwQ4Pc>eBs3=UUd0ONWW$n3J zL7kN&Wa{?ae~5l!%q@JsvrLUF;;qeoTuiGh^oO3BjkpSC|9gw^>xs1o<;Lpz3$fiE z4vXFfJ2bQWckF!-p1wd&&~Fr$IZMl5KsotB(Xu-Vm6dUP8dHdeDqoVZ*X?GALE;sS zQ_(Ayf)eXLa*pq8)UjlwB8XSAW>TL!aG^j!Jjs>>p7H8yYQnCK4}`*@j4>NQ42$Zi z0U`hPt;OG|JV{Vgai2-fm`8?jIhY&|H$Ji~>e?R{K{9I|4=-e?g&h2_ z7!=lTVB6t-fJa%Y*qr`Bo^3r{46w_v^o|GLrMKT6JZ!ygyQU8~I;YI}xdWSV7>^&IZy9^9JyT;l z)#bT(1%w>>gUpvS zhUterRO!;GA14_B^Q$mxzMoicxJtOU&}u(%I>=dE9!|oqCVCQIZN)3|t#3pVOw+KZ zJ~uJ3puGlzC}V47l+r#ih|9D=Kwa>ArO#ZH$Yz`L99H}o-(R) z67Xzzrtq}arXo1yZC$n6H_Xhzfu&H|sRQ?K_p|lO8IBC}QG34E(T~R_k!x18q14I^ToRME<9*ym+A$NpOJs1NO`RJ z(QUaqx)luR&ie%TQ3mwQhS%;~2IRO{MZvZ>A(V(XQv~nspbkOq4qaZ#=zhC0=s#Q0~Zb&SJp{NbNIy57chB z?%C8yZMtdMeJKus`f1Wa1tc_{JjcMkOe`#;4-R(r?m(%r=yvX+&-KBf)(=c*=62K5 zHAqAV@Ksa3OxA3j@H8`xZDjvWk99HeAKaIiSYg*jIb2(}wpGIWdzc5o*WK?Hjxw9d zYP0JPu$7H0o}N>HST9?UP3xDvIN zyf-#EDyaNcwE?zxcVc1bKoYi6rvx48e!S!LWkQHL+MvoKtXM{DVs0)3)3?!DN8&%9 zrW_-iv4s4+BX_#`TDB0Rvw)m*zT|%pq`T~MR5JUHZ)voptPF%i)=E^VDo$)WR27s_ zjDO{STztL}z}FfEke^&DtM;g6)B5k@jCZ}zw2!1szQLUG3H=SNhkcbC^EjT+vr-Ve z6675ELQn8Sci58qLF<&mU_;5?q@0S@)%ZNi^BPhy+&9+e!oC9_b`H^B4(d={&ZlWA z`D#a`7xyMeqLRGVbMm8dLHTor;G@YYtXi+tJ}nb@BeiiX#-Y`fE&6qqrEpq<+jWDo z7Ij)%;u9x!Oj*xv|D0^?XhFw)m*kco#tFu{hN@A6K}*;bM@#e@0^c91`AJ5;>xVlg zX&;eqWe-bADA|MFWc{e5&2!vgZ(xpoWMS>BN8fUG>_9X)+?A9>`9BF*fQm^)O+CU< zQ48}}^`#bSs(Q}z>}P(XkR*Hipa4zh!oGut(fupUU^x|)gRQNHbz~Jt4RFV`7^q*i zhS5>qo41QKX*k`qW?z*ay}CXnIdeHtODcr;h5&_daLl7W^viE&82g`10QjEjoC6$p zvQp%Zs0~MY#LM8pqK{LeM%aT`Nb^_wJp}e1n09&q?B_Vy7FZC8!4vOhCDxQ^vA^lR7!uKrBbFP0>BIW>+Wc5NRi(<&y1Bg5 zms)`Jn7z5Qgj}pDayO&@n*MbJ*!r&4BuUkG;V?XS0YJ(VegCL3IN*`>nbI)`=&6^; zu3Y2EWV7#sK|uV^nD}d_TE&s=Y2u=MmRt=H$&AIT<0AbI*gv#xa>fChOBv}k?936F zs`LhXOHb)AdnflM`RW$eHzpA`T;dK8?_CVkAupkNv!tN^H|goTP4Pm$5N3N_73FWP zCn*7$d>Z*kqFje9%(oSLi?(h`61%o!StgG?eE*`OCce{Bp&M+Jl zt#Z1VoSj|mfjy3fyitW`tUXaVfM-@3%W6QS=ggTozSUm0p}>25{1VvwG+5TU@Z${G zy?xcOB@CkV8}W4pcn%Y`(O{-dwa@4pa3J*8F~rombt8{!KgVYBO4TCkP2ibBJfteq&P)2w20_C)Q z4ryavebRdKM){8Xvt|UA)FR@Z{`?_4C3OjPdMrto)I0EEMaxJ?=*3})&pP)KWKc32 zrYu~^1MUBUm}&M}RtluR4DbxqY#2C;Rd2ZUeN`#4=QnPQxOpd_vStXFPDO~{M&8s^ zsbQnXf+ED%#`0Iq@8qo6EiH>>j_zs>7k`QRJ=Z0pog9x4_e`6Q?kb-C{) zJ;cj;tfJ?)^XKc^IydM~oq{1{Jo{WYt#G6j$X#tekF8smLmEAZeT9`DrweKIF}2R!0ZQJQhC~ z9=oLm>xoq+INL{6Ekz*VTn(4Es(9Qj@Gi~Hrl5{! z-^h4sczPsSj}n0rk#sC@zsJ>gcJh)qd;-yedMvrxqe!kSn{aBK>wyjx;OCztx%c+L zqkw`-)Ga}Y%b;*qg9mvzw=r$DW`iKRlFQvsGtFtGTf%39w1eZH+k%Y_##5De2Q4*~ z%Bf1rb9n0CCM~Z{Am0@(7g4N~W=~;=zbmIUH^?sN?J79UoSG>i=+Fada3A^k|%#`34ah zcvK!2c3JJg>v?cPy+5e=K*a8x$J*+vYN@PJ`2&B|Jq`CBtlah&B0sy1hn>mQE6+dziS?u2MXqkZ7+ogl?4O&WurtbV=M= z=cq9S)tIf&J6>I&Q9G}<)CnIvx~bo4Wh`_eTcCTgJKRrxl1TUfr`hjMD{hbZ?&pAC zJbJ$^bStK<2Q?bzr0cv5o*rQakGI@c)`G@vPoY7L4&K&jzNY)x23x-(qwy4Llp570}*pkxY^or`0FRJB`@D=pS!m*vP56vdtDog zUfeKSLY?CJMUQDw`9elfMIB2{I2ij71H5J1<6$@;@3#o_78eo=38VZWZ!Qezd#SO; zJzyekjT7PGid14I^}Tb8ZpbQhw-*P$PV^&DQoz(Vo%@_5E;Bxv1{RaS;alp#Kjer8 z$#GxaJRxGYSbgItk zgJ=Aj74x;_<*lR6r{=StL2qAdh`WK7>YW*dgz9o=?QKWBRi~N`e0?^gWn{AFI?``_ zLgZ*8em00HwcZ=Uj(1Xct!h;LR&Bzfpi2u$BA~>vWT2-B?0Yrd zoM>v@@sJIr)js#x(mBf0(3GAXs{Rd8)YBWXH$;CDVN1DwvgtNkR-#EydvTFzsKw|? zXKN?JY93$&;uEc8Y+9I{mLBH~wz7YjFF9}Sd1nZ)zC=EN^&J=>ykuu3dr-l0YuS~8 zkU?W3&y^mHVVmc}H+)QGjaqz+qeB3!#;o_nh3_8y`TR_P@2&F5YsTF(XzU#|8jhaN zTO19MlZlqKOCfQaM@MkGah2M<`3R?btdkU*OKwL2Ct>lazZL2IF9uMMlk0p4CIK@f zw0NRY>YHdF6V4moB4iW2-$#!=>J@@OT0XOUw+RW4K|s)|V~(eZXe7=d$K|^WUk_d0 z#dx2#gHC!3G9P?>*#|VBfG-Ztx$X0=@!nec9x`N(1aFUkHAxU|XFRu-39>RAwj2|b zn5Do)50kXY-rFuWRZe_1sHNM=SA>{fC_z5O(B?3U-&Od zh@1z~dUxC?Zfo(G*@-4a85c*zs57KenMH+0o@&3{)i z{#$sHY|I6p~-}peIPzwM-x4LiLbUBedz+EuP1yr9-`!i<`_V<}Q z0A_mk(D3lXHQt{Ze+OoPpK1_T&(YmdU_2Qanc+xjK!^vZIJw?91K%^&G&YWQfmc?> zD8YWtw0AfFeFVKscqoA1qWb$=M6a+{{U3S%aQ8k|R#pxS3>+I9D=2z2B4JuVfep)s z16O{2enmy7N6`3j(Au7Ujp#_U_(PH#36x@0f8I& zDd9m0KtLH75ugmPsforu!X;_i74RTQACT{t`gk~4i*3#1tM$g3lSQ68W>(c!N3o6f zYMqMtQF6^{N{ndF$Yt?1Rso8Id+q9uSp*4goF_0=ji`&2>5Dtijcx|v8y-@Qe z^36$7=tz2zzV4HSy(CJwRgC;q6Est^ceuIc5_g76JWEHgbw{$ZPRS>1=`7&@u4z6oU3k>z1go z3b!+IK2_v=y1SWllf+9goD4`rU0q!PGB`UsJ0m0NrmCswi!ojn-JTF+NUQkeTC8do zmJ{OG-F9Tr^_46y%>h{}Adolb^SBNgDT74A~*sKx5RGj3r~a@J5ypXj|0*&($d_}M>7JNPx^oLSULAbWkJhmt6 zFkXW_{f|Z0|=RwTVYa{Hz`eRg|FB+}@2$yWnU%zOe^JkaQkkp5SrXAPcMly+;aO{sS8 zL-+Fl5H(RVd{e0Ptl1c10lF?-bY6M$=275^fRH>V*^2|;KmaM73{7Pr?f8? z_s)^<8;I(2C>I_EfC8C?n=bnXD@LbmqxRQz^6_h|rSBI7!ZM6(`P6f@di~ ze`+6IgC_x({IfnPikLVg=Y8=tt3Lw0I@5~XKLqkZK z*78GB9PZLU&ebly8|Ct3r>EoyY26hCW67uX7S%_v3=iq8K{=5qJ1>7!4Ryt!YlqKQ z!*o~7g{JLfId-Uzqpr{kl=Fv#Hj(>HvmVf>mr(Tbw=wrek4Pm`m@f$yU4t{XG*6{& z{F0T4_{$A0wOo^1=Xuilt_Rm#Gd~owH1EBwF!=|1GGUk(pB{_swyIy>sqhi3X(%bp4m!=3^C~t)WR@l61 zMj_9|)Q>?DBnc8EcCWIM5$BiN-9C^W1K46KPRD$MR%Ue3vU{QWas4n3GG-YuO%?Iu z7>Hy%FXJ+D{3+hN%?9-bziUMB9`Y04<_42cM5VOM{gCl=H@erhL$Xgd+*OiYFJp>T zl`P(W@7HzHwlbl2H>hBR5*}XaCaWcF;^F5etOq%+ z^wb($yWngrXB{}rnZTlFDp9C(mxw|~SontVgIm$hd(0I_ZEAATR(NIV1K0;y``YnI zH&3lAq~f88Ps-XS4w`%rBfL6cX0KZk2jjiSa0cL*HfowM8&l-c6KlJB;CqC&HZ@l#6t$Q9ldVTCTG-^PX zNNLx9B#CT{$8W}o0u)%*a;EC+W*P>$Lb55-DI{Or=?6f2B6N&@m>3^Y26DYS(f}(%CVxcW(d++pA9z867^r;(&$e6M+gv@ex6^!Tv(}E(qGG9K(<}u-C9w4hAE!K#xn-?8X z-x~Fw8WfK+C6_EsorbV677i?#Eg|09PyakN-M?oWY-Ng!C5(;7rPo3Ap)$Oj&+hk_ z-}=@53U}Zm?~@0(5QXotx-_I|($7(BYY!^qzBG7S=)FjO)St`Sl$es7Ovelz!7fMZ zoSH$`hBhj0yMj~&@fy9Z_DO8X2CN4+KSk>0X^8iJ;7N>_dwm_9Iv=nuC>s?vd{{&N zzRB&#Nvl}yxuDY+qWN+~w|pQhbmZC+8Z;jK0)e9%@W&at_}YX=;rC+(9Mn9;bCpa6 zlnW)UvqSQ=vSYVmUKKknY^Rm-53LWIcri4_8SU%nZv;a8EXrBD$#4~#OOYwuG7|sB z5h!_|fS`4eeX19>Zm1nCCd2%MEa3&j1GI#F*J^olhU7)X4OOT|%q0D3*wt3WZYbF! zeoptW_8z%;ZCtu~YfMDYt)EOTaCm0)r1N9w17~ZIV=4BMKkr+2E0tSiGqfEawMmd` zB)K%V?C`n5InI6$W!zj&r939UzstLkwilj(KBz;KMSmbsVtr|0yY)jj2lgLk%=6?OfQYXyUx!j4Tb43>H>tn3-26IrgxwW_;{ z%JFCl^uY|PLaxT>F81oM;C`MhwP}_3~&|Zh05Fa-MbhtIM;7(ALKeF z)&#}(t?}aenBqxL+xzVmrro@_%q5d}Ktwy^G1Jm>d%d8D<9eXiHNz{{Mal7%Noo&) z*q)D@u|XgnM$Gz(m=KmBeS1_wR=h^&OA&<`Acs3BK@zAqm`HH4x3lJj$|gr)i!$R%iyVt69T2(ZknVx z+ueY9L7USl^_U+)?*84{26WqD>dw4GXtxOR07s<}yX52gYrd!9lLaC#bHz5T3~_-Y z=-_5$dsyjW-pdf0g*sF8N!JV0-ub=xj*GQ>A^o%~SxHZamdP!~CnktUNJxGEB&=1c zzZ@uyS~v-BzCYMbvw#VIc~Nx-6gjH#J<;Xz*KCa~_X6yP^%^Yh8z1!$-utQf(*FBZ zb&Xp}Yn7MU7$t0LQo6AdAmrJy!sc(bVQ^r^{}i{u;o^GbQ_)UXvJ8@)O7zM{BqnbP zl=4OA*ET%G%e=d7FL(p*bcg1l{z?sX1G?@eX_h!38GUnm>6ZszAhnS1|r-_wnj-)Z*TdsF-U zT)d@ybmTroXOu5A2t=s|HP7pUnnjU4p4h9K9~=i$Ul_{MB^_I_&CwXetByM!QXZ*G z=j}snrzcb)1KK`*%75c$VXa@l(U!N6(A@czQ|^?&Ay6?tmY*;Hap?Vx;CS5`aTDh6 z45B7vFp_eaAKBNp@0-)9a>WZ4fgUHmSB?gZwYa3esiT~~v$sP+Yj+X-;My*SigyG+uCK4G$y$BHcR=eY0cWdG|r>bofJu4l?I?5hTzH}+#m$-NZ_KWGFl zT>P0vSPzq@p-^+xS=zhWUP>aGpcPkF%I2>XFfBCG_!z)UK)LE>es^KdHdFOS9@Ora zi_S}Pt3@WM%uAjabiHuD9~BY}`I9ifV;EtQNXy!^<1%xpFiCOcd016$7|>&ozC86p zlvd_zpcYG)-Hq zn@G;rRLD0N_CkoD^Y?Ryp%ENQ2PiUb1J{Uuvr?UZe(8ODd_tTX2HoB2edwnoo#OQM z{S%jqR_vDm3$pWjxuYX(F|2b?<73uMq8baCtA_HLXonAS%8ooettP>`jlU;e<6!b(?`C4kVwF9NTZr^{_#WC5b?4Mp3ReA19x*6h9LdPQzZBy zov_UIji*yu$otTnBKilWV~s<~V-(&{ZS--W;SYg9yRj5I&Vluf@nYGVqpPe>$ojRt z>XNT=^q$Da4jzU1=03>B18_SV1Ecn|OtbRl%E@yOR4nH;Dj)zv+PV{xPOULHNSgwa z{0JN*+wFyh3>P8GJv9Rn5d(V#{RaTs;Eipf45jEvtGkD8-?p5K^Gq#K)A(OR#5QmEkjmosDE6GyX{mnW^xWL0&lldael3=@MnLVTEuE6MN}yt zDv|%mHb2 z?--)x0tj)C>AjTAR`tv;oyNv`_~?ZX=DhiNUKDv5gj&y;dWss(H*fw*M;+&g&cE=C z&S^bnSXrh;SfaYMe+H{h47$kfyz#)CZj;{}lg)0>AJSgFXz2HQ$3N@kvjv(JE=#qZ z)hSP>%YyB-8py7moWXo8tvaC@VxJDo2VP#Epi?sfPOQ=I#7`&RhfI&ER}Z3Xd0ZL} zUlH!_nfmzL_pOs&aQYj>&UU_#=-2q9o9K>9MwUGZ zTDpL`H13BZilF9dln-0HWd9adi}Pi3EL))Hn64jVh?dLg>C=%PDGo-zq9f9$tMny? zHu;rY4}6-MxLa~FK*`w21$~-CzLVbdI#tOtLQ_}18fzLz=q>SpXHc&Dm`^4X(%&dY zWE|oW4njzbx>(~X+CC5sdam?@+@a%zsy|fJVw6rF$|8?43XQ%v3LJi#u2Yut2OeSS zlMwIjUA238T9^ESkI!u3I0bwkQJ@#sPr7-t!^nLgi*Mg)Y*Y#<+ zkncu3&rt}v0mzYlaGsf&0qP}2MaGui-jEspBA0vdILYp&YRh7C*e6K~_MPLXnAc&U zVPa}Zc29%^!!>DBEEr{P=6TiYvhJs(}F#ct|*Mk7aBDYkx| zb{qR0O10cIl}$4$)j%v6`IUQ<-!0__3%$+L$m!N|E5HqxiPXz^pJXH%@DOP?f}#Q6 z@ln{yTPeTuy8KO!puf~NXeN`4z|jUe5}$~ z+$`uPu*5Ao@b~_NuQ%^Z$G;8^Gn}Q~JNq8p0)92M8QqfoQVnM$Q`)bZ3=E`K?1r%` zuDXR<_lw%^M7LlNb&~#wI@^zWrF`eB@YGkD1A>>+H1!|p)!Q}iO^oNRa+i2E8U-3h zn4IP;*%Mhit{3oZKNJCf?56i*{?5|1xg;-@A2V1vduZT?{c0?uas36+c14v5i5mg8 zd2I*0100F?V{2<`dwY8?O2&e0C)Rh$w~N*O9PK6oR2pECfQ-s5ahbo%XPvi({f#h1 znMsgMPs>FnuS_6IhHAa?8&!en-F_d;aoaTo{i%X{h7groVB99pc#`T~>sMmxU9KU;#+dg) zL4|HG5;yZ&!HK+t5hd+aO7g|x@i1T4z&on@i?*v?J&ey!c4`_2ag^A?btxgh0S?|^ z^wV9u!4g5&O(03>pSZ1@EW2}H)EYLqH`fT6YU!CzFu9pRLmB}{{)6+x#6(?dSZC`F zAb}GNJzu)*b)u0j zmVk2sE*+d6^Zvvbvu1R+eWK}~35m!5d&`8ETw}4YpNNz!_4|?1F!v{%$yr0_01I$~ z=g9ecUb`PZyu73D0J$LGD!IK@X}%1f7YkMQ(%_9>oLH)H!ebT4X+B<6*1lYjAIlxT z=^Bs8rmj0>Osvrk_I+H)x$|4DCjIk21N3VZ-(`ju0IQX(Klb?;Ixk_{%Y;1Ek z|0+hs@oEsdlFH=O2ZE5CG!jV*9ZW2d{FlhsqNg%DzhC3q(I&I+)4<2L59x$B8=wP! zreb6ie3enZO0wN% zE4djrKXj)ue=|4eD1$1yT-CRY_R3*)pymU2*ily zMbiVz2?zw`v?GFj2}mtWb6!$#Q&EQtJjhmi$>A*&tpBBcKZ{gCT{D;B6bUujvTLs5 z(V$P1cPR+j>{@ENxnbD_N74X|QjX7nSt>l+_{=Dletml4j&hkfTQv(ImJa@|{8D-4 z)WxiPA3N?axR@#ydsW6Z*1QWXHGuR4XeSq#=qS=;@QrHFAT<@@)bw49JjSBaHw+jnfon)EVRF0ckWZCmd6kct`2T3+B^DJ zx1asi4+(Q+>x;TS7BrHUW=NUtJ81|Ts3J}>lK zDYE55-F~ybNOHpuAGgC5Da#=lOS-EulMJ8NGZZqErLNx!`b68x! zKbj1!w43j@M$fbpkED#pu+(N{pkg4;(Zv{X8*ZCDh4y*{%bKIT$klu9y`;$t)3`WarL}zUO?5tybQ#Dfo zS4GZ~g=<`R>QmCKrnv(poJrx?Z=03II91}i=q?Q9^E{v_N5`wW1^sq-{6JBazTJQ3 z8S<|=QlipC349%_G_4q+5dY>*2=N=Xw_|;)h|(86$@&yB0K7nHpgmnwI?Dp4JQub< z)70G6QE>m#)+P{%J3KgsGo{USXlmue8O zT2joI22$0)@?XZ@0oFfo?sC+UDGhr#l0(S&gDRQ(fhn4UN^79&^Rwy#x|5gDK)mtX z^-_a+@;9mFS0i!js#E_I&GLih6h-xOmG6>#&}(LQf70J#Y%7~~Lx*nlDPj&COO!ac z&N}5~o{6N8jpdb`#wnVnhQZP-lQ-c9LI2uN?4y6@vnA{&rCzRsuz|o<>F(*226|YV z|LW$}c(;PWL%l#5sq=TlUh??po_`_-x_zBpRv8DNNc^ZB+;VXfJRQoO@L611H?bd- zLbA8$ckK6kRfSZbP6RbjHi&P3r)-k?2xZviIz!fBW}{(!#A0jgZ?jsMQ}^|v`Cm(Q z0lotm^8vUL8_5%ryM;;5ZDL5Mbjw>)$v*wjc}@J*c*MTCOS}prnJbPj4)tZBmwRVQ zH(Yeb6dgZdo`c{6y$Gb#0K-qdM)JR zvX`>sqQ;R^W|&xX@%_?u@WpwW-g~a@>e~u)37>mU9E`@|==M*RoBt$lES89!$p;Zx zJw7-m`@X4Wk`p)(a$)B__bY9v!l%so5p8}{N9lgbo5AL-#h_^7|7>iMf4rg6ihRnU z(LUhAN}PbyT)Sn#+TMrbq?_zm|DYk@<;T0Z>QwkGXl#|i8Y!l+^er{HFK`5GHwzqE z3`(v3vy?9Y;t8QRRNibSA-HLys5)p&D`{3O-9Xgn(|3Aio+fiz|lt8idM4C!X z4YGIswc?Yvfcbj{Z6*6J-_BZ{`0BVm@~!g!`52`R+yBN9wz*Tg?(9hxDnH$jHX;qs z>4U!{kH2og_7>bOGGbKz2_K{$J&Y z=fBBNT6U3e7hMSr7!@G)U94!Uc*?<-FZZ&Y$mop>Qw3JTN3v9qV?&{5T^#nd_Cn}z z1CKo{=C_}zLydAy$PHfk)^}p}1WOiKi=6Iv+uz)cAN<#oR_pCsS=L89a#+r%miFFQ z88Z!G=YH8|IQ`CHUX;YBIp2G0BHcKyUq&OTb+x-yx5Cc&BaT$j@WTx1FQa209=dk` zsApez|Kv2w&q$Y=+pW9QnNYP9$NZqH7gNgrzSlCC@L#N#(NO#3A`op06 zIWJ9M-_mq4JgNb9PR?*%{`A8CW^pt@zI)d*MMTts4O31!d~Zo}JUTv_x8YAVpI}&w ze8yI&ht{#Q|2t_wTs*KFsu_`=BPqDf%Y7B_Qk7{t-<6OL9v-Z>(RDDybZ%@T3AMku z=vv94p2DpY;x+HEDSd2vG!LW@)}PRemb(1S6#$o)+~4z-i+3)EOlL3u(b!7|ikD4J zXeBhWxN9#P<%u|SSa8@+_h+UO%lbQ{Gp(Z zD~QvM$J9VU%uIqm-yfZ~BVScu``is1o|v_uqh$gs&yUgC0neqwJcQEjWE9k|m{#qV zP7DnV{a2KnJ7N_qmc3EmJFWFt@Ua3R-Qb3_%DtEEZ3;eW##yJ(jmlN3xq|eppM!@% zx$#1$M2QO77Ee;=TtILhk?GyXee1iN?Ip=`kEz!nC%-Q_vYxj+&x%q>?~UwS;A#fM z$M%Icc6Z62KJ_TB|J+9fJ?}cKa(8iVjhK7^+Z1pmQs83VD=z7axJPnMas+O1h%|c} zfVwD=6ZT>OR6PT`%ZyGQgc7=Y)-7R1u_cXq5^XVR9Cx_IT2{W%X_weXE}iynObH$~ zkv*cJp*c9ZX{3h>8y>#OD|?5GZ*UZG->Yu#{60T#@PF6L|1Sh8MhZSARF=1S{OxXF zs$EK;r7OEA`{^C-Y=bDvolOh&J9YMpjSfq_N8@X2Yy5Spb&dIVnJoEP;FxtORD?{_ z2Nhe<%tStY_ki`uv8hr08NW`nSt5nSw0~(lkcSugGZcW_^+ZTR>r@Dd;_wg9bNaW< zSM7eNOKKSIw4&hjt&RN9RSyVyTkQNC-Y%L(Oda95_`!2a%O}T6Pvpl6a;K5*(Yn1E zEacNa>-Uqu-`v^Q%zAKvh)1dk=k1B3?AM_smUvqfHyf`3Z|3AvU|_NJBGvC-*l(w? ze++>ATs)ip1N%`faG2+M`PJ_P8Q*M&=4U`W776ef8C=4waV6)Bbz63A9E`X^`9uZy z_;O&(BCXdOL$S9X;V#&nA5|-rzf)kb&2HY8^t;-Ih+~jrkgM(D^B)4Ggc_~q4rV9&bT_B$BNv=-?r%v`->2ETjVV8s9H z;MeQs0SCPq_$KI*Q|$)!JK~keiXg(XwQ3=dl_Wd*4v+Y)l}*KV;zr!;gmf{uxFTUt z@9c9Q4}$NVuWVOY^68T)r0SK9Y$HX}R3ydtQtPi{pFn)33hC>;x6YTK=$87iY!9<9He~rX1v->VHF=`+_o8K1yuv`B>m<(4Z z2|a+xxc!PwJ-ql1FVQFr5?J{xyA)tD2t#2S;CxhR74(R8FPIUiFlxTmWC?cKLIhhH z)xQ@63s!XuuZ89nwfQ{}{|`hX4A>3N5{#ovY2_%vR;e4&M6-cfaGU{A*PoLsiDAcew+$=?7Mk`$luC z-Sc;RJ04r;F2mc!Y7d1y&d06m`1FnRHq&+H*y9F>wBlx)kB266uIuG@$l1vdhrrMsTPbPj?v@zo z2I=l@VHjW-VCWj+EX2Ka?{nVYdCzqn|5s;bt@W(?xxb(Ler#sCNi5yYHsYmY`5iBu zRb>dhMBB5YaB_5IK}ln@?5&3^lGEMM0%T*Y;+adA89LxjzdeKc!Ss2cXyBJG1z2V^ z42Jda&vDBf^R9PO<0}hHcV<5r%X>z4Dnqin{en!XHs;}@p+{8EoyQNFT8!1)7>`@XY(eSXZvCxbTyu z+3%@Tr|wbK4kCq}bwxN_A1{jVz+?=Dh%zB{(l>+2O0bX7x(|LzDZmGcM3taaB7Z2s z-`y<1&cgpsE6CQ5$`55t^p?I?L59+Ub)0xdP@(Se#Kw4mYJIiwJjzr;yvj+dKK5*Dv5NfO+#xL813f`S#`xe0XV}m2FRwe-t`~DVaNo>faMlTAb)O z(A#@sN?osa_f&qWnty1yx7j~ekN43x&+hjHQi?7>>eUnU6~+X7a|{izYHvXQcV_eY zzXxon7@xq`1yKW`qj%>*ec4(+r))O~F4#veCbP>*ZGmK-)7IMX34Ks^6MI>kpOW$T z2F(Nh?v2X^o|Ja+5D95ssatcCW=zO!I=EFeU=W&8m`cn=BT8(auKIY*&=D&(iG5^+ z{5#QRH1sMbcZz}2PBCW`77%@Gn%$B={P?KLN7NUlT)JCga~bs_{dCcNWud7x4|~6} z27oD=am)p;wBvudXCyO+cX(TJkmnqbZog^$ed}2fKHFrYhD%$;-v}f@U#h8JjSSb`0J%9?zP1?JBqnILS3sZ#?)_K8%}FyJlq7V`u(xJF(s@A)g{RwU9)b01;X! zU13?{kWu%I9X7zT|GIasaecEiT=|K!@jjD|*A|3aa{fcUTXXOT)_k;`?M0oCoBlKb z63*Z)N`{|YAZ_4R+4mQUBuXVYCzd z&4tYEN(EmneL}W>tg3xmq0wR4@dJ$eEdlsJ9Q~sF8a1W|N@gCE#pT7fZpanSX+O62 zCY40p^|KtsBk{FLOsRUhRZbZ87uLOkxo_kq)$hfdyMD=z9+OOr8c;3N5diYvjIZQn zWdX+9+(=3kl_gf(te5GXWnq7<_97QUR2~Ie;r4R*LHQVaxw?(VVA`jtSP3g;s zTrD3J+v-TWG)*id-Zj6H#kH!RvMw&;0dbC!q)Ui;Y~_~5{(;?~K$ZI`YHa%I2#G*k>a^_^t}3$QxR48xs@+2FI;4C+~X$Ku7O?AvlQX;@Mw0?RxXPk`bPCwJEY;0Wb&e_FG3UF zv9G=)P$^;4xXLm_>4`KOIXHCAWeWOQ?RV)+G3<~NeT?3;@eP?t&c)k5_ob4+RJLeo zWXT!gOh(dXidOi7eRbB=_)iz?@)uI?M_X5HZ^^O@yZ6tN(`~9;-7jc3-DnDJcdGiL ziD2wEda5fc%X>bzUBFeqw_4t2128(xYeXtjCk`8JQhhX^yKC()zs?rBkjVs8Dh?hQ zyZQ2Zt}LWsA5x^ulzCnVSADF-cb6~UeU2G>0ji1PqMAR#usPXz87Z7+(Z;00xZJPX z_50+FvtJ89zrb%TE49Pv~#`FxI7-~s?8 z;KBSRbpQKiI!D!C4pYo@T2CX8RIpai>)IGQcq92h@zd>L)2>F-tlOR|?w$U%c(*}w z?==LS(-}xF+{L~6G8)9d&i2Pb_ zQw@*K^pB7wB-8}lb8_0lDdE_Q;>Qja9X|F;)Q@kR#TzlAQIw-1_7Ua7Sl=U#ZWQ!O zNzc6CT~YC>VS@d>BP1Z&8ecNPPm^J^3Ub14TwBk@9;b%)(r7BE>wm7To(DA^EiQ_A z?(HvbN-u{~k#g4sFTW9*m#tm;v-0%vxbbQpA-KQ2`=wrQ)NM%*J;iMjD0@G@JodaQ z)8$=wDz28oj6Aydm+9*y=31qufoAw)o8qVRP92SE0Y~PK5!iV2~>uoSv zDh%`WhbHQ&d>}C95 zvLN1cReAZ)rDJno>T{sCeP2F<)i)m_GK3{xVC(rSH#d|Xm25>{PGhC%lk}mI5Dh3p zYEY$_rJ1D_9N$oW8M$H7>3=3^+F3bqG=Q-hOe9dayU!_($=?0#TUbz}Y{`05=!Bdi zmuA-R+?DpfM13t}UUj*L#t9#Aj|Ks=?tNV@GDuDlHObXZzI@)%VxScCs_LC2pB7-) z5m#pB3MSuVnSgujyUiu3Q53VF%{`RVXq_i(=7CPTQVYzp2(_ap`FbE4(iw@{qU_jy z<52&xm3t+$&)Y7;IDWqW{*&tZuVh+LxDI$S-!OrvIYVJ^Z`jqI>7Vu*0e*I*lsHLM zpV@G56mQ1ix{iL`_b3Yv6iK^F7@p_}K ztuFj#0-M&jx>>p_kK#yIYLN7Eckmus?WfkK(g=^f1A(%!y$^)XCSUH)oD$q^T9b1( zpV&I{?B?<`>onE06yK4Ir8j|Ws6FAid@w8htMjK)K)i*9%a#GqkgYO|1er9L{b(HT zRiMo@PI{^}HgJCD!<1EFcoR)*NEWMCXP8%+K0tIP=#{(_iK3B`_ZA)_v8=m_UW+X% z2?Lyo4!+XX<;YPw*Y*>t#XIL_Lu`Y(b4^C=M-Ls-qsxJacu7&Nhqa=Vg~2c8Ch!vJ zd^MSkH66!{MHs@;55${D{GW<#wj~^3ZSlxyJ24)_Xt85vPx;EzQy=N}MD>y&JuA&y z{X$5f{1d^y>xRrcj*PiSs#bN5BHwtBBXVn&MitA+Bl7j{2DL|19te^}*waxDkPSk? zX*TaAV@U}9KXlvbVH<77Xn@wLSSA>dY*fJ=IT1T-{Xu?OtIhwm@a|P`Fn_eG6fb&G za6IMK?s(c0maM{~&KYZPG_~x3cJpS0qW}YanplZiedQ#X+d{+;zsIc)y}rq?odph> z2Agx&R;@D>75q8nm4B+`s8%vw#lQWnKvjwEEZ06qsh5|wY|5>AU89+oR&0M!D1%ZwV%UH(6ZgZW2suSYb$c=H=dp421B(1(xa6Gxe!5DK>XL zPpUMOpjtY1J!f_LZOeS7ieq>4Hc}4G!eX-2fx;v@NAT%$mV-^*qWc9`(?u)ds(Lvx z8G|-Hg|w&xH`UGQsxCbli;Qyj<&Vt_@%1P_a~RD@wBIJOB%i_pn6&XH^alZhFF)_- zgS5t%YfSx6B@j{AcD9(M4q=3f)n~nIwe~)tx>E~VJ*h8~lu^CAG7ZYJcn!0w5!y0K z)hf9J@OqmONXuzZ$^uZ#W@EEEew(Z@N%8S|Jpxov>DGbbAM3zcs}Y#lf`OQFq+|bs zn{}k~a;!wDlWC<=Hh;XF0TVL}k~=rlSW;qRs@t6O_Dfs&uAKjUcLQn(YUDl)9THrd z7;B+YU!pg@8o87&CXhV-!0IH!va87FEP%&1#`)Qg{RGB$12%sA>9eJ|HY%%c!tP$H zSkqk?tYPnQ^3v`K$}sYQ9YYB}RnAXsJdQ{jqj>b-ouX20Vr>nJul$|^vGpxJTcKiEirjY_4U=QsU+B(F?v_6Wt{ zbK7&_PGWh|qi#4sI96Q`AF4;vQ_Ib22i>;-WH=wJ>!Hx*9mI0IPVSHb1BPo8NTX$S z%Eqtcj&iH%LEmq{a4z`iXM+h&T%C9 zRznjTgqOKj{Bhn(@NvRuv*$N~`PYnzoK%eVBuw%S4W&-nub%tmuPwTUDiI`YUM}Rb zdVkb;vh?NMm7vM-%EbHk%@4vATb~csek(Dtvasqp*`Lb$n`_vtfBJhaIYd+}yuL zIt%Q0fiCL(v;temUDj=0$x>8(XwDdBVGN4sLWnLNoZa+Q^`Z9Vm*S-Vw(c1jRy$l9KVGeD> zOSZX3iAjknqx77<`NPawxCn^DN!L=Ve;8?17$|9VU~eY`eu~E%6<{AV>;BNvz^<)h zV%7bHIme7Dc+#N!1Gg@2IV3z2qmy`)mnw@@<|>{Lf;om48^PA}k+7gH#r`mFix#t! z{j9I>gWAI%OD`}ilg!a#e29mrr6bc#v}!1|_IVyVypzbEL%@_CZ&A&yfDqJKQ;9X7 zT|7IjImf%XVQ==H(Ng1z>pGF1`b)~$z@xyc5#hWdciw!y-cZ%*WPA@Kd$?#nifo0e zPIUeSDg8R7lca$ejvAD?Z;yn_gnXpt$p~1Aw>dh%ljiQh-obNcBo0w#p!mn=?Kb`0 zzc*88g+E7zH^FM)Y5zB!^y^=+h*o|Q{fT|v%MF%x80Q)@wfT<^lXt&D3bx7Z;Wyr3 zP0?2hyM$x)Px>^_vaPV2D`_Yw^lY8qSD7Erzf9bqB`CT2$1w50^@1ptbqr62*6~@i z4y(Ku?56K~^RU+CNVYjakJ#CUK|=p<8+KuMc2kSpgzW$)t@sD>S?M6XdS*1NEAa1^Boa*^ZO+>?~8LU4}1$u=2(J#{NUipT;o-Hl|vkCh~I;>2{3r;c& zWc0-0QOfz`I`@C5y4!#pH)AJ|GbxXX{jeJeOj0?Yn4bkou+_fD)Cj<&7L~-@ptrvq z(Q?%B_#;W#VYQvyrY7Wqu0f$-Y=`e<)pl5aV1sKnI`q2fWt>wSQCVY%tHhq(YESnd zmvL*Pcnc(O1@^jtS4`?Oy=Gou+GKhtXoAdrgR+Uipu0t&zQFbZOpD1=yPEHH2~WLp zU5d}0KnQq12e?tSS~p+#t)=uAT)scjuG!<5JZAwMGG}YZ@p01LK&~vRxrmT<<1%j3 z`61YIzXh3yK}}uTgd}S`Y1`NWom7Pl(tO0d^~+jE6Fa>XUPdmNQxL=RtSt`dEErz0 z^wvFiGYx3wSX&pA9FC`MSl)kVibs_gap()WV&A;Bk9L-SxJL)tUej)z6qPz@i6+c= z4jq>xeW*ZmGn6+SH!e2UM!2i3TtqAPaHqa7Ph_cL^^zSbH3G8X`R7~^-<_S_5H zDIZZ-2yW9q3OTJz!GB9~_xUHqZwJ8S<%N=UqQ|^I#>=v^xW3{X`YV3VhFsryS0^*Z zvXjr3i4rM`kZ7%0+6J%ZZRd#=Np@;_5Lv~b=r{#syWUo#!5L}bZJpoFe8|AlNj(P3 z+&|P%kYCOhfOBm(;;E3g9k+1_?o`5W69Tc)nLJ!N!rh?gAm@GD_g^b+pirwDF*y8$ zvp29^++gRA36^tU0V+v<^n4!lH+?=RS4CZ0gG8R@VrQq!xU8%ATPx38E36ZJw2r)b zdi~>6d7oALFX#^!Z^s9NWX^TIIlFv@M>oJk&U1ydIk9O*fD z|CmCKz(!3JHF7)sK9@2&Z>ke&8BlPN&^~PDdfH$4W83)MkO6$&$-nD*CSRbB9iyay zO@nU>n~sTG+cSV9oKCv}#1E`!d8}+DkwjQdvvQWN>76b+cm4>$nIL(rzb~rmb~iM& zx*eNKPSD!XMUN3q+3%8Kf>|gS-`6UWYC)E0E?MWeb+VKujOInpi=SJ-GvSHcpmyqb zt%)?>XG+zqws}`OId0(p5~ZAN!}w-DevSfAGeDH`U}FfDe*Zb2jP!0RN|?b||9U~h zlPrM#9RB1n{OSgya$vdVDdo(}H*@N31h(RKcGEJg9s2N>U({k(5C-@~l0^VSe{rF_ z9W0(hDJO>I&&oVwmBiO{Nj?jYiV4+G-0BC4)jC779O3A|CjNeqpQA+q1CY`B_N{*# z!%-L6zmL118wQ%wjSu9kYxjV=EMzd^DSG;p4g+*f21 zxgJZF>UiU}Zvi)o~dpFcd%Jbn-Ii)plRHlaQ3rpRg^>zA zL{8N!%Iv=MwmMju!gO4D4AdB?4$6dtp@n>m&XWzH!OtdJYCCB=uVY$lQq5vE4;i6d z?V4B1VsAL`#jk%^HNx*W`JCp87_FmT zR2^D$QoG5Q6STvD{Kl6iQty>O+W`|6{;Lc~Kl{2`<=Ks_)~c6PPLtXH9(NUtv$`SB zDvTMEnq$z+l?bv0CjuU+SNV_(d`7|d6Pa#5YFU7D#RR%P5j{{WQuWpBr~C^tG>7%h7eW&tD%qYusFdueCkc^tRAEb7W8l zO^*n9TIXrUdx!=)!`FAWg2YOp@_|>spV)LO&yoL zA>_2MFCa0N!!ij~;L{%&`Q(jYxN44MYJlBHr1N4>#EnE+s91!O{6AVn%r=)J&thGM zYEc1ImN00PDAZ_kvffc4Y>AGxoK&Px(6%9Pq*HP++0!pqki?MK%i?CCK#IHj15y03 zoe#5b&*P52=gHfFPVR?$`8D470H@zwrob=LEoi{gjFGQ!YD4ug2>DsU)@2bdM`9^2 zk`=+bz1O(3wf@cLIyJ|fo3rBL+J3Dp2Tcluhukj?y8FRopoYUrw_ysAuNFPk+sLKi zcPZ2pjZQ4ZA9(1DN4EWloGshm(d&vN5?iAWW;{VwQY1AWYnQD)AIumQe&!btf3W;| zzXPe=QkrK+XQq7+%B6C3hTDYPLg-!s?`Xv{XbAmIyI0|S8Dq7_%Pfk2sj!>)Z7ED^ z?-dP;GkYQ~AX3m!=>MAI6Vl!(qdq64)`iUTi+6l&>`hOs`LHQC(9)}Nl_go|D#bBfKKA7kWYrkh6szb2kOma z!Ru&ZtdY~XLVR~2)L)eZgQSImu8*1THG#u~+3aPSTy!<%dR%M1w+>G-5q?QQedbUn zY^cEh!@Yoz-i*QYklSv-z#I5{<6$-4_1NaOtH;2G9zZ&P3`Qui37+&(0EO*t*Nrr8I_J&HwfX6%8I{i2aL*EfD)}oj&WfSe4sWQ&$j#n1^icddq z3Tj(n_gC_}GYuH&~z2 zPqqs8R7Y?Z*6z-dlhm}JMj0t%zhac?VkhCODo~W(c6?{%#JsM#zT|@HnEx@=q|jzN z(2w@_;_G7@4+s&w`=ei8av18m?{IgBs0(96Mcx|9lN2;v&1=Mr?-hl}RpH*NCYmuP zouH1)KUlq`b5P)^QS?dOwY~pnr?ChL^t;KY@JG*)tqdqWT`e7^Apyxr^Hsqi@>`+P z#6pfMX%NZOH2Vm^LmCQ#c!Sf3F-dvr-C9Wo%{x9hZ?JKtw2bi@7ruAQoTJC+F~{rn`!R=S5bt9a!PV#pK@j`8IB5HU@tP&TA=oQ< zK*i#l$sgqNK}yQ1$Mak1_(%IiO=BW%6TpG6Ohvz^kD5RtGP* z?^7|VCL@Fm;GocJpP3#dnb)&VTR-j>Z9qCF&#GzQfcg zyNn95B24clw=`~MXJQ{@xc!StGGr&Hkji(qf7P|F#jP(6v%fkFSbaB|rTjbeY4)j# zf`XK|4tv2iod#2C&Xa#CmIpZL?pbbmEOCmPFB$ilF)R8)G}l-pIM>`P%JGd@?u z6Q@b{7yU~vjx?gUl=?oZp$vn@E)sq~=Cv|^@v!IYNiE|A;;vSn=1KH_XC{KHspBHgoi zdK>AlltIJl*SW2eQZ2!AsfhrCZr?$=mzqUU;Xm zwX;&0xqc$(w@Y^0K~UwQkr!+9jC5+!n{YdU;`Xz-&xvG}EI)ZPPs1!l+OST8vT49X zQ#&+z%@}sn@vgc`riP!udpDz`L@o0VRGc#N11d1NMLnNwAU1hgTRaMs^%ouq;Z#t$ zeZKQT$_tSf2=GXHB9robTb{6PuF673fJbUNeaHMri4i_yaBRuvv97^O{JfuOTVTVA z@J$!xKR*l=HMORuCOtj9gt&N=RCfN|CbXU(4iin+SLda+G%J#zcB%KiI0uv+7WR(d^3D6N_!(Owdo7x(c^#|r{+9vo}QhK@~1}4&1S@w)Qx{({)VCS~fy| zZ+73?7|#@let3*S8yt6SKqYW7=9!aTJ56$fMeiKJ4X4AJv+|v*Pb1w3lo%mF)ERrD znpA7p8ovTOLIimP3XEJF98f6qjk0o@zDhyUIUUM1#gqgTL!<`Vw0;SHJ*vu|FpTa# zB<0Ti>~FGtf8+L27F{eZW*e0AsNevAm|79{=WB&H>5n!jf%ojMv$A0yjM042&4hC4 zI>+LRwO*#Cdh>Dfs+NGiAtv6pPCFr!0vU9!`Q;m>Z)dAgJ$Iq8I+v4n^58|cnKJ7! z<&Gz|wQJi&AiM*DCOm(N-2(+a^JjElJ`NuB;Z;#wN(8bs|r?T?sXloYu0a{yIbJ)PT_o1wH0=AA6 z-S*?G)INB2q=VF~oJ7H4;lu|+HJe29)HQZTwBVETTLi{Ya&&GPm6oXe`8~1^b&`6W zIe$xJs5J-UYqfC}Bw}#_D@c7?X z6^3rn-jxHQ<9YfLnim3$ZGMJ|c)bd+qPo)ip%ClPvW$ zX;ausxwff9Cc2begLP9KVCN|nv8WVrib1e(Tia0ixc$yGctu7^TV&nh;+I~5a*Y?8 zJ>VwjQYmsPXf=ekrcqChw2pJbw@3V3A4;~+ARWInbF+lAbU`K1#1>XoDCo-0&(CXX zdF=^{o^5O1`mX(AaDqZQz6lo^oIt#-3`Cx3)Gq!Qz-9iCk_f9_@*EzVWU66qx5>4n z3J{{oi~*EiBc3-49U^e*Vht;uhuEUE1*`twyp!IEW|NJScjWvcpSIP?KCB4m6jmZE ztb?1JlmxtTktIlLLu+Q)I_ORQKBxeYZWm;K!rlOz|<1VIN#A(&yr!f1f4!%vTG7A&5iVE;i zT-r#sQpNs^ttdFOUiageEjEhL)8mFlL1`_{ExDX{jN2m;deTh&VWDsXPnR<$fWlDVLI3sD1hUNKn(;6x}%D6 za)3bownoEwQ{&;)<>D1`A-YFsF{kxyuFfmDTxC2;Ck^WqCI7IWEz&F_IckWN?U z0ZQn7rwl3u<9}AML08ixKU{oKeUBj2Ke)@K7CO}%shhDsu zAh}MaReTg`&fIU4!fqCi3Vu>zXsfT7Ei$(@HM!D1j@pH>S+3|jn|C7~4ihnNhMV%pLwZQ#8XOMmD zL`;RXp9ULB!YGnZiT1F&frG2I;0Z7N@~o5r07?)9wGg7Va$i{fgN}kqZ0gC;dHetV z_o(eZE5%>R5Pp@G79p=`38MA0oo!*J(Te{Dr066ipyfnz0j(K&ixsLvb|E8@`epw+ zA!WzQhSGBz7bCM7ltFIlmym|V8ok_oi|E^0T_KzF%x5ccN|$e8kh3}{OIcr@tiYyMRG{Sf$Q-x-mx@M3A|QWiZbP6C4jV4TN~@jTEUG-kx>2(%~C zI#S2F#Q7_3vT`Vk13)2dtiaI~koTX}ox&0`hvvP0;AO@L@gVvR>!8uS-CwR00x!7s z4f_{{=YP~?9E0U#*GECXjBZD6gOp8D1~=9>oM8A{oUm_ODq+e|Tq5U?qP*dtdulva86|?_{wHnt7$wfEXLb z%#g^TFxMY7OJKN~Dpfi{2<%?AXAa-&k)46P5Wx0A!;A57s7JrbcUJ4Q?X(2glLR#g z?Y~oQ9c~aaX=0C+Z?NI7wOh$)B?RiXO5KbAI`-KorBN+GSI~F?m_fJEAlAUJRZC=O zbyD{N3id=ME(%;6Z38}D=CV{&Z|?E5n?&c7AY7A;L3}y{rrgrlQ|>{?9|Q>n^ZBf? z25MLoGOVsNVye{F>z^V)ja#~XIPsh@7{l9sn;b=2CGIuJnx?LjYv{*NuZ!7Z&m(^! zq0@6?)y^@;kospEqig|H8Ysq8&ctF1;Mpt*o!P2)v-IG4+s!GKpOB;Uh$(w3v4Y*4 z;b_fD_-p+gQ%)w^mml#lR7SkdP?LeL33RAY4`F*h*GV~I6nqA~ST?g`bh_^Y)Y!Ew zw61}D{KPxj?>XOd))mm5PzZOvcDx7|W<1E~gv!iBGd_#dxDOBT9a-s3b>Li97}!5H z{#1sfSHf)Ys{K>tTUq;4=w7lyjksJlpWSjG{7veoskog_rnvrgcMlpLP*t!$+gJ~< z69jaW&2CC@W4eth;;E`H>D7Vi)tNOoQrgxCKfV}i@tGXwL+;>&FXW3CaK6gMl=n81 z4e~e=yf?h@cU~755~^tW_}F13R=-Et&0s0@2I%tZ$^*dc05S>z=2?Q@&T%I1FS>RB zZJAgiV;}x}F63^!mj7GRmlJ1jB(5B>*KifCP;&jcJ{oqL*_OckV|du1_zOmLLcHj3;pY^wh`<;hiojgVm6Vs04+*y^=k#5k# zutpNE-L(1mUKA_)=k*+^$`5|~EuKnJR9G3W)fAhl$0!kTu|*uV=X#dpSxX2p{DnTg zLC$)63C>~a zGEx~oga~PnDzkKlr>VZbBy#-a3q-&+ZMA*k9$T)6o54I!z8M7v;uE4x47uZmy3>3s zfR+jm0mnqRA$mLQY%#CicR?%B5DrcDea15T2#=V`ny}ba+sizS=jroPjg%DM&I5v) zIjJ8y-z&nXOYIHZ?h^2_xnDCsz=;>o`V0d7OE~IpxP_Ijt6uyi8-E9uHQ;i+`>*nk zJ2k;w5})B@7OKzPmN6IAJ^3?gJpvbWfq<)o*W%NeVGgoRr?U@QjH?L?f4ERxm2dfj z`H#cP4Cu7MT=PL|w#|6D0?`gf-6oDHGF=-ftzpI)WVm-{w%qkDnr9&&c%C<6+$^_O z0XIe~AhDPq<=oUweX|Mn|7Y7&lOkiH3QfC`W&C5!n2U{0`Y@mIO4&gvZU^YXtf0Hs z?2$G~D2agU`P?`gzQ|}qNhv*&NJy<>c%YZ3&PzkZca8OO0oQMLbf{Wx%95>=xAp)s zdlD@{P)MFqAuOt0i+{}m2aRyy`&g{N^10xZi74OUg6#tV-ozOO#WFpIkEy&wf`4|95!&?rl@j8AwG}n{p ztdVae1N3ZJ1uZeX4<&{+yFq(#-wi#Rj0KPS0n5Up7SoV-fC}@1udVGF-1*xmn~qSX zdn29h=8$mFk}t!f;y7B#y=1L0_r5+)U|NrF9=Y{1ws`n|g9A0QSD zY*qBu^ubh1II6^MJl2l!saE&ceS%$zzvGMDCMF**NUu+C0RH?>$k%@*+B7MnMd{bE zUt2vV&Q8Ofm$o>%KG6X9mv11q%;7wRz5r)$tj!o-@{CxSW8GAX-Gpbk50Is_{Z)H` ztgQP6Q-_mn4P45RBL5JPKo6K0H{XQZJ5(6GO?H%9fGI&*B9Zs+UvSAKC)q0Q3n-3vZ$=$jOiYP zIFj8h0!s>x0HU1@VJN?Z|J~37U>bDZy2IGP#=Rx_ZLvu2eH)-!*23J7oEA~98tkMZ zkg9h23K)10Vv~)(UM&$o;c94t=@0c2{Qg5$-nxzu{74YS+q(P=5YicsulElR>;$CH z{7xx1g$p8y>gAVu3_Oh2^%(y1SO^}SlKJH%U8w{`coToDf_g??$bzL^H{+`G;O}0P zn5n%4g2|DVWm_-zDwOvv(Qyvw@4%8keD7f^~X}@$c@olKCq5 zbF^>qemNd@awOueG`9SjJj^HPW+`Ct62zts+~s!g1(!iV{+vK*e!V0s^Q@w;kPAyL z-rT9Vn7Jt$u1>>WZdag;#40R_Sh9r*ltDn%G1s{t5R8rjF)&0CaA)jfJJh#)H^*5g z?a1N_xn;*#^*{m-$A;RolqF9;;yLR^Tr_YLHlm%S)1;su*8s0Vs&IQ`fc^ol?bH;z zCFAk>1m>a(L|MfhQXVlmOL~4e@#*NEE4jJRZ0rJ$W)fs9Y1 z1K`t%u&c{4yQ}lHrpwdKQWKRzdXO`scQ52a5(EocKb$R0t<2f6#cRFy(Tkwp z-V&&in@!ccOz)S_^yulHtH}l#Q*Y6K{%GsjnF?4s;_-ab3C%J;-av0|YUP7tzNo7( za1wZ@K~5}C0f#SSq#Ni#R^7z#L*D?Z|FdiAy$(C;26Sha ztr;8ioE6XCvdE7co$(aA!IE1g)Poy4m>VDpB+1r(fP-wt;XS8?O{0Ut(5fJ;R( zP*+D`&LojB5}_DI%nx{SdHNsOSqsKDC@Pv+Fc9?>u$|(<2hB-OpBwAU)xxX!8co^J zswnDo=T6?s+PhgAXv*8@e>;6g9cp|Xel&msM+YvxVyww78-CaREX*e=(36oA%3yQ1 ztd_QIvejt5owX4rfLK+9y_SFY)A_q5`IQRD+HMP*8-Gk#@fM$eGXc$~tQ}au5k~L& z*k%zTJ$3-C)6oU}JtcP{sW!D2FK6XY(OvZldJLZSnT%g}CC3|pQE?HVd%g!?Y72W3i!{O`-TYzD8>i;G^)k9FI;+(7We(6;oa&j+qNb#zPj3l=X2FdO%Eui-Wa z>W^%ramB=kC8wes8o{$BXCbZU3KbgSatntm^q?)Fr}I9`c$1`FL!U{9fRjMX<7eOQ;=AA5PT6MSoz}Ll1r)-pWoL{g zH33`bc=pT$1!;c04Kux=rjz!+f%|fe=ZRV}pr#6IQ%iO4=lEke<(D1Gw%UrI{*dAx z_?A&g5#?~d6FHE841PTu@c&aRde5XKDD;OikUWq8Cp4oG{L{Ac#San3b_{xJ$ItWJ zUul_HapNPfbQxEl+|d9<$vxo{QaRx5%ad3{&s6Y_7vy;K>mxPNZPMY-$J+Hq@S(pB zf_`%c3!UO~j)ZbVJ_g+&J!oCon4t1dWp$B{hx!+*?EfnjYxH+B^1>f+XN&S$zic zQ+Bn(Wja1xb8p#)<{?QDTO>MTLqe?5g-ByOS?WQ5xYZnkOu;(f_2G`n9;#+h5%b!g zf9n5T6KQ#rTRh*j9sYv~p!=TVfqwV=Iskvk*lG#z{2t)%dUNQMkJ$C0s>=1ZhtEi_ zroVCd9uY9Q3?;p~Jf%LWSvmS>vXWCk5G-EeezxtKJE0p;Y>u-$EASh~^PIIvbNEam z%^Z(Dl>B{YVP}HD4Vb_Dm_GIo)jPbTXUN)dWb&4LYWZx5V-*C}>*W8-1O5QIhX<>* zCnNk`6`F$|)ZPIZ%D65!gN|Ki7FNiz=SKN~?gu3iBft@jx1EN31*y2#?(5c(yJ`AG z=lKA3(Jy*&Kl8{7l5Tgp7Y{WdkJIo~NH+`J5r8&MQ{n%5RT=kPm$4x*QQ&lxVO3zF zj3sWMBpH|W76z1T{B?N7UI0|{<-^tq5Ncmxb^scUIuOn-4_?1dBc-55!0h0$GSF(p z8GcHHRur!rRGA<|A+_KZlp`S9l=x~+obQQ03-SFT%1W+2(%*%d9*tJEZn4 z5o~ca(Kbi*ny4lP8N(>zgmdx+4;qL{Cmvh======N=hk|BgwT{=;U%>`e@&4)X0)M z^$~;T1eAP0l4J9_RE#imIGLP_c!8TVE@_@#)7?@1*=wc90SmRdv*oa9oI?>T%v+SQ=pnL;=UG9!{cg$2w6wL9FjLdq z2SA;5W*2C(_sSL49(#ER_OcYhiWxRR)juFAooCXWwi#+}UaEMbBUaD1;AXLEr|yRV z49;drNzubTtDR6=3dZURkakW;=Rjv_78IM9f4pvi^Mn3d^RJwfRNf62oHimDK9tl; zeCt`N7D*E_4PLSHG0q3xtm^IFFc4j-I$!U)dB{OpI1k6xjCvz)LcLk~Q0hU^Q{Y)Q z3YrYBn%u6909rN8PY%LoD>ctI2#{wesJFe3K+~{*4{yyI33$kv|(|wKueLxf$&@NV+VN| zgZ@!C;MxmNmMVO z{BBCoF!cr4ej~Lf%=F#ByLv>q*DZ#GJz)X&r(G!DH#73?w~0sfCI=U% ztgwMS*0`?KtV*G?1GFa^K+h1sp+hW^fS^^#)sH-FT)S{557KbePztk@dfu@8?a`A* z$tt4}Yc-z8kO5kfI-}8baad$fK>2;tBC$Q#x~XJC zz5g}k2af2yceg5svE``0N$}7g!5~DUFfS;E08al!W;TJ)%@8YHJIPO>tc`w=ZY(V} z7bqx$9*;yx5@Xo*i?duddAFaQSiM;6Dko5i2)wn0Q9NazkB&vpA~U734skihs=8Gp zUJTN4bv&KJ2>W_a-vzm{{Rn~+uz38rcq>Osuxd}AMw4k`LFo8LlKjWy1ULcs!+U0Q zdS#KLb|6N0>~nS0J6?FbORY}J6-;gmIO2yGIw?W_N?D~rDi#MQ0Swi3af)e z9&>KZmB72g$sJ7?`Q|qgV}he~=e;%|s*60^OHl)l`e~tKI|FCEh&|j20_E>QQ|))ZB_Z-m0=Y!mJw?DjJ1<$q}mwZbH~TjqWWvI<%g0 zY7^kij-hSsQ)N!Hop#86N1@rSO20N#W#sw%m*H9dxOr4BnR!~^V+QzPCkn#Ay^o&K zW5IMNWMK{qI0pB6c6aJMPFd9os=6OcM_eLDzHHMgA~1i>3OCKcY*vxPo=b3+pJbDx z1}Ybm<}b8BWo?S%YD(rRe?~?oGBuhe5pFW{g+A=>z^pKR%pyhIIb&O&M4UvFoJ1s$ zX*GT%eUKN%LY~V>S!UR*Z)Z-Rk@c}0AdBDaiKXsjX`%-MwCEbj0x-4t?9SD#?`n?&)28i~fOP5qBJHiiqF&o?@vUxUONxXv0@B?LN|$s9 z3?SXzts+PxIW)r1-7wUMlrYpVbV_%3pATE!-@D)UoO6B8b^ZK%X7Cfw{j6u*Ypr`w zfd`bD?@nIkOkC8=rnA^nOiL}M{;w{8g##<|Y(iIe%_IYp{TqxYx+^-gOjm$T8^ z2uhhRcPK<|{dYcE@2?WTooVOgp9tim#jSSM_M`xO9QGrgTeJ^e3T2waF1g6De{wl7 ziZn?H1L3Ts6Gw^ad;+w;`VOELuhgg(WFsA%)Y)3qdP4x7QIIYP@oW9xZ`gm5ikR}V z5roGqfR4=H)dFY=+|}hft?YLJg15m_hl5$_4AiQpjQ5Fz5TM0Z9DsPwMYO`IM{|E= zK#KmOq7OQrBH-PB5RXz)Iq%wb6DjhTlj&7+Kg|UcylQugiarPV{W3x?QKXIU&d$A^ zPVuzB=&|7R$pO)bzhO#FYLzZf&oaIbb)EY=Sm7CWD3oyLJ71CKeD7drhc6XVs_KqCN2s|7PE@02;MY!5HYfMY#r++WOHx3B#}R$3KcC zDDgvH8L<-qfhd^211UcEllP$iGz~*+9&;#;DH}WZuLrh-0+S&V?!quu*1Dw-0r}hQkaRNGf4r;qAkQ?nhiLQhAN1nMi{`dc%<_8!N1WDhyE_bMvvm ze2K!QQ|u|UZ(v9~>bl9rS)5F!=Qm#%uGh-|$JTh@6o#-`-3jEFZHyV9mI~OB3MeGB zEm18PMBH~lfSX$TDng2L2%iJ+$)+fDWaq5RyMA_E5*Tm=R46BB%p`zEHWi*5Tm7kZ zy*EJVYW@Xq5Oe=JceQvNp_2ME`k=L{4y(fgw`$`YbgPB9G^~E5SxSMD^^5r-0rJZLOyT9T<WUSdpAeMmm{hW1ql$gPD)zY_l>?U$JE{i0Aj~ z`3w8^p$!0y%vcfp z=krgZViF8<#EiKJ(B<^)-Fq{mMlWf`*d*kYp88V=foBqI>!0h5FmU<01OsiE6bGYI zX>-Ld!|47s0lwJC8q%}NpV(bog~JSLOUYK+p)Cs?P35sKUWyR{0Qv8gCidHS_`h+o zfY0T>Ia&I3WsS2yXI)z=izm=z4+9>EYO%>u8px4NsIkC+=EeS#A{-}KTi2wdBo!5v zkaf?T>*qek)yqf9YGy79F6u7oHu|1|#!{?+lqa|#QIcEbOH_SE6ho4-Wjus=oqELG z*?x7VkHwAzz+8EFr>a4~6A~;8)A5kH;;Qm<^GTf~(VFhc7_q<=(y`W-Qg?AtS8#FB z7SwymV`PQQ+&ALMVkg32h*$k|Fs2S43hb~6+M%$+-g!}_S}=ScEv0hzFz(cn|3l_m z9DH$^J{^o@8)}0zv^p$1SsxK_yp15;{G`^COrw2tFb?_ud5n7rd9!@GOkeCreYN zN_6)-iOb4#j<@`xsv{%MZSlpri&cd^+&mpgSe?q^SIc^S69(UbdU+>>xcBVJ|8Jh% z?&aaVU}IY6posBngAQbohN^1MiD<)TvpGT|c804H-&+*ecv{RHw<$?!!GY*aK!zY~ z#h*Tpa(d_5=3T!KBug=ASPCx0#KtPk=K49ZFs?YwfUj4?QwBHRa!Nto(KEF2+O6kX z%A8y!8S|%1MT3w#AQH)@~b&=CP5NqxTODnCc9aGf_8qTu`P3q+rvMA+OwXY*7G z-bP!aF0(chJc7EPS6a6J-grFJf44rXxIqFW_9RN}0R#~r@q#;jbO+GcqCVlv&^uf# zfD}*mg!UZIvZ~--Pmfpn-NjVlDS6{Z2k#m)n$~0bNS+a}Q&*MI*>v6dJfG#``B4CG zs(0FRaMo?@U89K z;E*-=7^xABqU7!IikB|%^zvP>oYxx`G-@9!-`qY;@N`QPr+Twuh)^bBK_c{js$1DkHd z3+ZhdJkIUTx;!B-PW&9*1P3MRyffRdS?lvShU$e1!L3?F5=cYa4F3P_y+B56;8 z-QVl%<~v>-IujyM38qsax_YrJf*IlA;h~$+S;L)wO5UVkO_HI$HKyPDQok$jG@;%t z@f_#(|ND1)`h)cE*kfdo`2R@Is<2QQZ`;y?XZ@Bx+Z#$+TI+f{8|p7~Kv-ekOf8LH z^4c%Yss>o(lS;Z@43v1Am&p5RYxn{>b(Fw2a~pM-`Y2PeZ(0PI_*v}>9Y1=m-Ogat~BAVhyl7K zxi$cDSgf#u?hk_0zo}v{>uMZ&kbdt-~NFk%!flTpN#^U1Q*N2G;quFsD5OiSXrA!Bi zNQ+W!Q$?kpH4;7IS6HHA4z3c%lZ!o46he~p*H(jco!XBc4L_(3niPFaYJ`>}fb7g| z;m-1=B_zp|$sP9Vr1YW`BXdsV<)>zEuHeA5YHcY>}@A3pS8!Rfeq z&%){k``1zq{w)%lrDQ#rIRsd{NA60C;?2&5WrInnyW`QD)5+U|K-kAuJFOHWwKSJ{ z%Kg`7d!suIT!2AmatI`~_ey`ukMVxj!oGuGKx~Kty`kHzK3{mGjgIcbzf_FMr;;V*G~ngiW?aSVv#fJs!}56J2< zjb~R^IQ*>d4Qf8N%Ao*afpaE*A|(GL1?ki!l;+wszX#r9Ph0`pQMu4!6N>Zs&BQX) z+Z-%P{QI2M!jmuY68v#_2EKe*t#ePUkTC!N?Y(DyJchiJHUqWJIhyf3t!F?5IDkx) ziPez|-FpkzSeqK0iEqShP6*!A0AEHz(=f8d&s32wnC80x#r{8~$J83>? z{E@D=9vq}SFT?7d9na4OkCacU3r8iZ*fsuBv=NxRgkuhVo7vU{3UIIwzfwZ78P@%wP~ zp$r3P>#w`Y>ARmX3Cgi5bVz9DV$c0}RcDsyD1Hn^=}|;54peS}z7S6X-f726plA$4 zM)72y3E15_WFWBxQQBu`XIF}q%#c5`-$~jWP24qW02lE>lGlXESlZce@znA4b799- z*n?$n?}UL6TWhVY(=tL__=vpdkAXON=OxsJ!7M_Po0nF5x`z)L`uP43QS)Z~0n~>5 zNt#pY^PAFL;gZ4NE%(yDa28dwIE!kGOPBupjToBBa(+-<@IPRa)6^b0s0fd zb+`1@1X@jjE_X$xZZ?Iy1vRu-8z8#VM3LT7?ppF#9!PziI!ltggyotqX9pQf)K9b; zuQqDI#{8KxRR>k~Zjpnr+v;;5(qPp+w;s?-?t}1XRG%G(bm!vEMBgX1 z1~Lr2AGE3lqW1ya%ZOEkRFSl+)#M4_Voc(Bqe~opJ|zH*fUK1s^tu8cD8Mp!{j1MM zh)Oh1zq4-kiBJ6%DoiEzQ1Np-W{~al^Jz`#6z*NW+eD{``PmUlBYJ^Xxl->3;oezWCw%SwJ|Gj4i^?%aZiMxnJ+tOB8o9NT9D=x9hqhy_v$DM8pp z8J}7{+eix}ES?`HfmtVP>p^^B1upFZ5X}NSmmr@?<_%3-u!l`O^=?mS0KFl&&i>}? z94P;bZN6Pqoq?*=+|hR_f!cWdt6L*Ki`HG$ssN+*Pn5_CaK9kmmgE%dpyz;eUQdt8 z37Luakehpb_|m@lW`UEnsoXMbrjIOO9bv(FfSwfOu>`d3hj1(@wu2x(R#a+OR$#>_sT9iKUZUc@Zk^0 zN;t<5BDJy-9m90*OH9<=2*33jIYslhIIs=wbh`%y0dMSkTrM_t}KFwiW)x)q**9{ z$ji@z`}lcpi?qsUR^x{w&?Jr#FIZEj4A=EEl{3|UcA%y!e{v$g<4pg7Q_}nVV8T6A z+kPSGU$HBEFTog3mz{36UsEuvcGZU?n%E2Lc6QFbAuv6xFPjG~E}Dn0^;L%gocTvP z4u7TRn~}|Iz^TB=bh5gtCs_m^3H3%#mFR{}*$NFQ^m{>9ZVMC3Aw@~RHg<<(uY!SVl`T+@vAPPpo}ZkD>x8}_ z!kADKU9&D8Q+j)lC@`d7R!h9njKLecxSMG_nyX(fT0Tk4z7C&|UoG}@y zuKK2aeHV7ZOq6$k;PF8$6=+yQ|JY6C2Ir*OH1cYtVbK?w8VZo^?obxwoEI*Cft|s< z$*)eU2Jn4u&Q}de=Nc)$ImR(k?P%qx!M|*Rz@$R+7KAZcYHDhlnhAz=TUFbUW(ZqK zLU}}rhZ}P8+PvuzPFQ1ujLU-{j85tFtCPVU=N2gG8aWPnOK2MymDY;@Mq|8C8NMC> zJHYx~Ohn0knu-HcIO)-rqQzVSS_?(ouh-zfdoa2U*>X)0h#?z*I%^j#^K?u#?&{k` zLsn$=UhHL>ji5?Y*6-sS6`Ca`+;ap2<-;4eJ|88% zzj(U88n42L7Wgpw^-KJ}BrfXoe?#8yNy552k*@Qmo!l(X?X0UmQ2Jt+ynnL+=efPQGzvSq z;>i``Jgav)=Yf=Q4me-h>z|J{)+Pu{2?`wMf6C(A^|y7sQ61gxuLTASMMg%J*2cW7 z(%>1b)zS%WR;R@0=Y4rF{ZWz~xAdX#dxf7%ve{zQA$_Kfp3@;DQkFu73(ghTz7KGM zHCuFh?@zWMWslduNcNuP{;bz#U|7sTo{g(GmF0e1tyd;rLX9Ux_lR33Knk%CDmA{& z%=Lry@SBWO1$|H*20&TifA7;kP+UOA`DG0>aw-5!TdZO!z-bk z&KHR}ebVQKe3bCOws$n4>2=g%0_{md1Ai62!ZjX&1Pj%LYNu$tqXFB+FofNyW7O5!UHJPpKK?zi;ZV!L+EIk)TgWI!etQLGXJQGt>$!VLf zb+1z0t0hsAGh7aXnF!i(#dI|C^NNmT5BK(-Rp+TQV24ObFmCq!Wh#8X_JR3scXdua zlX&~&e18QEQb&^4FH_Ry5Fy;$<5oTtq-iLu?3WAc4OO+$aB?*;w|(e%CG-Q|_@P3C zp1d8*wV8d=_u3T9ZMdp6!xBjunIY|B#msXZP>1KlpV5Uhs3~SOyDAJ1dDVjQ z8=v|yeT4^QBQ0~X97Eo_Yy_X_;M#kG!Krd{O$W@RiO(L4{O*1_m z?gUNk%3#CpalVK9Q9w>S0pI~G?r^CL0j1NKWqsbYuZ&0BQ<{#z$2!H_SJnPP+-5l? z6sc2IynBgzK$Bt8xz5^KziRc54dP?;(7Fp{bg<0K?o(e~>wBhy5BMdj`!Gu5KcML0 z_hFRbK&XL=YB}CwUFVdsnWApEPm^Na(zC|Cd$lqfFt_AM4zj>hsNdm`4r;SeeqrYz zC?;)hVB)H0e41T7lAApn4ok+CC}{X@1AAp!gZ*XTAKwLTOW~P#&5~8w$-~V^qpt3C zhH5gpx);%u8lOaJO!6zte+o7Z@IV~Og=2IUg%nv{M#8{St%N(fg{1}Q${JJSGoqce zB5{)rT&O4GY&iix;y0=%1$X@&Q8siaViheBqDvdPea*w{B9r&y@;dJ-6Bh%0N&lCr z?Od{`)^=#Dxb=axjA*|#^t(0mr*#_7qxeW?VCV+*l=E%!?fLB$P#7;p%KWb31}#<7 zuU^{zk>V3o+l7Y5T&S8OR-giDqSoxst@#e`w)r@*?3X6NzTGA>IB#|CaIHanh~;;< z`4r~iKZp2Q$c`uU+bjqHOi?mAH8$DY5*#E&i=Z}w`Ll9LwiD`+vyte?uM2C<8e^Da zIZ3=`>8YtFK0s_G|Jc;Q+NJlv3pbt`SFO*wiOGqjjqmtM&!a<=SYO0H_VMLfnk-p? zidZ?E0PF+T_~2XrLst~6cb>Cr8|j0tf;CM|ly#)PHxwzLi~CiX1*TpWUezOEnXGTK8P?0e2_~f`}E|;qk8H?Gs z-JcYt_kl0JpM(`*Gd*w*qAH9lu>Ebu$zh~u-w8evP~jTurSbF<9KUn1F2#eg$MfCj zBb~Kj7B^6+U-XFnyHo<)XV0GD;*z8yk)kXb#zy_`wcdC*S=xDlY}{r`L~21>2P@8P=4$wVNW1=LeYmf;o{MD}}u->nh~OLYz% z@p6y9MjX(2mcAga_jGalECyd(WL|Da^R7`*d-Ke3`JaI_ofw{{mSC3fr3hrj7O?e1 zppl`xV0l;m3qBy?w@+L*&Jn6CyUTzna0bUZ0mg|R5DRt%H)%@gdN=iz#=~2#7T~O+ zIxy2H>8oIc>_YUZhRdG|$6boacW@-*<}m)WuF+#Qf5#@caqnEW>~=+|tmy`L)%(+0 zMj7;Fg9Ww|5Vj! zSbU0v7^HSf2p5hhHZds`#K}oRsR|P8i$%y)UBV=(@alK3XVm0Vdl+OW6{M;0K9hTy z6=@R3uX<`cJqNKx|yID3Tw*_Gj=Bss=hdNIs?93UZ4dpM-db0;zPhLYP=j$xEaFsA7 z0f>-r(DZ7x8ptGIc`qjkO-0w2i-=7nMT z)h>x~rNgs7ImG5^p5sTTohL?4P2-y1o~yxon}4(|7%c$*)SOG_$gqLjH+K>zK9U&O zE`zMR*23d3LaJU%DAOwZiIZ5Zt^nw0KLXK{&%GlH+Z9ZU{qx^%;P5&lI?W`|G z#b`$TH@LdnHiEKMWW5=EJ+ohqy#Jat_I6^kbgk7Mk$)jH_|toOX~sRbOJj0zG}ZD% zSbu|8mbq*4s;^F)+|4m^3oJDNm$q?@Mf^U_v!-( zA3c;IwdLY_zi3qeOAPO7Xm^k(<=mXKx1ln77vh6?1 zgiaHf8M%4E^c>tA6=h=%>+G3ppN<(c3Q>c(7mpee(K28)z@EXy4l67y%q@kc_a+p< z&H9!V8s2r39D(-Y<0I@Xv<%1$GA4B*bTkh-Ufp1Nr((8L$11u14q(yl` ze%Ke-joB*uCOm#^$04xdF?IZ7-~0QCdUrp6qr92f13!DmFPuawf(>bOiy;#DHIP=V z=g9eKm&G#@XmP7Rm=DW4=88~~@7X<#T7NETu@n&oz8JIjIQ93xT;)yI^|0w$7$JMA z5wUgCvOrLEtBV8Tkit>eVlb1@ZLV#)9(&;*;om#EtAD*TkSBl1-vK^N=1Y=T!hD-5 zr^XA-j|pK&yQ#U_p1WRYn=!Z?W1zO(Z=AhZvxiBdv{ZORohR448G&4XD*f~_4;iKi zk>+MzIPR2-?YHy0t%D8u7tY=KmCwB@Hd}DkxR+gc0N3}~3EJGAGBQt3?TI?YvSDsT zu2hO!t(TY>c5F%GdraTHe>%hvNV39bo60H;l`Te!pVJv(AbvJCH~X4wu=#%NUy+ZK ziwE_RQ)29Qphi5w(#E(Tr+5E4G=`i(&dj`}jP5oz%2DkmBQ}eyQvRg0RB7adou=7C z@-4>u;$pqcCPb%XB@!L|=q-s1DH$0NzDyiLyj;5}dp`P6e)VJ$>n5_m1hisduT*xU zb}e%)u2A}yzai!Q9`OfIi3;Lkf^70uQjw(R3APio$H-*Ytn*ySMU1Ko7o_f3lqNMP z1I+E)D>r+U-kmE(!B`(&uK2EJUH=K0R2VHu`IkE53dF5sc1n~sTH*(_iRU!&rc|+! z>i8N4KId+R5^w$9x$4uE?BY9KHQi6!_%C3`!FC_B|5EZazvI+<}PRDGSRW(g-$y^`I*-az=NteM+!RTW~Lfeev-o; zDRZymk$lh(d^coP0N+O2gBqk=C($zIl07@KEstUq@BW_DRn+O+<#m$ifDjEF-e5|CSZcRCeVafdkVxEC|pIZQ?{)wF1li><`-9;`?l||g0 z5-huHK@EtE5a~u0@2E@AC;S|wSd52Ni$(q*{Vg{6BOm~Hs1Z6m;{;4(p>6N9Dkwya zq^sLLzd))&*-CdiUR0$S7 z!q}ykE_^2p<6@!C1s2i@8^yTTun@UG3^nDLM6IN(0N%c<1Uduxsu6E7Yss??0wLAy zlIhRZT4fRj0#!RO>8sMQV^y6LWD{)K5a&5I9yxi2?u1w_X4u9RFG(%z7vbkolNDT^ z!B^s1rz9t#`}8L7#Tu$F7Iq}zyy^0=Sq2R@uYztA-UhHnb&Y$rx5v(OIg;W+RegHo zJuxv72SrIjBeH-xd1G&Tv(^W?{H-hEY*+^shEr2{?T3W)SI8&~MssH{&A8E7=&)Gh z3XtB@S$_k6WtP)9Oxz(#*KjyNA2Gyhb0-puX!}E5?HpP}?wtJ0E;Y3EU#RE>xJ`Zq|As&ZAW*Af0_iR6}BY!oNbW^la`2;nv2}Sqn=~hrkYMSh$;)fnHMQS zr7uf^>@_;f77pA74Q`k7>jNzR8ZYp7`2ozw$$zxI{%pqun%XVM@vz!K*YC!)=bjLk zY!IvzIbG>RS#l~pZQV`3fa{X8Tr7mKzF-kr_sD57@b9aLoARgnIbpJhf+l*qRW&f{ zb)!}_c%VD1?_~EKvCN3s@Jb)fWV@3a8MQd3#b;yS+dfJ4GBdxlAgxoAPMTx7WM<|Q zM-j1gDcSgQu>1L$qrt$}`h^YkM!cykqR#c}#}z!Q?o2222t!nio7WbeE$k<7rRB}U zA=K-zbB^`ICz%~-H3!a^tfXVVJOwu8ua5>bf3q+IB!3@zhFTaz$@nFNaf>OT5S5cm z-KOvn6D5ppwTac-HCGs?-Owz`>Or+Nn6_Y4JA!xq+LDgIu}kr{0+ zUqvR!_|)#|EHJ8W{9-zJoV=~`5VQ^Ry{y3kr}ZK^a*k5N@_boS9c7ic^j-`p?#eW* zk#9TF@Ns*rZFskY;IcJ#^afnyZ}i>(5-S# z8Z&`FpaBy$+Q{$2MsEIo%1h8k#4J%9XQ(<2#^3kxirg~vH>X5;6O@NoU!`B~{E zl|{aZd>&h8=0P@li17NN6V5oYo>)WQzlv2NnnK@JrkCDp8dshlC4N%OGqd|_B-Ao~ zD4LjtSXB4mc>Zevw3u*n*aer60gP?*ca}N8c9bi#xF?*Kd;2UsYKc*N!L@+tQnU-m zh&xCv_Tm>X&3y#){NAxxa}n7T58w8t?~XEEy4`*h#;4`+EkE*6SJBh*cF#TSf0~lu zWA3#tXEpX=>BJNbNoCQuQlsle;(-2Aey|{0Z$CP(mes&-I8!z969IGQ)b{O(uKabD zVwdqKHTA@{exuXjiLGF*-GtZpwD6i2uQWu%SR)n)<3(CQmtGNnxh@iY2em%knW3Fl zD!%o&u2^S1Mh4RpR6X3jSF8SA`D;`sRW{mo4q{ZAB)0o6pvbN>g;LyFgH(dmP8T&* zaa3U2<687JJ?9m(pEfeKI&PP2$DyJ8I+o^7J#<`M(;WNuwVZ;ohl;VNXYjNZiL=+I z98(Jy{i%Exg(0t*iS7p_{HDvxuF!0QFe0rlAzsN<$SkovPWZ@K*m*89rBSDYc*0l` zQZoVI_eEm| z4p+VQjuBUCMEm|B(LdOVbr+qaL~1;a+(?OU8SL!-3hl&rPSS&a@wNH%Kg$qqH%6E~ z7y17S9pm2oW}DtW`DtpL9lMVkKDCuFPS|D>iXFxM-pRu}9OYgZw+IO1Wb*&Qd;amm zsDKnhnn3YRO4G?RsS>nCs=%?dQPq_6)FhHvA`#{JUfWPy_NkD?)%)Rp1b|mx9LU8H z@?y^Esp1?cty=rBx&5f0X=a{i<0FEE3&@U9&9O>$1B z#+s;}nER-jzX70XLH5kSvYS^ymyzoalI!KCV*EF4;F*d9?AgeSRO6fCL=wnBI;4llVZP4=h3d7Evce9H%**?Bcp zWgA1XYB)&O7iff5xRvcJSU+YMq_nSKww=^9}>>h{=wPTH9+#xZNFq}OLuMGit+e()_K?>$e1Jj}`AH27I z0z8X5RBX=NQa-3v?DFcehaWDy*>4`Tc}FZl*Ik6@X{UDjG*-n!t+d;FCWL}OQi701 z>nI_oo#AMzc?@+C0M71j$~M?XE_wfBjQ|U*wUe#eAvMwy1A_7_puv+5o%rckWS0`D zjgS<#R}J%2L*4w{-_KpG^xL-^MqN*f*G9DXiQo(|c+-&xDY*`PJXi~FI%;pPw=huB zda)W1c6-!6^!7_%8wZk@zyqnJ|2FhU`pelD0}RGov{!PzEE#7W_A=Wg`N4zlMR$Ya zvQT3zq*x$kBTpNPIE=*y5jUA1fi0D!Kula{Jfx%sJJ;LRRtTBrvzgfy;JA73??eCH z+*I8ZmpCe-3#@qKAHMQsZUaK-n@L`+DynXvo#E~s)X}zDnW~ZS%f{7X89I!eCPPhB z5{%9>w?9H_Kp`*U>E71;OFoARM6cA{UGDF@AL&XAn`v>J{}C7_ay<~HbiIGfdwbs9 zk7gbtV+F0JGAcW-HI>I_IkVZ{sH-!8&alSi3m*CuW5OD@sxwYMx)y2q-ej=yknlhA z31c43cZt6MwXlc#`S#v0v33ckX!^ET?7t{_;qN)U%acY)ksdMnvYHRDQ);f-yS#U& zB@iF_z{rzbLIYr14WpRrAPP70HNwO zD{w4X=wIpm+B{HvL~o*emIj?g8M~P$A1Hx=-n@_{=x~gr(QV-)QdD)0=e_{-6BuT3 zPTlzCKn5ZxlO_1ZI~DmGCSWbaT5O&=ad6B$UzVWwaHSH{`-O(_yDM9Y@eD&^O^Q+l zV^dmwUkq}qBYu)f!rd)CxjEw2=CcFp-xnyqsPp$&2e`oV72UEM*Sj-659a zYwWx_TDPuiKa*_J$*Jx!FKVn(vk3U(xT1|%-p03*K}w@)sZu9$7!Flcgv#$9{h1gK9Om_i)#VIOb9A+Zi-#U1EP@YZYFlEgO+g}Ci z`(1DIe$~>yxNbQ+deYhMxw~{whiSgWk(}3Dc<J1Y{%DtY*9r8Fwfmosily#-4-M zUIWjjkPO&e0gr79JGQd2&{I%Q(9`qhgmUyItdal0pi`1fKkL&NP$U0P8-|$|e`H*& z`_DH@v=Kz~eH(3b=u=#?-J~Mx+b^^Yl90^iZAodiN|{uCGUbc(tJ{O z{e~&tMkO+|9;07Lg*a}sY5YEj5kb>nPA!&0%O3~M2EOlCGbY&c30?sl_2rn{Z74+? zJRgqbyEl_$bTwhBFsz3A-ge_j#etcOpIeiTIdsL3*=nAv#u^8m8 z>%8G)|Caai0Th^5-=_>xhpBnjs@HFI@xl7#n=iOs=E&T#VBu` z@oixzGEz|`i4D-QLUT3u|p<>M&*BpRS1Uk)KwXpMbuc+eUriCFcaxhM$G-h74 zr3Qx{^ZpixUhy-q!R*D{uA8ADp^f`<^FZ^fFCKHLMSCAv48D?j=Y@on0fal2YR$n`R!{_B z9lhnRQf(8aK$%9W%fjRw9Gb~4Ziih;x4_0Ide~?#!j8slzhvPmke&+m-kD1gX2pX@ zR)bX;id*(}%Wltm$!{AkQ@&eaz&KC7r)0F893ky}PDU%Q^I9gJfjCE5*BFl7+5Md- z5LAr%9`k{D>0TR$daGhYGz}m%chlSbD%!S#AX=7(gmMlOmA`fezUif3T$A5k4bRpS zM=V}^aeh$)tVYI`uFnH*d>cyl?a{wMXdIk0@WGZFmUc#6ez%^e+NFmRby*)F#zoe8 zgDl|hcf1l-rV916=_C-(dQGZOoSLoHeP;6{P=O-)=XKlzd?ltX(QTzKqn!EZnXf3L^Rm4rCnhGvk<$RG#0=t@uZ4?CoB~a(%&QB!Fk0kl z<)yStci~2wuSaq=EB-_pw`KX-lS`vx3Rb-(|>?K8ySXp ztNNUL7`y9+GEr&lrka;MwHpvuph;b;PQ#VZF@o1M%@SJL9aY@lsIXf~8<{b7PvHW4 z+Q;aBza~$lP=A9%051>{(El5{ywCnWe}PBN3M%y@x+0%bs)qy+D_9-(o-(I{|NUVM zbPduTgJlkk4Sqk3={-TRULu1?8k&$i^V z5GDYU#0XsAB*`^?V%%HQ^pR16o;HP(dFo)m6<;qg^@JoPa|h~tUfl5lAAIThJTSpo zaII;%qU_YbGQp52B4K>B>obv7fX0^{J`;aBzF5WL)WAqN`UaORcgAM4&K<3he^zp* zq*+`R(hypwB(hI-`yjKx_u&@dV87k!m9%Z!`Zpy0W$Vyl1FqX?5G?;IWA<};N^E%* zVJasm=oN0J{lf~GEY$*60d)VF%s)%M%jR(Sng9pfB=w*Z+@~EE#wu`txp(0S6#JNk zzs(dagCJy!5Tj<=yR{qW4oH70j2f*_GP2+u+OZI#7W!E=UZ+HbUY3;i(TQly&toZr zDY^^W*X~79=76)t_&YhF0Q!Af{SVj2OO>tP6tlTMhkh~I4`Y9F9g>Nnkju$K5;UjC zwDBY$9v8Nv04M(n2h-_%Y~pVHf!Im0MZqHT*~351PTS+Z*J-)jpQL*ZSh|uHYQeyv*hEfpPy!9=}fa*~`n2O;6J0 z_-LNSo0G1&>s!Cmt1wnrZQlTInNL1X$I5jxVx;#CMJ|rprj-0Y)*B$d!yJB$hGM+8 z8e{2Kg+6k+gMRk&qG^hgiA)3xeH)$5(>1zNJ()aMVqMEJ?KRHG$qcDA7>r+b zY@PVg%KwUDUPo-f^RNnmN4Si4oV1g%?SLNDlpGfqXD}nR5IUR{wA3cuFX(ZhFQ-ud zoXB}}LEXxI(ZRU3th*L=I&!O<@GmcaN2JN>12b9eum4`7v}cU4M9)aC>0Txb@>aJzWWescXxJNw{Iz>9^e{^*2 zOt>vpA{U_%Xm8+dQWfFOOb#1;^L4w*@i^$#uW<~4Bbhybpe|CB^pfnFixfHRtc1Kd zf8)6(Q0<7=GLci{(C`{{*EFK3kvvZiiNhWx%fNWXjRafM*@rO4AqA2G_+=U zqa)H1q>z>5xn1ejRKz0MJvB3NJsn+^ez_sxpu+5YQ3F?FG2Jnp?swp>GjO~28{D7H zV*e$Zym&eKRrnZUpdKr91le$w4se2Q2c1tteUO)HD|4`;9a?$Vg%x67Uiz+kUXn&K@0&!yf!v6@!L%MY8UU(|6BxTUglDYIaxftX+OwGg7oL^Dp z4>$w$cMoR_Zuc|%VX*h}sy?vgB5)cb-6lQ!REXD8gDa>eOS0;*8L%cwE6q5-DhEcY zX15XF4s&%y^_%v>SX(?U2Qt$BN@4_eXaA6xs>%)X{l|;=)ZY!t^i}#tnfxd)P|}wi zV$|8-3jjbh>7m8*@1S(I?E})&mC8uJKD$18#-jGg5ZdUxA-Y#oj+Z>X2Mb-gHrGAt zmASw4{DrsT-ywxOxmg6YaR4Oq2Qr2132`#?& ze~Khpj6@afzk0oVjaUqon%&O2eb`a)x9Bm`%2}Ff(@E+#j`KbONrfe532il+>S|@U z^mN>w<%y*g;&KRegAja;=J$lN`xI^%mRZ*GK`VPFmKAZ+f+SEhuQsQ z*VOf1LJr!PT}t_;n5vVRp;i#s&v9|#EzJu``@zo)6UwV2u{3kOjXon@)qbn}dW}~M zc4|GlV7L!Itk*NIJNee925#rC0BmyvR#n!>jhxNXtr;^nDiS;^(Chu=)y7gLXY5%V0*fM3* z#3S9{OFZAy(z3+xUr-I0M@^Y7@jc14-KRFV>$y|X1-3)yxy=)z5DBsWKr;WghVTDV zhu9_#m+3Ji2tmZ}tV3xUt}C#-gc8wf{_njU&<7S~gLs+^v&$?t*u2&Fw<#d5{afiK zigOX8y1X&=GzQ&&<)|B&)Jn=EmbB0RCr`=6K-QcLS{zX^nbP*Mb80{Zx~W@|*>DEG zIvoY;oy_x97eTWXq#%o$HA`eHTJWMd#RB?Cbtc=ZX{&WoGx}g#thZkbucG_YZ}_9) z9Z@XRc4W({i<|sDbj8nJUu|E0mGum7L4B@P*fb~nkM$fQMV&Kp>CiYcvdErDXYTYQ z<%$^D$M<#>+V`TK8E8ZM=Paf|r(<^g-p|}#?Uto`U7RY3USG~#IWHrAy(*Lgj_xuH z=tcF_%U@^a2am9gMw%^h9<=DDr|&fy+%EY0pTl4`eY+Vqiy60-gE?7Q1`1m)2E#2w z?~rr4AX?6@U~bNTkXbRB%*2)$(db?4d}C}<1R})_;dq%woslk|@ujv4!bM#KM~W#H z+n1_WwMFT`wtXVg?iJxfL-J79<j9Vd8S$%khVm>%7R3QGadG!Y|T6<>z+bDI1#gdHo z9}vdG5#r9Bu*B3_A6*??fJtLgW)V!kxRN;ggGSl#prUxZD#3fS!Gw*y`%zg`{br`q zIp**@9=J|qsXz920pB~kQ$iBegwNtq5=M57SBwXX@@z%TMLvEX{yH2xw8AJCgHwmw zEr)w7bUIOvL^RA2s=&lj{ulWms=Bx>?;#_a&d;;J=Q`*qAa%>Q#k8b(tpK6u!NjHK z$#R9sKbL3B#nHkRgoJ&Cg{hoVbfiph+}Yb~piG2or7}@J2ENFbuB|UV*WF1>hAZg! zy6!IzPt_d;eA+|7PEIr!W&BN0|326Pjaloz@UiqH>BAAeA%q8QL4e9npn+O*X+as@bKjk`>IN z*Ki!HVG%3$?X|8uiEhi{xM$ZRdHk}Ay?Cs;`UVr_&liG8W>PGRtT-eksAx6gwO5Nd z@?a+YhF>!gW^b?q+j=d_)>D$4o9k$w|_|i&CA0kwm5f%lrM1^&6Tl>$THvS8+t}C5$7kt=m z!?tBCMBcX2GEt6uqKnfB3IS)>-sEb7e30)y2unCsEt5#Y1W!3(TeX}G9m2D1R9yN~Dc0ucSV}bf%h=U%n>lmQlSGbU z=FZK;?#i5&E*k3xDf3w4X1WWU>| zD+ievFs}|p#kUhdEgE4Vu#>&fczZqs#*omzR6+>hdWMvELM?^Rr zC-&k*(xc%n1<7OHjDnoPKhCd`#Jh@FJ6-ZW18x0SC4xo4x!VpO;HG}W&=+o;>^V@- z5w3VNN(5ydybRx6;;@rq$>7#~k1yBy3YB@XdGNAnVBw!k>;JRV&KHo{J(aYTU#KX- zG~3a-q{(tyE4}qgeRx^!LL&^Zb{ZZUs=&sVQG)>#_W;rt=Fkqm0(0PAiSUd|@P@*RIFX zM<~h!Rtbt6L)meyc;n-=VjM1}lv-|p!2{nU`nF0-N?&s)5w2|PdMqg8`+`&t z9s$ns_wT$T7wtCnx|sI`8R%r2ESjfgsOk%~V1oB%yuXXt|3M$u0Vlv(R(zo%NaRD! zPTK#LH*z2ePD*{lg2`wLu}pN(VNqJECwgCdM7RWqYxzAK+WcD@Jr?BLUdVp6ytvWz z?-&z3Tn5j5PB6A2)O2>uIF}6j$#kU`t@3QFeW$Lzito{+j-WGR)mj7cL}?%AWcDfV4D2 zjYxNQ4Bg!f^?UGrKk+@kbFS-L*Wo`V_Oth%wbx#8uX`~N6=mBN$)+cGbk2u4WfPKc z1#)S=oGFfH{ZG6`Oof@@a7u0h)M0lUJW9Q3PmU(s_xaA zo6|!6?~Z`)R@RFWqub*_I0m1MVM{?9?B9MpKEx8K?U36c`M*uGwuHiy^NbUtn$DE4IYq^$UT zX6vkOO5S_f|HbH2dr4BlW|cQ>Q8NG^pyU(yj&od)r#g3ZgOf)>FkaT7BQIN;g+0`~ z;x@h-e~I*`YuMvkT`sXHK8G=%pnL~C5YQa?6~H4pt4h1jw~sJ(a0(80|1Zl1@C{}I zU;o7*52k?^5$(=CPn`v@IB}>n`gvkSte+VY{8LW%QP>Y>||ljp`3ZlLi@d}_pA|!K=neTZPw|7@Ttc= zCr8kR(of$KR{t{t{?{M~uWSb4h5ep~P`IR6p4THGgf1vVGMZE4CNJ^lp1)Itg?o1k z)SwV`q}71I%%HlD6Kveswz*M8tVSY{(-^EZ++rqq9xaQL75296iq zW@~Gkmy`46OOQ^u7MKxeU!Uo?DlPP-fe) z5vmILAQ8kujPn=t-7vjzk$C>Fp*1QAv0hX0+TT%YJ zn)Pa+&t~dj;1e|cKLuWZJAbO!RzJ?> zZxGIdcWo|p;Dbj~hCid`Mv|;fg<&ZA`u&?xyL%6N8akl<^Wh^`mur;f zfAN8>MxT~()o<0>J#Ks4Qc-xh5v~c*t=%^c$>Tm+sN=cv1$v51LyN7TlT4~Ve)q6# zY{}MEE^Qaq?qVq|2Lx4*S2R*pBDYZon5)x^fgYiYATo&F*)}c@fTWGkP6XmydlBc{ z;JZtmX5oR{9^moQ(5n)e)KZQe@NY@n|M>T`lz_wXB6@#skBf_IZEdZ&rG-|jQ#J$k z4Wz|S9sohe?=y{OEAZQLHl$u(y! z3;P)z-4=)TC5ZtyTC4`@6joO`K+)?y{X-`)>xd01cp|kB%~w95(fCEHa>rFZmLu&J zVspOm_U}_a0{f`-@5?DD$|^dEcs{G*ua$Z&^kz~R$kv?qWqP19(425a9{60LMrSeV zKla)=zf6V-VMq)TiA+wu;AjeiCBRrBmBN2Z7On(%G_PQ5%ZLlxz8rZ8b07}c56`f{ ziy`#u5U6J}?{_b~0O<6$SqqeZ^<|<`-I&?(5`f@$^B8N7MhNfcc!&BNUtse|ct>!- z0D*&?*kIeS|5$Z@Xlfn+%C`GzuwRhpCMVA}l&)#`HZ zSC;&rt4BcT;C`H9U*3WgCn*|KLnD1-S5$||;p%(2X(5Ebpop^n!0C^MH0u94VhI4< z-PTrjS65eOr+5=9Y3SRE#}ixcVF_yU>>C6l_|V~dMS&aHv=?b#7gA}}kzj!1(GFmN zT`~^4UmOTlA#@sDnndNIOmNPJg03@;p%9P5fSx#ZZ4sj~Gc|b$hU}-4Kml)^#Jrk_ zV3I5-EZ+5t{L8R10km_719Kqr3xjs)uEUTbsNYLyON@s65?2*H9$UB3RFsl|uLG7E zPeDkeHUX8V8vcbvbpvvKw71#kC+n0nU*6Ec`=96v#GGkw0p_Wo&~>;z^7d79n<;T` zW4ZTC4+wE*Px{2Q4f|9weH-A!)T)3NkJznAdkN8UAr41C&im|lPd$NVmEXYq_{|fA z!gf{($_hfMU{NXGR=v!~&^fA2H+EQ$`n*H&`<(cwMGCXB<^rvjD0RgyGwO>cRp|p+ zg$mW_R+)=jSZY-cd(CEkwyRJDoP-7{_F#yOzj4t&C5J#o(%$?>9D+|)a&jGA4}dMV ze4PKB7jw&QljUgs;BNN4o5aEemOue6mR*_3Mo?&IlO~7P{Z%o@;?>_Jx!b!ckljs6 z5eudKBBdv4yNhO`6Qp*h*hUl;X%Y8cFKV*Is$*BsaVCApqJy(QEr^pPid~Re*LOBk zkG@a7n*5e(%smHajc@GgnC%NEc5VfKH|+sU5~u#X&>^X)(FUJzje(eD=T^@#>wg;) zi!Bcp^}W5l-Q3(174bit)4=(pSm=Q^NTD|q^e<&UBa4Ud!oN4Ej<0<>c1q-{k^mBl zmc&4g@nf<*h8@A_2Q`SlniYnQl9X}>Nef(V1y!(K8kb#`9Jui_d>_;hHU$lw+>~qx zznztAL+V#yHSZ2UB1$onV5Z!}P_!LY1yGsWSBN=-1$AAw&5P|7rU-e>*tz1 zf!R#wr3LXAul%LXYzaXv$eJAg8$Zn9qAf3e$p3&}(yW7Y(ShRODe8$$Hd+k>ge@VCt-j z8EWlQ{Lc7-*4nBa4)HJh+O3}b@q1>C2Rqn%;(-PGGFfS~_IKE#)EZ#-)q7Nld|hZ^Lk1}Aog&^ zvxGA8DYkRlE3F;UF@p1I{G4Kp8~+d&0r77?A>|1?JiOT0STl2TULKy^)AM`fTtH(( zftEzr`furmJCYgmgA}=rW9gZpt;*PB2b)LkaVW{(Gx)h?`?M*(}k>GXd+frwh6S!e`dHcji5B}mWf=dj zQj+0c6q}>rQ%@YiQaHl`nM!Hw7>*MEE60fkG`)U9XV|wM_Fm_BMXZFHv<<>l+NmJTU@gL9gJ?<-LzwU393mi2!GYt0>Pu~!;xZ64!1OWYvd&3#O)eZ z*lVbhq1LdH_v6Q}V^DUE74^)ja?Tq3m$FNa8mo$enS|3{bz(+FPEIny32c!}A;Nw) z%911)-Fe(N8&}Scec}H(pa8J!Wo$sjg@^w1T9H;VhXpK<@+M`!(%xFq=^^OD-I0HT z-4;BkPq09c>)<-`1o!vCu4X}|jn}n766!e`xlLsVA$*YdI@0^-)Z(&qKme7Yl&un8 zP5_-c+e$1*&ndG;SOFXW9}UiGya1dJZBW2Rp8RUd}?#`!_-G0m?2{a^4~0K!G><&d)TM^k=$ z69z;2*^@B+H|YR2u3Umte2Y0$*yXHBKz6y!s;4LcjBuW!R)7f3sK~6pczds8YU3#3 z++Ei+S%raC_IT99#>AO9bQu0nBPc`jXqeBvH1o{fd*FF#PMPOBSsP{>W(9a&{c~8F z@mr9bz!YDxD!_h^Bt?^MWfhAt^#{qJH=x zP?)i*vnSN8<74E6f(9X&3Saf@b{2fHn3FP{(}CZrrjEdp;mwTbd?Thdfr;mBwSVpy z_CFmI4(cW{c_QD9*llLA&6nh6Lu^j#xr%)M5tjiyUIA<|4nd%;_{rPT)GDAq@?RXc z2}8tv$Zqb;8y0B+GYo)v{^XSBqRKKcXju8{y0PsxhO5KTkh)6fCtR2 zt97yOgC(Lwx7;I!!wdk+WCPt_lOJ}h5IqK)#K#S&`FE|B_}jbmJRcavG2SEws<2}O zh7F!9&aTaF&2G8!|jjJcwblW}CV=C8J3>j=r*Vb_Jqgp_GJ>!k!O z6_s&L)_QLpZbb*#Bb{o?tPBSapQXW(J8P*x%`ex6fv%~sTOT`#e;KV)o_PBf(;G&; z3d_@W5*CDiQPbe2&I{GNw_%Z7lRcXgKnKasL!l#iI;LyhHb0@i7t0q-E4K_T`}P() z;*^nv5$Ulh3s0z76+z^Z~~ zVW>uoO?vu|z>u<%YwCuWj)n0XeL$tfbHbsYex*QTU~D0eX;0hRXrb@527o2G+--It zcQM&6W4Gw{!bTB^itKy;ScyFSMr`P*EljLOp{48Ua`|y#V$+2s^`(~^r;W#VPSCG zxP|AdR|a0Ig{>X_r~9hj^D6uE^KWYLX~NfD`xf+BH-@inX=Ea42pF?Zh2Od*lCq6E zjx&>8fsz1V%sXWNBx-VG#KOwT)9a0okI;Xu+se|i_o^&#vc@x73rq<>5Pu`}K?HNr zVnYY_)f!aq9dZuO=dL*;uUTR4Efrsmo1GUM)*G7r46oLF*TeQ#k-8F_CfwC@%%`mF zWoNZvm{y2%LNcF_zC7PWN4j&2+`*o2p*~F;yi5Rvg@BWz2MVD|3UYGQZ(XX(YbE+0 zRqn=y2jxw^QMLaTySmEP@6abHSTcVz0AK4n!ODR{seH{K`-eQE{UERdiG@DiLlKKA z-?NBsbA5iG-A>+X&72_sqqrbz>guw)y1Y0$+N^e2Rk5&OEHe7{k4y37NqbKZA19}% zKWc1zJk9*Ulu>wGe5?NqF`OXvV9d!F-9C#A4( z>}v&x7w-7I@pLP?L(s_X^L|@0EiKHBSW$!|yiE&7_F#4-F2N&{gn-cEb#Hg}`=cP< zWSPwonOH#zX10xmts&%;uf@YQM+?=O+P0jE@{cZ)X^#u}KkD6`$#OyK)%l+BVzWiB z*hGK-{yjc15rTINq!$7K5^cYqySq+mZ5kRHD~0@&l!Y75-Bea6CoUaRI6y@aLbty;$ z0^vHpw`v#4RujD+%5t~85Yti-*sa~q$SU(&ZAg+dw-)iVm#7u+G}%< zf%Gl&s`i~bcNloO@=HatzrXNWUY>AEDL#^uWWmJ^{j4KJem)sen#LLc&Gxh=a6%Pe~+AM_b9j(lz8Gs{3bTi~?pEG(21 z6o4cE+;!48pVCU0B1abUpPs$c(d!FN6n@T@@+0gpHLOk&*qGkg@hCT+0zHl6rJyPS zpUp>71G2Fv>UigI2d2xyg|>AnO-wif#a>M%J;G-|WmWA?1%yVn-OlJok&&!6K~t#bd16(Aw(>AxZ;#T`K#SbK|DR4q>-{X#x+j$ZR>@60kzIi$u`H#(2_bA9L!Q zE-zy)Cvx4GP4SPrTa0^J%?`HF+!oyn%ggBw+QzZ3-(5b4kBS0(_&2N=Al>lmn8yZ` zPMgpWM38>1yn2&c|QN6G7G!$tTzW0*=+r(;aw^mw_s+4&Y0O&&AN%7f$ z2=MSeef;?C>LZnq$IihjP_jMs-%=tZr00L91cmaHlDhZO#JB+nJzUp}gUU5=%RZ2wZPPWMwmpMa{!-7eGLkr1vp7LRE|3q0dd^h+oP9? zc*Vn$>Hsy~bO8cGKG)XCG60u2AH5#43JRhJ{&;wJO6tB;UNd-L$QHOxP65y;gcrE= zzb~~e-UI%bIlF%4UzSbGE3R-C`Sz_8fjs;0nD%kzd0ESSsG*>uJ!EEHz5P##x}U~8o1GPi z^1-t2+>vNNM5NfdZ8thMGXv4iSbh;No+K)} zoo`=7tZEga?i?lKDW?AkPpw=&?S;k^K~O_>PR`!`e&R*;qSKSw^q0xX8e^~1h$v~& z>!)=O70Rf;I~kvPKS^~h<0YQnA}9Lk(U?OqYRelU{`vFgy~9HwD#$Q=U3Ly{2ypfU zj7$*`KMY`_9B)h2zyBOG$^j^Z_*+;~7z`%pvhoNEs`A*KTUlYku{54A;gJGWl$9k5 zI0wpR zK?+7qX;gnL;hyAij_;5MH2FRBSN3`T6yme|K3Z2ltvW;U1Zey6k_KZ3RH0815mLD0Rpv*QT#@go)l#Dkie+Lkx*pQR#uvIbUx^S)Aj zU!o*GpRHZv?}a+^Q{jA?TUr_(AD2~I*Z?ptUoX7j&Lp+zw8GX{@=!*#M-!R7hFZSu z55NQ+E0gy`j4qTP#&q2B9O*$$)wW)$XljaSYHBVHO-?2{#fs@^WS*r7+xv|*!Dm%0 z{)i^T!FiGE^GtB?eOz2zH35sBlv==@%gYY~l<2)TSHn1XcoG;n04MC??(Se^^^8|Y z#Cd`1w<*`=#>U$EddTM_>UOiNXk>gKzF`fjm}C)VHdv7Ec6Liu3Qz~luThi4B!=GD z5(Oikn}7MG-j3#a#osGNxxf*w-{j3()Y0uZ-Dbb`Q%A39vtX?+PMfT0WKGA?&|95kjSK_S`;f;xcgMZ zzH}Z9`3w{1U$N6ktAs=(t4_AdXo$f{{Z~6OkSDS7m@&hP)ol>k@4-bWf3+Yu3*i#> zlk+dcbks7bcP{ICd#rM4J&{$5kAeA6xb0n6I#e&v+sUtj7X`1v4NrRA582lHbh_Rc8{5I}Bia!S9K z^mwOn-PPS-f@63%l8kI-CHOLf+Jk%0dI;nT+CQz?I{($Cnk;9R{xDtj&|PBz>W(WX z^T63jrt`-tjiCyblIu4WH9Nl`R&U?Em|s8&M1YTeVX-hEJAl+TZlb zh4+T5=KD^w$AC))kFECN;+DjSl5cs_^JgU~ue1;eTc&$$4?@$|(dXw)=(;0>`!vSG zR!nQ)kvl+l&fC8?6DW}jbT{@IVmz~(&&lz8E~~!s1$w?d8WN4!97C<;!pYcm_TEca z&Bu#Jgz)S0mFOMipI8p%Eatjt(@yPfZc%%H)+=SVq|G)+a;vk7Q95s%NTgd5b=aw= zN_?i;C31Obr)qnCn|862p@f(a>FMcxO1r+!+PwzRD{DXfE&>Nq-|jM-h1Y(6i<2!f zZr6s!oJ~0c`9vgv`xp&cr)Sy8UW$gl)?%#K4C!BIJJta`Gv!g15-1y+jyp5Jx*!9F zM%G8z&JJjiAWYrto7EdwM2O)}KFBYO%YGC*jtyGpgJ>wiqb-;!>@lM`K8g(>%EI1+ z4824q9-d^weDd6`PSdyL3G(!u`>rId)Wu}iP|0$aCAMQ}X1bln_Lt@pnP9%&+PXlMX37g%FAcXwK9>c#!j#`4vti27UMa5y6)WBPW+-{!c6 zrY4}Iku5PDs?fCxr|q#s1#&1e+s^qY*MaOigvGmtk<`U_NkM?A7B7<-U9P%peTZDf1yE z!Z42uzOPGK8@^l|$ifbvbln-$SY}yKn_p40u>Gy-E4SXdqK5YErpw7PdPw9pEe$SN za7XKz@>zi7o<{*R#AyHz^fDKhe1Xz|{?P`QU8JnBkv-2gralFj-O=d% zf($pQpkkOHT~DNDtLMt2nKie-K~33zY`gWnzn{;RAcC*63va4y?w26I zw+5}NjY@y$2)uK3vPqkA(E&74sz6_Eo@N2W4TiBAud{I=*xVlKey<7C6M2PI7X0bM z^;iRm0N>KN!AIK{XX(0T@p?g43l+}7wh?K1nLkj2;v)`ONbB%gv%$j%pDQz5Jy^B& zio6a(c6G1&2yiek5X6vmSz)1rk&%(L^;#0DbH12@{`=81p?fYKE}wnLQEm+*;#5yG zp?YkI9SAUey7Iovz+4&EGt(jL@UKj&eTVqXlGqJ3O)JMXu8u`9_%vnoYc;6oA=G;K z2`v{K9Jf?qR*@}&I2962Xh~MRSj@iCcKqCGHj#cc3J~DjgABbM=7B8RP29|FzVoo| zT??y%yKwEc2ue>?b$)vr?)N?bsDdlF^dbZl){N6v7R2HB_&9JUyj`RcbZH$Ja2`JH z0!k>HUz_;=T??ZbmD0B9z~Jifah(^@GPd4%KnHIy7|i|R(OZE50CJY~)-ZP24dgcu zrBw7Bne7+=UQ#zYsKmu=V5+*?=bNdAlBwybV{(E`&<1nbuh*N><0M&^2E3T>FsJ@? zCSP!DGTL}C>6uO2ZYDd~gm+d^P?Y4Ab5xLXH2F>*9%?FNE3q@5sz$g_AAk2J=A!#% zmb@=$BC)1|Or4daa1;#0RNlvRL@-X}>lZT?gvalxpvy%Kl%iT*ILmpn`gXMJro z^N#kP&H5b>AN6>7xz5$Wg$27*-@`E?cQK<{2#DXo2$x^Xi`bvIjQ5m?*yC(#!s0a!KqB-6@h>16y@fyq)&OIbE;c&n@jQJYou4iOt zMI9f-oYMl_%zm#ge#`X0f0l4#Qd`1BZL2;MKbwVKChkiw@&=`}hx zS~qlgX8`8;JyhSa>;xURT&Us30iJ+;I6@cC_%tV>=vRXsKGQpFO1bLm z<=^z|SC)vi*-i^HR38eeYkJ%FULwen&`wGqIB5n}XIszf9F}Mp$v|!c$E_Hx`%_W% z?!Ay22=WN#t0tNOx2#gC?jvZSt*LrVsOkzULL75(X7>DlLl| z*+5{h@KMwRpWD{qppmv*ag%5Vo785ZCYc*|)93Ox%K3WCDUWOp-1X;*I;7OO7-3hLzDm=yHP5p>CU-#5&EbyZh>+DU>w zsmT*}a0qoRyoB|Qoh=lry|i<1fCmS^z8aPQ_O4J50znrSa|!xlEsn~TV=^RAP+2)S zIR!afh)wb7&xCvngL??|jWWxkw#R3<%p^@^6=Mv`8if#JFOjE$0(1*$W5p0QN9k&R zP{rOoE!PCMi7sB-iN()~KEm}5J$$r&hdk|z%?9{_Lwr*5$v4xY=-(uFArzCW%|W<= z)`jB}?3X?nV&fSnrH#F+nHbg!!*V?ua`M*%)EE86CMN%QDF8d%5o^PQ`O~^0}ZMlgdOhpT-nUBxGkE#xb&)( zukghUnNRWen?Eh#llxI&(sOQSB0cs7avBTQn&WN&atgAdrLG`*<2_Y zh>1{9Q*V1pwN{-!4YeaeLW6Z}oUuAYIvw*rWs@M7oi^tlw$ZBo+;=Tj5yA&;{S_(R zTT^!&3i(Yh53LJ-M`V7%et1NdTiE$Q@b;^7ys<3Sv>*9!e1RguVxipgGOS5eSa^~UCMiuZC!h^p_Vdhay93N$!E--C)8{C4`LsFKmAE4PaPtmD-s zTeXt5ucy$Di|*kEJ|Yl$`iA=YXM%!X|F|9J_W?WLe3u`l%|Nz0D&`)}HD>!>x{=Bp zps|is%#D$~vtbmcRnYhHITa1jW>?w zQoX&BMZk4HE753yAAKe>HMQ_p`+XvRZrmp!{S#ADQd=3lcbQ|1UIaB*a7zWPF4RAc zco&2=>pqY;8eMrR;jh7!teBx3WJ&)JH2w>9tY$kMruyKv-V2+L9(vDTy1omIsr$nunYqQ+Tw|W4OpsA(h>IVXTWhyBt z3FzXaGW#fZSbO)B9iNbK3QOJr(5k z%iw@?b)Kl6aGK9W6ku9C@!JX#gs7k~0o z0jV_sz3Hjh-AbX$1-iOh?pS;{N8>g#@ag&H`CYBNRobuzOFSY-_+?`s5?u7Kj**vg zkx=vMFgm_tMc1NE3_@QbmKdzRh3+|ibDjcBj>8@xVSSVO3p1gFAL9jFhXRXuC-ui~ z()$1jIe%ld=FSGwz839M^^?wz-PwdFW9NfE!1^Kh~+c+7sY<&wzcl& z8&|%7Nc`%#xv&>~7k2ts6a=9NfVnk)MOk>=gDe2^JkbWwE&Tu-m9Et+zJ(Wf#gFtU z0{JSk1AZSyu~dWyP{AVav@SB@E$q>I^*ejkeSKVf-2ITd{PHItq&p=yQ0L#@>-mY7 zEbl3Mo7FeDV(hf4y$;uE%ikL{xm;jd; zya*l*n+=Sto!0ExsX0uG$SzN-Mi(z=isN-K-^Gg=S)+<6=$5&K1 zB1lQ=0(qwhwoSt@E>CXKK5AFB$%jt(Z1$8H-2SaZ6DPWN2W*IhyT=9ZVMz}k+icHp zNlgscZftJUn!qMjb{YkM#l8#pd-Z8!K<*w-!pdlkFnwiou8 zd+0LWvE^S#4QMCr3U!^u?w4IHla2oU%q(9$lMbun^TBlVeGeh))Z>uQf@y=r^hO>IM(Fbp0(OseNLe$*l{EOVG4{0b-E3szKR+5 zSYC4aCZ?QD#k_RW9a?jOK-V2qkQoRrd?BS=fo&u%r(iMA^KI^)x}E+C-8eSgOsEf5 z>FRj7tD9z3`!L~g)@70K&pfnm>1F1b=LCC&U^T7(eivV#6=c+<8RYufAHLGb>6X}+ z0QJ8Jk1Zg>XBBkZl{Xbk;8d)pE;9S1Yij;1A)JOpr>6Mqg8gcjQ1Co`QI~4}_6Y;6 zzKmareYFxpbS2$MA|RkQ{t@pqfM3u%s>w4kn$h>Ol~4TwJl64Nc-$g(2m~fW_5uO2 zM3e*`F@Dfgys3qegRwv7i4N7Ar7_7@@)&XoXY=E^EDUDdgPFhN6&P%Qu55Wm$6taf zD74=j59^*?BMz!vhn_CX6CvnK3K%M>CNHK^GNjTSaC?zhezV-RqO8O{`0_2!QMv;Gjej2NQd;%c3$zN2 zfAI+|jiBKiq5yd>arA2I`bTR9PV}E6Zw`3z@D`fPnC8k#aMI5GklHbhi#H}ZEDRS5 z-g4#1IPKZ1G-50t^!$7Jk_V-ptSSf} zrpZXdv~jUtvdZvHlP(=sm!jW~4e6^Es4Z2Pd!fMgE@89_3Im3B zB}!lwzkUG9$LcA9wvQDR2K`HZ)2h<54dat+H*=VfA4V7{N|}SUuC+@J8Imacd6M*@ z-@KnZi>KALZTZS?AA^g?)8m|72RbcqcMkjuZQ= zjY?$Aym@(fz@gO2yrW;+vG!v-OivPSUHNR-t%WZdo?~S=HzmaHDXXLgQv${b7!?xtl5 zXchP`C*QG&$l|z5*`UZOVr@>MFL+2DvyEv1?&JA1Z`$1H z`O`8R!&3Imh1`}8(Xxq|HEq-a7d1nC+n4(Ti-A*k_^cPw8IjUW29 zPA34R$3$oA7R^|13s{dQxY28}3yCE{l;duEv5rX4Z6xHZ&3d%0mtD_D8AoV-v(+Z6@`=-v(HhUcPzS1g% zIi8wVA$A=6q9ROk^4W)@)tcE5nxXNhDp&V4M-h*g*4##)-}S$XO@VeL$0h5Os*cEO z>Gq0G(=c^=yL*c)8cL&nC#9-SJWZ2w zF-liyRn)q?X$o?6dL>S96XoR<^3d_PwWXil^S|Nfe%i7l`Oet>xPmzk_+k&6R;9~W zc6@8pQg$e3(;WgoH&l2~_vB;exyB=sZ8j~G{S-D`u|=bW%c3#UiS%~{ee&&2MK$=Wt+iPs^E9YS1`9W1p=4_NB zpg%G(mL|$TI2h{qZ0<`I2*<0VWd6gB^Y|FRxVwGfvCX{SI{8clAt30p|NWEeJ1N-w z=p)y>qpuyFQa*gT>{qS76-9!&Xzi2U1Vh#uVB%@bt=JtY~I%CJP9+TvbN#R{7qwNR|0D+8G3T1l&S@V1k0kf1^9sH7?MYJC_QOilse!B(*OHHB3%3&9IszQPb97r;n!6eUZfH| zRv!e9s7DXxpkbd+6+!#kVKmdVSe#)p zZXNnYX9|q|6~tW^i1p}n61@;R?LGybcth+TS)>DUg$E6+3sL>aymr`=CNh95sfp}z zuO(|Z1&1Y@+C=^`zJ#IyNZtj|bE6-42+`OC3-L?SnmY!oAJ5=4Qq_I*W<*Hb6#2^B z6oz0=`Nb5ti`MKl5PBv;gc90?2>CF&XzJ0xeY4^Z^~3SWaQdE}kVPL%EG+_)_>V$C zN`Sb%*E(>xRe`dMsAv^J)plL)dkK>*2g;v}>mK>LC4{28sHz||?S@6tOr&Wpr1y8V zQasAZF+{Yf!R)`Ko)SLjb3jNxmuzuFQHdZ!ElO`d?s)aOOZwA#sgA4%@nQZLga9)B zk3o3RS)lK?A#ThmYapW3X%zbQ0Om=R8p%!)`kd~IcyQgqex;sT)tfJm!lmWIv{+-l z`8FD7Ykk=J+F*oxTPWmqK3TA`O1h)?YCiJpaCZTJ-wIgHIn}>ZdUQ&M$7!10lAI@% z0Fr$P_mu8&%I}q{MmlC$ObCuRD(troljLJI$*Hi2`Q1~d^u7_5a{)^l&F3?6eIiUh z-)i9AX8I-Jb6$mi&b$Ur2O4uh+zXE5HPf%y02jq@L5r0%Suse@54PhWMC@aGltgR) zaLd8NgZzSC^@=B@gGh7yQqL*YSVUI;eQ*y6PyDI~fT@@q#yoAO1h0NFn$D literal 66276 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 C+O)U; diff --git a/windows/client-management/mdm/images/autoenrollment-policy.png b/windows/client-management/mdm/images/autoenrollment-policy.png index f9bb0095141a2e7ddca304bb15ee73e24e7d76f9..61421babeed82e9300c84de20684a24ac1b6ad12 100644 GIT binary patch literal 150662 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≫`s1Cpcyp%73=Ws@ot2A3r|8_R2zn7d#s%xk(kEK(6 zsxsEn`QfyehC*7Q!Ks3o56ews;O#i@*cvwp5q8{^|P$ZnpsElU^18*bn zRZ^2aPm_W5TTLyvqb5tae;BlNwP~ya7FgP9X^&%aXc_qHIm{l~e;JU{*zaE7WZ0rL zNK_s2`5I0x;Ls&k$!VpiE-n3jQF7Ht5iwdk95auAV@u@{>QxQEYQIZ3o1}@W0pdwH!<}z>M3Iz>lbaZ+Z5Urqe(VuC zK0RlaC-z5_StPad_&#QDpU≪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

    aDruPGps_ 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 t`Pb0|m8fX|vLPYjsiIA?>{{j_6e#8I( literal 43850 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 CLIK18 From 819b732775e12c32e4e6bb67b59778835ac57db8 Mon Sep 17 00:00:00 2001 From: Rick Munck <33725928+jmunck@users.noreply.github.com> Date: Tue, 24 Sep 2019 22:44:24 +0300 Subject: [PATCH 053/191] Update security-compliance-toolkit-10.md Removed unsupported baseline and downloads for Windows 10 1511 and Windows 10 1703. Removed Office 2016 baseline and replaced with Office365 ProPlus (Sept 2019) --- .../threat-protection/security-compliance-toolkit-10.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/windows/security/threat-protection/security-compliance-toolkit-10.md b/windows/security/threat-protection/security-compliance-toolkit-10.md index 7036973802..51bae0efac 100644 --- a/windows/security/threat-protection/security-compliance-toolkit-10.md +++ b/windows/security/threat-protection/security-compliance-toolkit-10.md @@ -31,9 +31,7 @@ The Security Compliance Toolkit consists of: - Windows 10 Version 1809 (October 2018 Update) - Windows 10 Version 1803 (April 2018 Update) - Windows 10 Version 1709 (Fall Creators Update) - - Windows 10 Version 1703 (Creators Update) - Windows 10 Version 1607 (Anniversary Update) - - Windows 10 Version 1511 (November Update) - Windows 10 Version 1507 - Windows Server security baselines @@ -42,7 +40,7 @@ The Security Compliance Toolkit consists of: - Windows Server 2012 R2 - Microsoft Office security baseline - - Office 2016 + - Office365 ProPlus (Sept 2019) - Tools - Policy Analyzer tool From cce5ecde3264bdf56a9eecddb8837106346a85cd Mon Sep 17 00:00:00 2001 From: Jeol Stevens <43424870+joelste@users.noreply.github.com> Date: Tue, 24 Sep 2019 15:06:41 -0700 Subject: [PATCH 054/191] Update manage-settings-with-mdm-for-surface-hub.md added additional link for how to setup AAD Join with Intune --- .../surface-hub/manage-settings-with-mdm-for-surface-hub.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devices/surface-hub/manage-settings-with-mdm-for-surface-hub.md b/devices/surface-hub/manage-settings-with-mdm-for-surface-hub.md index 96577828d5..0ea98cd1b4 100644 --- a/devices/surface-hub/manage-settings-with-mdm-for-surface-hub.md +++ b/devices/surface-hub/manage-settings-with-mdm-for-surface-hub.md @@ -46,7 +46,9 @@ You can enroll your Surface Hubs using bulk, manual, or automatic enrollment. Surface Hub now supports the ability to automatically enroll in Intune by joining the device to Azure Active Directory. -For more information, see [Enable Windows 10 automatic enrollment](https://docs.microsoft.com/intune/windows-enroll#enable-windows-10-automatic-enrollment). +First step is to setup Automatic MDM enrollment, see [Enable Windows 10 automatic enrollment](https://docs.microsoft.com/intune/windows-enroll#enable-windows-10-automatic-enrollment). + +Then, when devices are setup during First-run, pick the option to join to Azure Active Directory, see [Set up admins for this device page](https://docs.microsoft.com/surface-hub/first-run-program-surface-hub#set-up-admins-for-this-device-page) ## Manage Surface Hub settings with MDM From 1aea04cbec182e260bf97864d51dab92abf23e95 Mon Sep 17 00:00:00 2001 From: Baard Hermansen Date: Wed, 25 Sep 2019 02:54:31 +0200 Subject: [PATCH 055/191] Update build-a-distributed-environment-for-windows-10-deployment.md Updated Notes markup. Added a few line shifts for increased readability. --- ...d-environment-for-windows-10-deployment.md | 27 ++++++++++++++----- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/windows/deployment/deploy-windows-mdt/build-a-distributed-environment-for-windows-10-deployment.md b/windows/deployment/deploy-windows-mdt/build-a-distributed-environment-for-windows-10-deployment.md index 944c8ac8aa..992ecb138f 100644 --- a/windows/deployment/deploy-windows-mdt/build-a-distributed-environment-for-windows-10-deployment.md +++ b/windows/deployment/deploy-windows-mdt/build-a-distributed-environment-for-windows-10-deployment.md @@ -33,8 +33,8 @@ Figure 1. The machines used in this topic. Replicating the content between MDT01 (New York) and MDT02 (Stockholm) can be done in a number of different ways. The most common content replication solutions with Microsoft Deployment Toolkit (MDT) use either the Linked Deployment Shares (LDS) feature or Distributed File System Replication (DFS-R). Some organizations have used a simple robocopy script for replication of the content. -**Note**   -Robocopy has options that allow for synchronization between folders. It has a simple reporting function; it supports transmission retry; and, by default, it will only copy/remove files from the source that are newer than files on the target. +> [!NOTE] +> Robocopy has options that allow for synchronization between folders. It has a simple reporting function; it supports transmission retry; and, by default, it will only copy/remove files from the source that are newer than files on the target. ### Linked deployment shares in MDT @@ -49,6 +49,7 @@ DFS-R is not only very fast and reliable, but it also offers central monitoring, Setting up DFS-R for replication is a quick and straightforward process. You prepare the deployment servers and then create a replication group. To complete the setup, you configure some replication settings. ### Prepare MDT01 for replication + 1. On MDT01, using Server Manager, click **Add roles and features**. 2. On the **Select installation type** page, select **Role-based or feature-based installation**. 3. On the **Select destination server** page, select **MDT01.contoso.com** and click **Next**. @@ -88,23 +89,30 @@ Setting up DFS-R for replication is a quick and straightforward process. You pre When you have multiple deployment servers sharing the same content, you need to configure the Bootstrap.ini file with information about which server to connect to based on where the client is located. In MDT, that can be done by using the DefaultGateway property. 1. On MDT01, using Notepad, navigate to the **E:\\MDTProduction\\Control** folder and modify the Boostrap.ini file to look like this: - ``` + ``` [Settings] Priority=DefaultGateway, Default + [DefaultGateway] 192.168.1.1=NewYork 192.168.2.1=Stockholm + [NewYork] DeployRoot=\\MDT01\MDTProduction$ + [Stockholm] DeployRoot=\\MDT02\MDTProduction$ + [Default] UserDomain=CONTOSO UserID=MDT_BA SkipBDDWelcome=YES ``` - **Note** - The DeployRoot value needs to go into the Bootstrap.ini file, but you can use the same logic in the CustomSettings.ini file. For example, you can redirect the logs to the local deployment server (SLSHARE), or have the User State Migration Tool (USMT) migration store (UDDIR) local. To learn more about USMT, see [Refresh a Windows 7 computer with Windows 10](refresh-a-windows-7-computer-with-windows-10.md) and [Replace a Windows 7 computer with a Windows 10 computer](replace-a-windows-7-computer-with-a-windows-10-computer.md). + + > [!NOTE] + > The DeployRoot value needs to go into the Bootstrap.ini file, but you can use the same logic in the CustomSettings.ini file. For example, you can redirect the logs to the local deployment server (SLSHARE), or have the User State Migration Tool (USMT) migration store (UDDIR) local. + > + > To learn more about USMT, see [Refresh a Windows 7 computer with Windows 10](refresh-a-windows-7-computer-with-windows-10.md) and [Replace a Windows 7 computer with a Windows 10 computer](replace-a-windows-7-computer-with-a-windows-10-computer.md). 2. Save the Bootstrap.ini file. 3. Using the Deployment Workbench, right-click the **MDT Production** deployment share and select **Update Deployment Share**. @@ -121,9 +129,12 @@ When you have multiple deployment servers sharing the same content, you need to Figure 5. Replacing the updated boot image in WDS. 6. Browse and select the **E:\\MDTProduction\\Boot\\LiteTouchPE\_x64.wim** boot image, and then complete Replace Boot Image Wizard using the default settings. + ## Replicate the content Once the MDT01 and MDT02 servers are prepared, you are ready to configure the actual replication. + ### Create the replication group + 7. On MDT01, using DFS Management, right-click **Replication**, and select **New Replication Group**. 8. On the **Replication Group Type** page, select **Multipurpose replication group**, and click **Next**. 9. On the **Name and Domain** page, assign the **MDTProduction** name, and click **Next**. @@ -146,7 +157,9 @@ When you have multiple deployment servers sharing the same content, you need to 17. On the **Review Settings and Create Replication Group** page, click **Create**. 18. On the **Confirmation** page, click **Close**. + ### Configure replicated folders + 19. On MDT01, using DFS Management, expand **Replication** and then select **MDTProduction**. 20. In the middle pane, right-click the **MDT01** member and select **Properties**. 21. On the **MDT01 (MDTProduction) Properties** page, configure the following and then click **OK**: @@ -167,8 +180,8 @@ When you have multiple deployment servers sharing the same content, you need to 1. In the **Staging** tab, set the quota to **20480 MB**. 2. In the **Advanced** tab, set the quota to **8192 MB**. -**Note**   -It will take some time for the replication configuration to be picked up by the replication members (MDT01 and MDT02). The time for the initial sync will depend on the WAN link speed between the sites. After that, delta changes are replicated quickly. + > [!NOTE] + > It will take some time for the replication configuration to be picked up by the replication members (MDT01 and MDT02). The time for the initial sync will depend on the WAN link speed between the sites. After that, delta changes are replicated quickly. ### Verify replication 1. On MDT02, wait until you start to see content appear in the **E:\\MDTProduction** folder. From caa82844d3d679c86fecfcf788d0dcdb23f730a4 Mon Sep 17 00:00:00 2001 From: ImranHabib <47118050+joinimran@users.noreply.github.com> Date: Wed, 25 Sep 2019 17:49:17 +0500 Subject: [PATCH 056/191] Update devices/surface-hub/surface-hub-2s-account.md Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- devices/surface-hub/surface-hub-2s-account.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/surface-hub/surface-hub-2s-account.md b/devices/surface-hub/surface-hub-2s-account.md index 1ced2e6be5..03b3f8d7ef 100644 --- a/devices/surface-hub/surface-hub-2s-account.md +++ b/devices/surface-hub/surface-hub-2s-account.md @@ -35,7 +35,7 @@ Create the account using the Microsoft 365 admin center or by using PowerShell. ![Leave remaining settings unchanged in the default state](images/sh2-account3.png) -3. Set the password for the device account. To set the password, click on **Users** and then click **Active Users**. Now search for the newly created user to set the password. Ensure that you **do not** select the option **Make this user change their password when they first sign in.** +3. Set the password for the device account. To set the password, choose **Users** and then select **Active Users**. Now search for the newly created user to set the password. Ensure that you **do not** select the option **Make this user change their password when they first sign in.** ![Set the password for the device account](images/sh2-account4.png) From b057c4691635afead2a0b14c405e1a67cf3cd31d Mon Sep 17 00:00:00 2001 From: DanPandre <54847950+DanPandre@users.noreply.github.com> Date: Wed, 25 Sep 2019 11:47:44 -0400 Subject: [PATCH 057/191] Update surface-hub-update-history.md Adding details about fix for Hub's SfB client contained in September 24th CU. --- devices/surface-hub/surface-hub-update-history.md | 1 + 1 file changed, 1 insertion(+) diff --git a/devices/surface-hub/surface-hub-update-history.md b/devices/surface-hub/surface-hub-update-history.md index b316f450b1..f622b949c8 100644 --- a/devices/surface-hub/surface-hub-update-history.md +++ b/devices/surface-hub/surface-hub-update-history.md @@ -34,6 +34,7 @@ This update to the Surface Hub includes quality improvements and security fixes. * Addressed an issue with the Windows Team Edition shell background displaying incorrectly. * Addressed an issue with Start Menu layout persistence when configured using MDM policy. * Fixed an issue in Microsoft Edge that occurs when browsing some internal websites. + * Fixed an issue in Skype for Business that occurs when presenting in full-screen mode. Please refer to the [Surface Hub Admin guide](https://docs.microsoft.com/surface-hub/) for enabling/disabling device features and services. *[KB4503289](https://support.microsoft.com/help/4503289) From ad8311c9137f34db256eb7de2d2ef99842ede2ee Mon Sep 17 00:00:00 2001 From: ImranHabib <47118050+joinimran@users.noreply.github.com> Date: Wed, 25 Sep 2019 21:51:33 +0500 Subject: [PATCH 058/191] Update windows/security/identity-protection/hello-for-business/hello-planning-guide.md Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- .../hello-for-business/hello-planning-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/identity-protection/hello-for-business/hello-planning-guide.md b/windows/security/identity-protection/hello-for-business/hello-planning-guide.md index 6754b12265..ce5b9697d9 100644 --- a/windows/security/identity-protection/hello-for-business/hello-planning-guide.md +++ b/windows/security/identity-protection/hello-for-business/hello-planning-guide.md @@ -94,7 +94,7 @@ The built-in Windows Hello for Business provisioning experience creates a hardwa #### Multifactor authentication > [!IMPORTANT] -> As of July 1, 2019, Microsoft will no longer offer MFA Server for new deployments. New customers who would like to require multi-factor authentication from their users should use cloud-based Azure Multi-Factor Authentication. Existing customers who have activated MFA Server prior to July 1 will be able to download the latest version, future updates and generate activation credentials as usual. See [Getting started with the Azure Multi-Factor Authentication Server](https://docs.microsoft.com/azure/active-directory/authentication/howto-mfaserver-deploy) for more details. +> As of July 1, 2019, Microsoft will no longer offer MFA Server for new deployments. New customers who require multi-factor authentication for their users should use cloud-based Azure Multi-Factor Authentication. Existing customers who have activated MFA Server prior to July 1, 2019 will be able to download the latest version, future updates and generate activation credentials as usual. See [Getting started with the Azure Multi-Factor Authentication Server](https://docs.microsoft.com/azure/active-directory/authentication/howto-mfaserver-deploy) for more details. The goal of Windows Hello for Business is to move organizations away from passwords by providing them a strong credential that provides easy two-factor authentication. The built-in provisioning experience accepts the user’s weak credentials (username and password) as the first factor authentication; however, the user must provide a second factor of authentication before Windows provisions a strong credential. From cfbe2b0d2a3b40db488321af0088e1b0c803b0d4 Mon Sep 17 00:00:00 2001 From: ImranHabib <47118050+joinimran@users.noreply.github.com> Date: Wed, 25 Sep 2019 21:51:53 +0500 Subject: [PATCH 059/191] Update windows/security/identity-protection/hello-for-business/hello-planning-guide.md Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- .../hello-for-business/hello-planning-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/identity-protection/hello-for-business/hello-planning-guide.md b/windows/security/identity-protection/hello-for-business/hello-planning-guide.md index ce5b9697d9..ce4b3fa6f0 100644 --- a/windows/security/identity-protection/hello-for-business/hello-planning-guide.md +++ b/windows/security/identity-protection/hello-for-business/hello-planning-guide.md @@ -81,7 +81,7 @@ The key trust type does not require issuing authentication certificates to end u The certificate trust type issues authentication certificates to end users. Users authenticate using a certificate requested using a hardware-bound key created during the built-in provisioning experience. Unlike key trust, certificate trust does not require Windows Server 2016 domain controllers (but still requires [Windows Server 2016 Active Directory schema](https://docs.microsoft.com/windows/security/identity-protection/hello-for-business/hello-hybrid-cert-trust-prereqs#directories)). Users can use their certificate to authenticate to any Windows Server 2008 R2, or later, domain controller. > [!NOTE] -> RDP does not support authentication with Windows Hello for business key trust deployments. RDP is only supported with certificate trust deployments at this time. +> RDP does not support authentication with Windows Hello for Business key trust deployments. RDP is only supported with certificate trust deployments at this time. #### Device registration From 0f66b1d8f9471b1e72dd041f458e351a01a28beb Mon Sep 17 00:00:00 2001 From: MSFTTracyP <33558605+MSFTTracyP@users.noreply.github.com> Date: Wed, 25 Sep 2019 14:06:57 -0700 Subject: [PATCH 060/191] Update Update --- mdop/dart-v8/TOC.md | 2 +- ...der-offline-wdo-for-malware-protection-not-dart.md} | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) rename mdop/dart-v8/{microsoft-diagnostics-and-recovery-toolset--dart--users-should-use-windows-defender-offline--wdo--for-malware-detection.md => use-windows-defender-offline-wdo-for-malware-protection-not-dart.md} (87%) diff --git a/mdop/dart-v8/TOC.md b/mdop/dart-v8/TOC.md index e6b9c3194c..b2c907364b 100644 --- a/mdop/dart-v8/TOC.md +++ b/mdop/dart-v8/TOC.md @@ -39,5 +39,5 @@ #### [How to Use a PowerShell Script to Create the Recovery Image](how-to-use-a-powershell-script-to-create-the-recovery-image-dart-8.md) ## [Troubleshooting DaRT 8.0](troubleshooting-dart-80-dart-8.md) ## [Technical Reference for DaRT 8.0](technical-reference-for-dart-80-new-ia.md) -### [Microsoft Diagnostics and Recovery Toolset (DaRT) users should use Windows Defender Offline (WDO) for malware detection](microsoft-diagnostics-and-recovery-toolset--dart--users-should-use-windows-defender-offline--wdo--for-malware-detection.md) +### [Use Windows Defender Offline (WDO) for malware protection, not DaRT ](use-windows-defender-offline-wdo-for-malware-protection-not-dart.md) diff --git a/mdop/dart-v8/microsoft-diagnostics-and-recovery-toolset--dart--users-should-use-windows-defender-offline--wdo--for-malware-detection.md b/mdop/dart-v8/use-windows-defender-offline-wdo-for-malware-protection-not-dart.md similarity index 87% rename from mdop/dart-v8/microsoft-diagnostics-and-recovery-toolset--dart--users-should-use-windows-defender-offline--wdo--for-malware-detection.md rename to mdop/dart-v8/use-windows-defender-offline-wdo-for-malware-protection-not-dart.md index 8d28155d2c..1b9b5e605e 100644 --- a/mdop/dart-v8/microsoft-diagnostics-and-recovery-toolset--dart--users-should-use-windows-defender-offline--wdo--for-malware-detection.md +++ b/mdop/dart-v8/use-windows-defender-offline-wdo-for-malware-protection-not-dart.md @@ -1,5 +1,5 @@ --- -title: Microsoft Diagnostics and Recovery Toolset (DaRT) users should use Windows Defender Offline (WDO) for malware detection +title: Use Windows Defender Offline (WDO) for malware protection not DaRT description: Microsoft Diagnostics and Recovery Toolset (DaRT) users should use Windows Defender Offline (WDO) for malware detection author: dansimp ms.assetid: 59678283-4b44-4d02-ba8f-0e7315efd5d1 @@ -10,12 +10,12 @@ ms.pagetype: mdop ms.mktglfcycl: support ms.sitesec: library ms.prod: w10 -ms.date: 08/30/2016 +ms.date: 09/25/2019 --- - -# Microsoft Diagnostics and Recovery Toolset (DaRT) users should use Windows Defender Offline (WDO) for malware detection - + +# Use Windows Defender Offline (WDO) for malware protection, not DaRT Environments that have the Microsoft Diagnostics and Recovery Toolset (DaRT) Defender tool deployed should instead use the Windows Defender Offline (WDO) protection image for malware detection. This applies to all currently supported versions of DaRT. These versions include DaRT 7, DaRT 8, and DaRT 8.1, together with their service packs. From e3ac404dbd1e7c567a4fee081f809b24b727bdea Mon Sep 17 00:00:00 2001 From: MSFTTracyP <33558605+MSFTTracyP@users.noreply.github.com> Date: Wed, 25 Sep 2019 14:29:10 -0700 Subject: [PATCH 061/191] Update use-windows-defender-offline-wdo-for-malware-protection-not-dart.md Update --- ...dows-defender-offline-wdo-for-malware-protection-not-dart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdop/dart-v8/use-windows-defender-offline-wdo-for-malware-protection-not-dart.md b/mdop/dart-v8/use-windows-defender-offline-wdo-for-malware-protection-not-dart.md index 1b9b5e605e..e71ab70846 100644 --- a/mdop/dart-v8/use-windows-defender-offline-wdo-for-malware-protection-not-dart.md +++ b/mdop/dart-v8/use-windows-defender-offline-wdo-for-malware-protection-not-dart.md @@ -15,7 +15,7 @@ ms.date: 09/25/2019 -# Use Windows Defender Offline (WDO) for malware protection, not DaRT +# Use Windows Defender Offline (WDO) for malware protection, not DaRT. Environments that have the Microsoft Diagnostics and Recovery Toolset (DaRT) Defender tool deployed should instead use the Windows Defender Offline (WDO) protection image for malware detection. This applies to all currently supported versions of DaRT. These versions include DaRT 7, DaRT 8, and DaRT 8.1, together with their service packs. From 182e63042715c5b7b44dd57984415829469c3cc2 Mon Sep 17 00:00:00 2001 From: MaratMussabekov <48041687+MaratMussabekov@users.noreply.github.com> Date: Thu, 26 Sep 2019 09:43:46 +0500 Subject: [PATCH 062/191] Update windows/security/threat-protection/windows-firewall/create-wmi-filters-for-the-gpo.md Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> --- .../windows-firewall/create-wmi-filters-for-the-gpo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/windows-firewall/create-wmi-filters-for-the-gpo.md b/windows/security/threat-protection/windows-firewall/create-wmi-filters-for-the-gpo.md index 7524bc4671..bee941bf9b 100644 --- a/windows/security/threat-protection/windows-firewall/create-wmi-filters-for-the-gpo.md +++ b/windows/security/threat-protection/windows-firewall/create-wmi-filters-for-the-gpo.md @@ -89,7 +89,7 @@ First, create the WMI filter and configure it to look for a specified version (o 10. Click **Save** to save your completed filter. ->[!NOTE] +> [!NOTE] >If you are using multiple queries in the same WMI filter, these queries must all return TRUE for the filter requirements to be met and for GPO to be applied. ## To link a WMI filter to a GPO From 890e88a3661122553a059f0d77970b8f64317918 Mon Sep 17 00:00:00 2001 From: MaratMussabekov <48041687+MaratMussabekov@users.noreply.github.com> Date: Thu, 26 Sep 2019 09:43:56 +0500 Subject: [PATCH 063/191] Update windows/security/threat-protection/windows-firewall/create-wmi-filters-for-the-gpo.md Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> --- .../windows-firewall/create-wmi-filters-for-the-gpo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/windows-firewall/create-wmi-filters-for-the-gpo.md b/windows/security/threat-protection/windows-firewall/create-wmi-filters-for-the-gpo.md index bee941bf9b..019691ae5e 100644 --- a/windows/security/threat-protection/windows-firewall/create-wmi-filters-for-the-gpo.md +++ b/windows/security/threat-protection/windows-firewall/create-wmi-filters-for-the-gpo.md @@ -90,7 +90,7 @@ First, create the WMI filter and configure it to look for a specified version (o 10. Click **Save** to save your completed filter. > [!NOTE] ->If you are using multiple queries in the same WMI filter, these queries must all return TRUE for the filter requirements to be met and for GPO to be applied. +> If you are using multiple queries in the same WMI filter, these queries must all return TRUE for the filter requirements to be met and for the GPO to be applied. ## To link a WMI filter to a GPO From 7776acfdc185e7757beea64c481e923b03e8d7d5 Mon Sep 17 00:00:00 2001 From: Andreas Stenhall Date: Thu, 26 Sep 2019 15:33:11 +0200 Subject: [PATCH 064/191] Clarification that you cannot use the existing GPO to deploy multiple CIPolicies Clarification that you cannot use the existing GPO to deploy these CIPolicies. --- ...y-multiple-windows-defender-application-control-policies.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windows/security/threat-protection/windows-defender-application-control/deploy-multiple-windows-defender-application-control-policies.md b/windows/security/threat-protection/windows-defender-application-control/deploy-multiple-windows-defender-application-control-policies.md index 40326f9ba8..a9666168df 100644 --- a/windows/security/threat-protection/windows-defender-application-control/deploy-multiple-windows-defender-application-control-policies.md +++ b/windows/security/threat-protection/windows-defender-application-control/deploy-multiple-windows-defender-application-control-policies.md @@ -79,6 +79,9 @@ When merging, the policy type and ID of the leftmost/first policy specified is u ### Deploying policies +> [!NOTE] +> You cannot use the "Deploy Windows Defender Application Control" group policy setting to deploy multiple CI policies. You must by any mean copy the *.cip files, both the baseline and the supplemental ones, to C:\Windows\System32\CodeIntegrity\CiPolicies\Active. + In order to deploy policies using the new multiple policy format you will need to: 1. Ensure policies are copied to the right location From 6202fd6906886d7782df326ef7820764ce5c69f7 Mon Sep 17 00:00:00 2001 From: MSFTTracyP <33558605+MSFTTracyP@users.noreply.github.com> Date: Thu, 26 Sep 2019 12:38:53 -0700 Subject: [PATCH 065/191] Update Update --- .openpublishing.redirection.json | 5 +++++ ...al Application Extensions in Management Console.md} | 10 ++++------ mdop/appv-v5/TOC.md | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) rename mdop/appv-v5/{how-to-view-and-configure-applications-and-default-virtual-application-extensions-by-using-the-management-console-51.md => Configure Applications and Default Virtual Application Extensions in Management Console.md} (89%) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index 69bede97fa..da3d564372 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -15396,6 +15396,11 @@ "source_path": "devices/surface/surface.yml", "redirect_url": "/surface/get-started", "redirect_document_id": true + }, + { + "source_path": "windows-itpro-docs/mdop/appv-v5/how-to-view-and-configure-applications-and-default-virtual-application-extensions-by-using-the-management-console-beta.md", + "redirect_url": "https://docs.microsoft.com/en-us/microsoft-desktop-optimization-pack/appv-v5/configure-applications-and-default-virtual-application-extensions-in-management-console", + "redirect_document_id": true } ] } diff --git a/mdop/appv-v5/how-to-view-and-configure-applications-and-default-virtual-application-extensions-by-using-the-management-console-51.md b/mdop/appv-v5/Configure Applications and Default Virtual Application Extensions in Management Console.md similarity index 89% rename from mdop/appv-v5/how-to-view-and-configure-applications-and-default-virtual-application-extensions-by-using-the-management-console-51.md rename to mdop/appv-v5/Configure Applications and Default Virtual Application Extensions in Management Console.md index a33b56e4c3..6e00a6473d 100644 --- a/mdop/appv-v5/how-to-view-and-configure-applications-and-default-virtual-application-extensions-by-using-the-management-console-51.md +++ b/mdop/appv-v5/Configure Applications and Default Virtual Application Extensions in Management Console.md @@ -1,5 +1,5 @@ --- -title: How to View and Configure Applications and Default Virtual Application Extensions by Using the Management Console +title: Configure Applications and Default Virtual Application Extensions in Management Console description: How to View and Configure Applications and Default Virtual Application Extensions by Using the Management Console author: dansimp ms.assetid: 1e1941d3-fb22-4077-8ec6-7a0cb80335d8 @@ -10,14 +10,12 @@ ms.pagetype: mdop, appcompat, virtualization ms.mktglfcycl: deploy ms.sitesec: library ms.prod: w10 -ms.date: 03/16/2017 +ms.date: 09/26/2019 --- +# Configure Applications and Default Virtual Application Extensions in Management Console -# How to View and Configure Applications and Default Virtual Application Extensions by Using the Management Console - - -Use the following procedure to view and configure default package extensions. +Use the following procedure to *view* and *configure* default package extensions. **To view and configure default virtual application extensions** diff --git a/mdop/appv-v5/TOC.md b/mdop/appv-v5/TOC.md index db147e8a98..6f2058280a 100644 --- a/mdop/appv-v5/TOC.md +++ b/mdop/appv-v5/TOC.md @@ -62,7 +62,7 @@ ##### [How to Create a Custom Configuration File by Using the App-V 5.1 Management Console](how-to-create-a-custom-configuration-file-by-using-the-app-v-51-management-console.md) ##### [How to Transfer Access and Configurations to Another Version of a Package by Using the Management Console 5.1](how-to-transfer-access-and-configurations-to-another-version-of-a-package-by-using-the-management-console51.md) ##### [How to Customize Virtual Applications Extensions for a Specific AD Group by Using the Management Console 5.1](how-to-customize-virtual-applications-extensions-for-a-specific-ad-group-by-using-the-management-console51.md) -##### [How to View and Configure Applications and Default Virtual Application Extensions by Using the Management Console 5.1](how-to-view-and-configure-applications-and-default-virtual-application-extensions-by-using-the-management-console-51.md) +##### [Configure Applications and Default Virtual Application Extensions in Management Console](configure-applications-and-default-virtual-application-extensions-in-management-console.md) #### [Managing Connection Groups 5.1](managing-connection-groups51.md) ##### [About the Connection Group Virtual Environment 5.1](about-the-connection-group-virtual-environment51.md) ##### [About the Connection Group File 5.1](about-the-connection-group-file51.md) From 52dc124723f0c298f30d1caf888e0690720acf62 Mon Sep 17 00:00:00 2001 From: MSFTTracyP <33558605+MSFTTracyP@users.noreply.github.com> Date: Thu, 26 Sep 2019 13:46:28 -0700 Subject: [PATCH 066/191] Update Update --- .openpublishing.redirection.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index da3d564372..b84b82eab1 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -15401,6 +15401,11 @@ "source_path": "windows-itpro-docs/mdop/appv-v5/how-to-view-and-configure-applications-and-default-virtual-application-extensions-by-using-the-management-console-beta.md", "redirect_url": "https://docs.microsoft.com/en-us/microsoft-desktop-optimization-pack/appv-v5/configure-applications-and-default-virtual-application-extensions-in-management-console", "redirect_document_id": true + }, + { + "source_path": "Windows-itpro-docs/mdop/dart-v8/use-windows-defender-offline-wdo-for-malware-protection-not-dart.md", + "redirect_url": "https://github.com/MicrosoftDocs/windows-docs-pr/blob/live/mdop/dart-v8/use-windows-defender-offline-wdo-for-malware-protection-not-dart", + "redirect_document_id": true } ] } From 52cff1f4afa1b690060f6feb44989a9b96a026fb Mon Sep 17 00:00:00 2001 From: MSFTTracyP <33558605+MSFTTracyP@users.noreply.github.com> Date: Thu, 26 Sep 2019 14:10:31 -0700 Subject: [PATCH 067/191] Update Update --- ...fault-virtual-application-extensions-in-management-console.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename mdop/appv-v5/{Configure Applications and Default Virtual Application Extensions in Management Console.md => configure-applications-and-default-virtual-application-extensions-in-management-console.md} (100%) diff --git a/mdop/appv-v5/Configure Applications and Default Virtual Application Extensions in Management Console.md b/mdop/appv-v5/configure-applications-and-default-virtual-application-extensions-in-management-console.md similarity index 100% rename from mdop/appv-v5/Configure Applications and Default Virtual Application Extensions in Management Console.md rename to mdop/appv-v5/configure-applications-and-default-virtual-application-extensions-in-management-console.md From 2018c9b04b995e3eec977df4f1188ebbe1d7e91c Mon Sep 17 00:00:00 2001 From: Baard Hermansen Date: Thu, 26 Sep 2019 23:10:51 +0200 Subject: [PATCH 068/191] Update applocker-overview.md Updated Note markdown. --- .../applocker/applocker-overview.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windows/security/threat-protection/windows-defender-application-control/applocker/applocker-overview.md b/windows/security/threat-protection/windows-defender-application-control/applocker/applocker-overview.md index 7f4112593f..eef2cc16e8 100644 --- a/windows/security/threat-protection/windows-defender-application-control/applocker/applocker-overview.md +++ b/windows/security/threat-protection/windows-defender-application-control/applocker/applocker-overview.md @@ -90,7 +90,8 @@ AppLocker rules can be created on domain controllers. AppLocker is included with enterprise-level editions of Windows. You can author AppLocker rules for a single computer or for a group of computers. For a single computer, you can author the rules by using the Local Security Policy editor (secpol.msc). For a group of computers, you can author the rules within a Group Policy Object by using the Group Policy Management Console (GPMC). -> **Note:**  The GPMC is available in client computers running Windows only by installing the Remote Server Administration Tools. On computer running Windows Server, you must install the Group Policy Management feature. +> [!NOTE] +> The GPMC is available in client computers running Windows only by installing the Remote Server Administration Tools. On computer running Windows Server, you must install the Group Policy Management feature. ### Using AppLocker on Server Core From 0b8bed22c3f55b3248d53d74c92ec87d30ce0e98 Mon Sep 17 00:00:00 2001 From: Baard Hermansen Date: Thu, 26 Sep 2019 23:29:41 +0200 Subject: [PATCH 069/191] Update manage-packaged-apps-with-applocker.md Updated Notes markdown. Updates links to web pages. --- .../applocker/manage-packaged-apps-with-applocker.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-application-control/applocker/manage-packaged-apps-with-applocker.md b/windows/security/threat-protection/windows-defender-application-control/applocker/manage-packaged-apps-with-applocker.md index 3a9dee486d..4b12248403 100644 --- a/windows/security/threat-protection/windows-defender-application-control/applocker/manage-packaged-apps-with-applocker.md +++ b/windows/security/threat-protection/windows-defender-application-control/applocker/manage-packaged-apps-with-applocker.md @@ -30,7 +30,8 @@ This topic for IT professionals describes concepts and lists procedures to help Packaged apps, also known as Universal Windows apps, are based on a model that ensures all the files within an app package share the same identity. With classic Windows apps, each file within the app could have a unique identity. With packaged apps, it is possible to control the entire app by using a single AppLocker rule. ->**Note:**  AppLocker supports only publisher rules for packaged apps. All packaged apps must be signed by the software publisher because Windows does not support unsigned packaged apps. +> [!NOTE] +> AppLocker supports only publisher rules for packaged apps. All packaged apps must be signed by the software publisher because Windows does not support unsigned packaged apps. Typically, an app consists of multiple components: the installer that is used to install the app, and one or more exes, dlls, or scripts. With classic Windows apps, not all these components always share common attributes such as the software’s publisher name, product name, and product version. Therefore, AppLocker controls each of these components separately through different rule collections, such as exe, dll, script, and Windows Installer rules. In contrast, all the components of a packaged app share the same publisher name, package name, and package version attributes. Therefore, you can control an entire app with a single rule. @@ -53,9 +54,10 @@ For more info about packaged apps, see [Packaged apps and packaged app installer You can use two methods to create an inventory of packaged apps on a computer: the AppLocker console or the **Get-AppxPackage** Windows PowerShell cmdlet. ->**Note:**  Not all packaged apps are listed in AppLocker’s application inventory wizard. Certain app packages are framework packages that are leveraged by other apps. By themselves, these packages cannot do anything, but blocking such packages can inadvertently cause failure for apps that you want to allow. Instead, you can create Allow or Deny rules for the packaged apps that use these framework packages. The AppLocker user interface deliberately filters out all the packages that are registered as framework packages. For info about how to create an inventory list, see [Create list of apps deployed to each business group](create-list-of-applications-deployed-to-each-business-group.md). +> [!NOTE] +> Not all packaged apps are listed in AppLocker’s application inventory wizard. Certain app packages are framework packages that are leveraged by other apps. By themselves, these packages cannot do anything, but blocking such packages can inadvertently cause failure for apps that you want to allow. Instead, you can create Allow or Deny rules for the packaged apps that use these framework packages. The AppLocker user interface deliberately filters out all the packages that are registered as framework packages. For info about how to create an inventory list, see [Create list of apps deployed to each business group](create-list-of-applications-deployed-to-each-business-group.md). -For info about how to use the **Get-AppxPackage** Windows PowerShell cmdlet, see the [AppLocker PowerShell Command Reference](https://technet.microsoft.com/library/hh847210.aspx). +For info about how to use the **Get-AppxPackage** Windows PowerShell cmdlet, see the [AppLocker PowerShell Command Reference](https://docs.microsoft.com/powershell/module/applocker/). For info about creating rules for Packaged apps, see [Create a rule for packaged apps](create-a-rule-for-packaged-apps.md). @@ -74,7 +76,7 @@ Just as there are differences in managing each rule collection, you need to mana 1. Gather information about which Packaged apps are running in your environment. For information about how to do this, see [Create list of apps deployed to each business group](create-list-of-applications-deployed-to-each-business-group.md). -2. Create AppLocker rules for specific packaged apps based on your policy strategies. For more information, see [Create a rule for packaged apps](create-a-rule-for-packaged-apps.md) and [Packaged Apps Default Rules in AppLocker](https://technet.microsoft.com/library/ee460941(WS.10).aspx). +2. Create AppLocker rules for specific packaged apps based on your policy strategies. For more information, see [Create a rule for packaged apps](create-a-rule-for-packaged-apps.md) and [Understanding AppLocker default rules](https://docs.microsoft.com/windows/security/threat-protection/windows-defender-application-control/applocker/understanding-applocker-default-rules). 3. Continue to update the AppLocker policies as new package apps are introduced into your environment. To do this, see [Add rules for packaged apps to existing AppLocker rule-set](add-rules-for-packaged-apps-to-existing-applocker-rule-set.md). From 43250fbfec0e8d0f14a356d13cdbd770fd905813 Mon Sep 17 00:00:00 2001 From: denisebmsft Date: Thu, 26 Sep 2019 14:36:38 -0700 Subject: [PATCH 070/191] Update administering-app-v-51-virtual-applications-by-using-the-management-console.md --- ...v-51-virtual-applications-by-using-the-management-console.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdop/appv-v5/administering-app-v-51-virtual-applications-by-using-the-management-console.md b/mdop/appv-v5/administering-app-v-51-virtual-applications-by-using-the-management-console.md index 9431f2a486..26ff07008e 100644 --- a/mdop/appv-v5/administering-app-v-51-virtual-applications-by-using-the-management-console.md +++ b/mdop/appv-v5/administering-app-v-51-virtual-applications-by-using-the-management-console.md @@ -54,7 +54,7 @@ The most common tasks that you can perform with the App-V 5.1 Management console - [How to Customize Virtual Applications Extensions for a Specific AD Group by Using the Management Console](how-to-customize-virtual-applications-extensions-for-a-specific-ad-group-by-using-the-management-console51.md) -- [How to View and Configure Applications and Default Virtual Application Extensions by Using the Management Console](how-to-view-and-configure-applications-and-default-virtual-application-extensions-by-using-the-management-console-51.md) +- [How to View and Configure Applications and Default Virtual Application Extensions by Using the Management Console](how-to-view-and-configure-applications-and-default-virtual-application-extensions-by-using-the-management-console-beta.md) The main elements of the App-V 5.1 Management Console are: From f40b7469162195ca752517a85f4ccee26d06acab Mon Sep 17 00:00:00 2001 From: denisebmsft Date: Thu, 26 Sep 2019 14:40:41 -0700 Subject: [PATCH 071/191] fixing build report errors --- .../level-1-enterprise-basic-security.md | 2 +- .../level-2-enterprise-enhanced-security.md | 2 +- .../level-3-enterprise-high-security.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/security/threat-protection/windows-security-configuration-framework/level-1-enterprise-basic-security.md b/windows/security/threat-protection/windows-security-configuration-framework/level-1-enterprise-basic-security.md index fe043e036b..bd4027cdd4 100644 --- a/windows/security/threat-protection/windows-security-configuration-framework/level-1-enterprise-basic-security.md +++ b/windows/security/threat-protection/windows-security-configuration-framework/level-1-enterprise-basic-security.md @@ -5,7 +5,7 @@ keywords: virtualization, security, malware ms.prod: w10 ms.mktglfcycl: deploy ms.localizationpriority: medium -ms.author: appcompatguy +ms.author: cjacks author: appcompatguy manager: dansimp audience: ITPro diff --git a/windows/security/threat-protection/windows-security-configuration-framework/level-2-enterprise-enhanced-security.md b/windows/security/threat-protection/windows-security-configuration-framework/level-2-enterprise-enhanced-security.md index 3671675351..f66320e362 100644 --- a/windows/security/threat-protection/windows-security-configuration-framework/level-2-enterprise-enhanced-security.md +++ b/windows/security/threat-protection/windows-security-configuration-framework/level-2-enterprise-enhanced-security.md @@ -5,7 +5,7 @@ keywords: virtualization, security, malware ms.prod: w10 ms.mktglfcycl: deploy ms.localizationpriority: medium -ms.author: appcompatguy +ms.author: cjacks author: appcompatguy manager: dansimp audience: ITPro diff --git a/windows/security/threat-protection/windows-security-configuration-framework/level-3-enterprise-high-security.md b/windows/security/threat-protection/windows-security-configuration-framework/level-3-enterprise-high-security.md index d1673ce03b..640af6ba59 100644 --- a/windows/security/threat-protection/windows-security-configuration-framework/level-3-enterprise-high-security.md +++ b/windows/security/threat-protection/windows-security-configuration-framework/level-3-enterprise-high-security.md @@ -5,7 +5,7 @@ keywords: virtualization, security, malware ms.prod: w10 ms.mktglfcycl: deploy ms.localizationpriority: medium -ms.author: appcompatguy +ms.author: cjacks author: appcompatguy manager: dansimp audience: ITPro From e1c981d4239fd54c8084f207d8a9f0517959ca32 Mon Sep 17 00:00:00 2001 From: denisebmsft Date: Thu, 26 Sep 2019 14:45:13 -0700 Subject: [PATCH 072/191] Update deploy-multiple-windows-defender-application-control-policies.md --- ...loy-multiple-windows-defender-application-control-policies.md | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/security/threat-protection/windows-defender-application-control/deploy-multiple-windows-defender-application-control-policies.md b/windows/security/threat-protection/windows-defender-application-control/deploy-multiple-windows-defender-application-control-policies.md index 40326f9ba8..d192ac21a9 100644 --- a/windows/security/threat-protection/windows-defender-application-control/deploy-multiple-windows-defender-application-control-policies.md +++ b/windows/security/threat-protection/windows-defender-application-control/deploy-multiple-windows-defender-application-control-policies.md @@ -7,6 +7,7 @@ ms.sitesec: library ms.pagetype: security ms.localizationpriority: medium author: mdsakibMSFT +ms.author: mdsakib ms.date: 05/17/2019 --- From c27e66e82e689de83854e6106c4c6486e0a314de Mon Sep 17 00:00:00 2001 From: denisebmsft Date: Thu, 26 Sep 2019 14:46:09 -0700 Subject: [PATCH 073/191] Update create-path-based-rules.md --- .../create-path-based-rules.md | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/security/threat-protection/windows-defender-application-control/create-path-based-rules.md b/windows/security/threat-protection/windows-defender-application-control/create-path-based-rules.md index babbce2e0b..44a9846b76 100644 --- a/windows/security/threat-protection/windows-defender-application-control/create-path-based-rules.md +++ b/windows/security/threat-protection/windows-defender-application-control/create-path-based-rules.md @@ -7,6 +7,7 @@ ms.sitesec: library ms.pagetype: security ms.localizationpriority: medium author: mdsakibMSFT +ms.author: mdsakib ms.date: 05/17/2019 --- From 88fedf2f0cb161645e84c36d843b18cf0e77446f Mon Sep 17 00:00:00 2001 From: denisebmsft Date: Thu, 26 Sep 2019 14:47:00 -0700 Subject: [PATCH 074/191] Update use-a-reference-computer-to-create-and-maintain-applocker-policies.md --- ...e-computer-to-create-and-maintain-applocker-policies.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-application-control/applocker/use-a-reference-computer-to-create-and-maintain-applocker-policies.md b/windows/security/threat-protection/windows-defender-application-control/applocker/use-a-reference-computer-to-create-and-maintain-applocker-policies.md index adf5eb6279..fa056cd924 100644 --- a/windows/security/threat-protection/windows-defender-application-control/applocker/use-a-reference-computer-to-create-and-maintain-applocker-policies.md +++ b/windows/security/threat-protection/windows-defender-application-control/applocker/use-a-reference-computer-to-create-and-maintain-applocker-policies.md @@ -1,9 +1,8 @@ +--- +title: "Use a reference device to create and maintain AppLocker policies (Windows 10)" +description: This topic for the IT professional describes the steps to create and maintain AppLocker policies by using a reference computer. ms.assetid: 10c3597f-f44c-4c8e-8fe5-105d4ac016a6 ms.reviewer: ---- -title: Use a reference device to create and maintain AppLocker policies (Windows 10) -description: This topic for the IT professional describes the steps to create and maintain AppLocker policies by using a reference computer. - ms.author: macapara ms.prod: w10 ms.mktglfcycl: deploy From e7987cdd766b33ee79457dd58a1c34e2bf18dbf4 Mon Sep 17 00:00:00 2001 From: denisebmsft Date: Thu, 26 Sep 2019 14:47:54 -0700 Subject: [PATCH 075/191] Update allow-com-object-registration-in-windows-defender-application-control-policy.md --- ...egistration-in-windows-defender-application-control-policy.md | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/security/threat-protection/windows-defender-application-control/allow-com-object-registration-in-windows-defender-application-control-policy.md b/windows/security/threat-protection/windows-defender-application-control/allow-com-object-registration-in-windows-defender-application-control-policy.md index 785d80cbcc..c0e0200d21 100644 --- a/windows/security/threat-protection/windows-defender-application-control/allow-com-object-registration-in-windows-defender-application-control-policy.md +++ b/windows/security/threat-protection/windows-defender-application-control/allow-com-object-registration-in-windows-defender-application-control-policy.md @@ -7,6 +7,7 @@ ms.sitesec: library ms.pagetype: security ms.localizationpriority: medium author: mdsakibMSFT +ms.author: mdsakib ms.date: 05/21/2019 --- From 849b9d58485632c2efb1f5d51942bd9eba354268 Mon Sep 17 00:00:00 2001 From: denisebmsft Date: Thu, 26 Sep 2019 14:49:45 -0700 Subject: [PATCH 076/191] Update user-account-control-behavior-of-the-elevation-prompt-for-administrators-in-admin-approval-mode.md --- ...levation-prompt-for-administrators-in-admin-approval-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/security-policy-settings/user-account-control-behavior-of-the-elevation-prompt-for-administrators-in-admin-approval-mode.md b/windows/security/threat-protection/security-policy-settings/user-account-control-behavior-of-the-elevation-prompt-for-administrators-in-admin-approval-mode.md index acd0f63ec6..9576d05d77 100644 --- a/windows/security/threat-protection/security-policy-settings/user-account-control-behavior-of-the-elevation-prompt-for-administrators-in-admin-approval-mode.md +++ b/windows/security/threat-protection/security-policy-settings/user-account-control-behavior-of-the-elevation-prompt-for-administrators-in-admin-approval-mode.md @@ -4,7 +4,7 @@ description: Describes the best practices, location, values, policy management a ms.assetid: 46a3c3a2-1d2e-4a6f-b5e6-29f9592f535d ms.reviewer: ms.author: dansimp -ms.prod: ws10 +ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security From 7fa228f31a017baf25efed26c959a54c7758b24d Mon Sep 17 00:00:00 2001 From: MSFTTracyP <33558605+MSFTTracyP@users.noreply.github.com> Date: Thu, 26 Sep 2019 14:54:16 -0700 Subject: [PATCH 077/191] Update Update --- ...v-50-virtual-applications-by-using-the-management-console.md | 2 +- mdop/dart-v8/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mdop/appv-v5/administering-app-v-50-virtual-applications-by-using-the-management-console.md b/mdop/appv-v5/administering-app-v-50-virtual-applications-by-using-the-management-console.md index d0bcc87058..b2596f892c 100644 --- a/mdop/appv-v5/administering-app-v-50-virtual-applications-by-using-the-management-console.md +++ b/mdop/appv-v5/administering-app-v-50-virtual-applications-by-using-the-management-console.md @@ -54,7 +54,7 @@ The most common tasks that you can perform with the App-V 5.0 Management console - [How to Customize Virtual Applications Extensions for a Specific AD Group by Using the Management Console](how-to-customize-virtual-applications-extensions-for-a-specific-ad-group-by-using-the-management-console.md) -- [How to View and Configure Applications and Default Virtual Application Extensions by Using the Management Console](how-to-view-and-configure-applications-and-default-virtual-application-extensions-by-using-the-management-console-beta.md) +- [Configure Applications and Default Virtual Application Extensions in Management Console](configure-applications-and-default-virtual-application-extensions-in-management-console.md) The main elements of the App-V 5.0 Management Console are: diff --git a/mdop/dart-v8/index.md b/mdop/dart-v8/index.md index bcee6aaf64..927bef6315 100644 --- a/mdop/dart-v8/index.md +++ b/mdop/dart-v8/index.md @@ -38,7 +38,7 @@ DaRT 8.0 is an important part of the Microsoft Desktop Optimization Pack (MDOP), [Technical Reference for DaRT 8.0](technical-reference-for-dart-80-new-ia.md) -[Microsoft Diagnostics and Recovery Toolset (DaRT) users should use Windows Defender Offline (WDO) for malware detection](microsoft-diagnostics-and-recovery-toolset--dart--users-should-use-windows-defender-offline--wdo--for-malware-detection.md) +[Microsoft Diagnostics and Recovery Toolset (DaRT) users should use Windows Defender Offline (WDO) for malware detection](https://docs.microsoft.com/en-us/microsoft-desktop-optimization-pack/dart-v8/microsoft-diagnostics-and-recovery-toolset--dart--users-should-use-windows-defender-offline--wdo--for-malware-detection) [Troubleshooting DaRT 8.0](troubleshooting-dart-80-dart-8.md) From 10783e04007e0a8ef73790707ec1aa1eb3d60df9 Mon Sep 17 00:00:00 2001 From: MSFTTracyP <33558605+MSFTTracyP@users.noreply.github.com> Date: Thu, 26 Sep 2019 14:57:20 -0700 Subject: [PATCH 078/191] Update Update --- mdop/dart-v8/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdop/dart-v8/index.md b/mdop/dart-v8/index.md index 927bef6315..33f9d77a3d 100644 --- a/mdop/dart-v8/index.md +++ b/mdop/dart-v8/index.md @@ -54,7 +54,7 @@ View updated product information and known issues for DaRT 8.0. Learn about the latest MDOP information and resources. [MDOP Information Experience](https://go.microsoft.com/fwlink/p/?LinkId=236032) -Find documentation, videos, and other resources for MDOP technologies. You can also [send us feedback](mailto:MDOPDocs@microsoft.com) or learn about updates by following us on [Facebook](https://go.microsoft.com/fwlink/p/?LinkId=242445) or [Twitter](https://go.microsoft.com/fwlink/p/?LinkId=242447). +Find documentation, videos, and other resources for MDOP technologies. You can also [send us feedback](mailto:MDOPDocs@microsoft.com), or learn about updates by following us on [Facebook](https://go.microsoft.com/fwlink/p/?LinkId=242445) or [Twitter](https://go.microsoft.com/fwlink/p/?LinkId=242447).   From 510fe0f12d1ec3c0510e0ff150816b4f2cd406ee Mon Sep 17 00:00:00 2001 From: Andreas Stenhall Date: Fri, 27 Sep 2019 08:45:24 +0200 Subject: [PATCH 079/191] Update windows/security/threat-protection/windows-defender-application-control/deploy-multiple-windows-defender-application-control-policies.md Good suggestion! :) Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> --- ...oy-multiple-windows-defender-application-control-policies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/windows-defender-application-control/deploy-multiple-windows-defender-application-control-policies.md b/windows/security/threat-protection/windows-defender-application-control/deploy-multiple-windows-defender-application-control-policies.md index a9666168df..8774294ff1 100644 --- a/windows/security/threat-protection/windows-defender-application-control/deploy-multiple-windows-defender-application-control-policies.md +++ b/windows/security/threat-protection/windows-defender-application-control/deploy-multiple-windows-defender-application-control-policies.md @@ -80,7 +80,7 @@ When merging, the policy type and ID of the leftmost/first policy specified is u ### Deploying policies > [!NOTE] -> You cannot use the "Deploy Windows Defender Application Control" group policy setting to deploy multiple CI policies. You must by any mean copy the *.cip files, both the baseline and the supplemental ones, to C:\Windows\System32\CodeIntegrity\CiPolicies\Active. +> You cannot use the "Deploy Windows Defender Application Control" group policy setting to deploy multiple CI policies. You will have to copy the `*.cip` files, both the baseline and the supplemental ones, to C:\Windows\System32\CodeIntegrity\CiPolicies\Active\. In order to deploy policies using the new multiple policy format you will need to: From b00fdb00f075c0164eb5718313dd470a99a23a71 Mon Sep 17 00:00:00 2001 From: Andres Mariano Gorzelany <36666927+get-itips@users.noreply.github.com> Date: Fri, 27 Sep 2019 08:36:08 -0300 Subject: [PATCH 080/191] Changed Lync to SkypeOnlineConnector module --- .../appendix-a-powershell-scripts-for-surface-hub.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devices/surface-hub/appendix-a-powershell-scripts-for-surface-hub.md b/devices/surface-hub/appendix-a-powershell-scripts-for-surface-hub.md index 00620b9f7c..8196982606 100644 --- a/devices/surface-hub/appendix-a-powershell-scripts-for-surface-hub.md +++ b/devices/surface-hub/appendix-a-powershell-scripts-for-surface-hub.md @@ -611,7 +611,7 @@ function ExitIfError($strMsg) ## Check dependencies ## try { - Import-Module LyncOnlineConnector + Import-Module SkypeOnlineConnector Import-Module MSOnline } catch @@ -1100,7 +1100,7 @@ if ($fSfbIsOnline -or $fExIsOnline) if ($fSfbIsOnline) { try { - Import-Module LyncOnlineConnector + Import-Module SkypeOnlineConnector } catch { @@ -1513,7 +1513,7 @@ else if ($online) { try { - Import-Module LyncOnlineConnector + Import-Module SkypeOnlineConnector } catch { From e90536010d39eb6b3fb16a809ff760624c78daa1 Mon Sep 17 00:00:00 2001 From: Baard Hermansen Date: Fri, 27 Sep 2019 16:33:37 +0200 Subject: [PATCH 081/191] Update create-applocker-default-rules.md Updated markdown for Important. --- .../applocker/create-applocker-default-rules.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windows/security/threat-protection/windows-defender-application-control/applocker/create-applocker-default-rules.md b/windows/security/threat-protection/windows-defender-application-control/applocker/create-applocker-default-rules.md index f68602c282..4bf66b9c31 100644 --- a/windows/security/threat-protection/windows-defender-application-control/applocker/create-applocker-default-rules.md +++ b/windows/security/threat-protection/windows-defender-application-control/applocker/create-applocker-default-rules.md @@ -27,7 +27,8 @@ This topic for IT professionals describes the steps to create a standard set of AppLocker includes default rules for each rule collection. These rules are intended to help ensure that the files that are required for Windows to operate properly are allowed to run. ->**Important:**  You can use the default rules as a template when creating your own rules to allow files within the Windows folders to run. However, these rules are only meant to function as a starter policy when you are first testing AppLocker rules. The default rules can be modified in the same way as other AppLocker rule types. +> [!IMPORTANT] +> You can use the default rules as a template when creating your own rules to allow files within the Windows folders to run. However, these rules are only meant to function as a starter policy when you are first testing AppLocker rules. The default rules can be modified in the same way as other AppLocker rule types. You can perform this task by using the Group Policy Management Console for an AppLocker policy in a Group Policy Object (GPO) or by using the Local Security Policy snap-in for an AppLocker policy on a local computer or in a security template. For information how to use these MMC snap-ins to administer AppLocker, see [Administer AppLocker](administer-applocker.md#bkmk-using-snapins). From 35bee759dbd4a413a864e194e079a470216e41b7 Mon Sep 17 00:00:00 2001 From: Baard Hermansen Date: Fri, 27 Sep 2019 16:35:59 +0200 Subject: [PATCH 082/191] Update windows/deployment/deploy-windows-mdt/build-a-distributed-environment-for-windows-10-deployment.md Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> --- ...build-a-distributed-environment-for-windows-10-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deployment/deploy-windows-mdt/build-a-distributed-environment-for-windows-10-deployment.md b/windows/deployment/deploy-windows-mdt/build-a-distributed-environment-for-windows-10-deployment.md index 992ecb138f..f0259285ae 100644 --- a/windows/deployment/deploy-windows-mdt/build-a-distributed-environment-for-windows-10-deployment.md +++ b/windows/deployment/deploy-windows-mdt/build-a-distributed-environment-for-windows-10-deployment.md @@ -89,7 +89,7 @@ Setting up DFS-R for replication is a quick and straightforward process. You pre When you have multiple deployment servers sharing the same content, you need to configure the Bootstrap.ini file with information about which server to connect to based on where the client is located. In MDT, that can be done by using the DefaultGateway property. 1. On MDT01, using Notepad, navigate to the **E:\\MDTProduction\\Control** folder and modify the Boostrap.ini file to look like this: - ``` + ```ini [Settings] Priority=DefaultGateway, Default From fde8175a3165e0f2f579ee7b613682b867227d9c Mon Sep 17 00:00:00 2001 From: Baard Hermansen Date: Fri, 27 Sep 2019 17:28:43 +0200 Subject: [PATCH 083/191] Update understanding-applocker-default-rules.md Updated markdown for Important. --- .../applocker/understanding-applocker-default-rules.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windows/security/threat-protection/windows-defender-application-control/applocker/understanding-applocker-default-rules.md b/windows/security/threat-protection/windows-defender-application-control/applocker/understanding-applocker-default-rules.md index d2d2d98598..02228d1867 100644 --- a/windows/security/threat-protection/windows-defender-application-control/applocker/understanding-applocker-default-rules.md +++ b/windows/security/threat-protection/windows-defender-application-control/applocker/understanding-applocker-default-rules.md @@ -27,7 +27,8 @@ This topic for IT professional describes the set of rules that can be used to en AppLocker includes default rules for each rule collection. These rules are intended to help ensure that the files that are required for Windows to operate properly are allowed in an AppLocker rule collection. ->**Important:**  You can use the default rules as a template when creating your own rules. However, these rules are only meant to function as a starter policy when you are first testing AppLocker rules so that the system files in the Windows folders will be allowed to run. +> [!IMPORTANT] +> You can use the default rules as a template when creating your own rules. However, these rules are only meant to function as a starter policy when you are first testing AppLocker rules so that the system files in the Windows folders will be allowed to run. If you require additional app security, you might need to modify the rules created from the built-in default rule collection. For example, the default rule to allow all users to run .exe files in the Windows folder is based on a path condition that allows all files within the Windows folder to run. The Windows folder contains a Temp subfolder to which the Users group is given the following permissions: From 7bfefa6b4a037481ea630c3bd5c55402de5cff64 Mon Sep 17 00:00:00 2001 From: Daniel Simpson Date: Fri, 27 Sep 2019 14:21:33 -0700 Subject: [PATCH 084/191] Update create-wmi-filters-for-the-gpo.md minor copy edit --- .../windows-firewall/create-wmi-filters-for-the-gpo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/windows-firewall/create-wmi-filters-for-the-gpo.md b/windows/security/threat-protection/windows-firewall/create-wmi-filters-for-the-gpo.md index 019691ae5e..57292a294e 100644 --- a/windows/security/threat-protection/windows-firewall/create-wmi-filters-for-the-gpo.md +++ b/windows/security/threat-protection/windows-firewall/create-wmi-filters-for-the-gpo.md @@ -90,7 +90,7 @@ First, create the WMI filter and configure it to look for a specified version (o 10. Click **Save** to save your completed filter. > [!NOTE] -> If you are using multiple queries in the same WMI filter, these queries must all return TRUE for the filter requirements to be met and for the GPO to be applied. +> If you're using multiple queries in the same WMI filter, these queries must all return **TRUE** for the filter requirements to be met and for the GPO to be applied. ## To link a WMI filter to a GPO From dc65ea6c1a3e6be8f1b3c39aed6706758c5f396a Mon Sep 17 00:00:00 2001 From: Daniel Simpson Date: Fri, 27 Sep 2019 14:23:56 -0700 Subject: [PATCH 085/191] Update hello-features.md Fixing Important md format --- .../identity-protection/hello-for-business/hello-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/identity-protection/hello-for-business/hello-features.md b/windows/security/identity-protection/hello-for-business/hello-features.md index 67adaa94b3..b4044eec9e 100644 --- a/windows/security/identity-protection/hello-for-business/hello-features.md +++ b/windows/security/identity-protection/hello-for-business/hello-features.md @@ -54,7 +54,7 @@ Dynamic lock enables you to configure Windows 10 devices to automatically lock w The Group Policy Editor, when the policy is enabled, creates a default signal rule policy with the following value: ->[!IMPORTANT] +> [!IMPORTANT] >Microsoft recommends using the default values for this policy settings. Measurements are relative based on the varying conditions of each environment. Therefore, the same values may produce different results. Test policy settings in each environment prior to broadly deploying the setting. ``` From 1780bbf6ad593d9ec398137983c42e7d73faab9b Mon Sep 17 00:00:00 2001 From: Daniel Simpson Date: Fri, 27 Sep 2019 14:28:45 -0700 Subject: [PATCH 086/191] Update powerbi-reports.md minor copy edit --- .../threat-protection/microsoft-defender-atp/powerbi-reports.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/powerbi-reports.md b/windows/security/threat-protection/microsoft-defender-atp/powerbi-reports.md index 26781a1399..b543f59f79 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/powerbi-reports.md +++ b/windows/security/threat-protection/microsoft-defender-atp/powerbi-reports.md @@ -151,7 +151,7 @@ You can create a custom dashboard in Power BI Desktop to create visualizations t 8. Select **New table and matrix visuals** and **Custom data connectors** and click **OK**. > [!NOTE] - > If you plan on using Custom Connectors or connectors that you or a third party have developed, you must select *(Not Recommended) Allow any extension to load without warning* under **Power BI Desktop** > **File** > **Options and settings** > **Options** > **Security** > **Data Extensions**". + > If you plan on using Custom Connectors or connectors that you or a third party has developed, you must select *(Not Recommended) Allow any extension to load without warning* under **Power BI Desktop** > **File** > **Options and settings** > **Options** > **Security** > **Data Extensions**". >[!NOTE] >If you are using Power BI Desktop July 2017 version (or later), you won't need to select **New table and matrix visuals**. You'll only need to select **Custom data connectors**. From 1d914bc3ed3ddfd223aed65e968989b9be1e287d Mon Sep 17 00:00:00 2001 From: Daniel Simpson Date: Fri, 27 Sep 2019 14:49:38 -0700 Subject: [PATCH 087/191] Update hello-hybrid-cert-trust-devreg.md copyedit --- .../hello-for-business/hello-hybrid-cert-trust-devreg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/identity-protection/hello-for-business/hello-hybrid-cert-trust-devreg.md b/windows/security/identity-protection/hello-for-business/hello-hybrid-cert-trust-devreg.md index e4c7ce1506..9218d5f73f 100644 --- a/windows/security/identity-protection/hello-for-business/hello-hybrid-cert-trust-devreg.md +++ b/windows/security/identity-protection/hello-for-business/hello-hybrid-cert-trust-devreg.md @@ -205,7 +205,7 @@ When you're using AD FS, you need to enable the following WS-Trust endpoints: `/adfs/services/trust/13/certificatemixed` > [!WARNING] -> Both **adfs/services/trust/2005/windowstransport** or **adfs/services/trust/13/windowstransport** should be enabled as intranet facing endpoints only and must NOT be exposed as extranet facing endpoints through the Web Application Proxy. To learn more on how to disable WS-Trust Windows endpoints, see [Disable WS-Trust Windows endpoints on the proxy](https://docs.microsoft.com/en-us/windows-server/identity/ad-fs/deployment/best-practices-securing-ad-fs#disable-ws-trust-windows-endpoints-on-the-proxy-ie-from-extranet). You can see what endpoints are enabled through the AD FS management console under **Service** > **Endpoints**. +> Both **adfs/services/trust/2005/windowstransport** and **adfs/services/trust/13/windowstransport** should be enabled as intranet facing endpoints only and must NOT be exposed as extranet facing endpoints through the Web Application Proxy. To learn more on how to disable WS-Trust Windows endpoints, see [Disable WS-Trust Windows endpoints on the proxy](https://docs.microsoft.com/en-us/windows-server/identity/ad-fs/deployment/best-practices-securing-ad-fs#disable-ws-trust-windows-endpoints-on-the-proxy-ie-from-extranet). You can see what endpoints are enabled through the AD FS management console under **Service** > **Endpoints**. > [!NOTE] >If you don’t have AD FS as your on-premises federation service, follow the instructions from your vendor to make sure they support WS-Trust 1.3 or 2005 endpoints and that these are published through the Metadata Exchange file (MEX). From 379d3ae5b6ce169ac2059d7ead02016897b0ac39 Mon Sep 17 00:00:00 2001 From: Daniel Simpson Date: Fri, 27 Sep 2019 15:02:09 -0700 Subject: [PATCH 088/191] Update manage-settings-with-mdm-for-surface-hub.md typo --- devices/surface-hub/manage-settings-with-mdm-for-surface-hub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/surface-hub/manage-settings-with-mdm-for-surface-hub.md b/devices/surface-hub/manage-settings-with-mdm-for-surface-hub.md index 0ea98cd1b4..848b101191 100644 --- a/devices/surface-hub/manage-settings-with-mdm-for-surface-hub.md +++ b/devices/surface-hub/manage-settings-with-mdm-for-surface-hub.md @@ -46,7 +46,7 @@ You can enroll your Surface Hubs using bulk, manual, or automatic enrollment. Surface Hub now supports the ability to automatically enroll in Intune by joining the device to Azure Active Directory. -First step is to setup Automatic MDM enrollment, see [Enable Windows 10 automatic enrollment](https://docs.microsoft.com/intune/windows-enroll#enable-windows-10-automatic-enrollment). +First step is to set up Automatic MDM enrollment, see [Enable Windows 10 automatic enrollment](https://docs.microsoft.com/intune/windows-enroll#enable-windows-10-automatic-enrollment). Then, when devices are setup during First-run, pick the option to join to Azure Active Directory, see [Set up admins for this device page](https://docs.microsoft.com/surface-hub/first-run-program-surface-hub#set-up-admins-for-this-device-page) From 727e837a3e8c1581f10643f608aeadd98fe2ab87 Mon Sep 17 00:00:00 2001 From: Daniel Simpson Date: Fri, 27 Sep 2019 15:03:39 -0700 Subject: [PATCH 089/191] Update manage-settings-with-mdm-for-surface-hub.md typo 2 --- devices/surface-hub/manage-settings-with-mdm-for-surface-hub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/surface-hub/manage-settings-with-mdm-for-surface-hub.md b/devices/surface-hub/manage-settings-with-mdm-for-surface-hub.md index 848b101191..5b45fdcb93 100644 --- a/devices/surface-hub/manage-settings-with-mdm-for-surface-hub.md +++ b/devices/surface-hub/manage-settings-with-mdm-for-surface-hub.md @@ -46,7 +46,7 @@ You can enroll your Surface Hubs using bulk, manual, or automatic enrollment. Surface Hub now supports the ability to automatically enroll in Intune by joining the device to Azure Active Directory. -First step is to set up Automatic MDM enrollment, see [Enable Windows 10 automatic enrollment](https://docs.microsoft.com/intune/windows-enroll#enable-windows-10-automatic-enrollment). +First step is to set up Automatic MDM enrollment. See [Enable Windows 10 automatic enrollment](https://docs.microsoft.com/intune/windows-enroll#enable-windows-10-automatic-enrollment). Then, when devices are setup during First-run, pick the option to join to Azure Active Directory, see [Set up admins for this device page](https://docs.microsoft.com/surface-hub/first-run-program-surface-hub#set-up-admins-for-this-device-page) From 61b11f529db32e8c6868d130c2d2e8b1ed84ddfc Mon Sep 17 00:00:00 2001 From: Daniel Simpson Date: Fri, 27 Sep 2019 15:13:45 -0700 Subject: [PATCH 090/191] Update windows-defender-antivirus-compatibility.md fixed typos --- .../windows-defender-antivirus-compatibility.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-antivirus/windows-defender-antivirus-compatibility.md b/windows/security/threat-protection/windows-defender-antivirus/windows-defender-antivirus-compatibility.md index b22cc4e225..717e08d7d4 100644 --- a/windows/security/threat-protection/windows-defender-antivirus/windows-defender-antivirus-compatibility.md +++ b/windows/security/threat-protection/windows-defender-antivirus/windows-defender-antivirus-compatibility.md @@ -43,10 +43,10 @@ The following matrix illustrates the states that Windows Defender AV will enter | Windows Server 2016 | Windows Defender AV | No | Active mode | (1) On Windows Server 2016, Windows Defender AV will not enter passive or disabled mode if you have also installed a third-party antivirus product. If you install a third-party antivirus product, you should [uninstall Windows Defender AV on Windows Server 2016](windows-defender-antivirus-on-windows-server-2016.md) to prevent problems caused by having multiple antivirus products installed on a machine. -If you are Using Windows Server, version 1803 and Windows 2019, you can enable passive mode following the steps below: -Set the following registry entry: +If you are Using Windows Server, version 1803 and Windows 2019, you can enable passive mode by setting this registry key: - Path: HKLM\SOFTWARE\Policies\Microsoft\Windows Advanced Threat Protection -- Name: ForceDefenderPassiveMode - Value: 1 +- Name: ForceDefenderPassiveMode +- Value: 1 See the [Windows Defender Antivirus on Windows Server 2016](windows-defender-antivirus-on-windows-server-2016.md#install-or-uninstall-windows-defender-av-on-windows-server-2016) topic for key differences and management options for Windows Server installations. From 0eac9b597b6dd15cbf11be9dff5b66081d6ab251 Mon Sep 17 00:00:00 2001 From: Sarah Cooley Date: Mon, 30 Sep 2019 23:55:37 -0700 Subject: [PATCH 091/191] L2 heading wasn't rendering correctly Added a line break between the table and heading to fix a formatting issue. --- .../hello-for-business/hello-errors-during-pin-creation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windows/security/identity-protection/hello-for-business/hello-errors-during-pin-creation.md b/windows/security/identity-protection/hello-for-business/hello-errors-during-pin-creation.md index 5738d0e7ff..daf03b598f 100644 --- a/windows/security/identity-protection/hello-for-business/hello-errors-during-pin-creation.md +++ b/windows/security/identity-protection/hello-for-business/hello-errors-during-pin-creation.md @@ -204,8 +204,9 @@ If the error occurs again, check the error code against the following table to s - + ## Errors with unknown mitigation + For errors listed in this table, contact Microsoft Support for assistance. | Hex | Cause | From 8f0916be3c84abb1d518148548a1460249979945 Mon Sep 17 00:00:00 2001 From: Baard Hermansen Date: Tue, 1 Oct 2019 20:30:04 +0200 Subject: [PATCH 092/191] Update volume-activation-windows-10.md Updated wording. Updated links. A bit of reformatting. --- .../volume-activation-windows-10.md | 69 ++++++++++--------- 1 file changed, 36 insertions(+), 33 deletions(-) diff --git a/windows/deployment/volume-activation/volume-activation-windows-10.md b/windows/deployment/volume-activation/volume-activation-windows-10.md index 0d0a77909e..f308f019a8 100644 --- a/windows/deployment/volume-activation/volume-activation-windows-10.md +++ b/windows/deployment/volume-activation/volume-activation-windows-10.md @@ -1,5 +1,5 @@ --- -title: Volume Activation for Windows 10 (Windows 10) +title: Volume Activation for Windows 10 description: This guide is designed to help organizations that are planning to use volume activation to deploy and activate Windows 10, including organizations that have used volume activation for earlier versions of Windows. ms.assetid: 6e8cffae-7322-4fd3-882a-cde68187aef2 ms.reviewer: @@ -10,7 +10,8 @@ ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: activation -audience: itpro author: greg-lindsay +audience: itpro +author: greg-lindsay ms.localizationpriority: medium ms.date: 07/27/2017 ms.topic: article @@ -18,52 +19,54 @@ ms.topic: article # Volume Activation for Windows 10 -**Applies to** -- Windows 10 -- Windows 8.1 -- Windows 8 -- Windows 7 -- Windows Server 2012 R2 -- Windows Server 2012 -- Windows Server 2008 R2 +> Applies to +> +>- Windows 10 +>- Windows Server 2012 R2 +>- Windows Server 2012 +>- Windows Server 2016 +>- Windows Server 2019 **Looking for volume licensing information?** -- [Download the Volume Licensing Reference Guide for Windows 10 Desktop Operating System](https://go.microsoft.com/fwlink/p/?LinkId=620104) + +- [Download the Volume Licensing Reference Guide for Windows 10 Desktop Operating System](https://go.microsoft.com/fwlink/p/?LinkId=620104) **Looking for retail activation?** -- [Get Help Activating Microsoft Windows](https://go.microsoft.com/fwlink/p/?LinkId=618644) + +- [Get Help Activating Microsoft Windows](https://support.microsoft.com/help/12440/windows-10-activate) This guide is designed to help organizations that are planning to use volume activation to deploy and activate Windows 10, including organizations that have used volume activation for earlier versions of Windows. -*Volume activation* is the process that Microsoft volume licensing customers use to automate and manage the activation of Windows operating systems, Microsoft Office, and other Microsoft products across large organizations. Volume licensing is available to customers who purchase software under various volume programs (such as Open and Select) and to participants in programs such as the Microsoft Partner Program and MSDN Subscriptions. + +*Volume activation* is the process that Microsoft volume licensing customers use to automate and manage the activation of Windows operating systems, Microsoft Office, and other Microsoft products across large organizations. Volume licensing is available to customers who purchase software under various volume programs (such as [Open](https://www.microsoft.com/Licensing/licensing-programs/open-license) and [Select](https://www.microsoft.com/Licensing/licensing-programs/select)) and to participants in programs such as the [Microsoft Partner Program](https://partner.microsoft.com/) and [MSDN Subscriptions](https://visualstudio.microsoft.com/msdn-platforms/). Volume activation is a configurable solution that helps automate and manage the product activation process on computers running Windows operating systems that have been licensed under a volume licensing program. Volume activation is also used with other software from Microsoft (most notably the Office suites) that are sold under volume licensing agreements and that support volume activation. -This guide provides information and step-by-step guidance to help you choose a volume activation method that suits your environment, and then to configure that solution successfully. This guide describes the volume activation features that are available in Windows 10 and Windows Server 2012 R2 and the tools that are provided in these versions of Windows and Windows Server to manage volume activation. +This guide provides information and step-by-step guidance to help you choose a volume activation method that suits your environment, and then to configure that solution successfully. This guide describes the volume activation features and the tools to manage volume activation. -Because most organizations will not immediately switch all computers to Windows 10, practical volume activation strategies must also take in to account how to work with the Windows 8, Windows 7, Windows Server 2012, and Windows Server 2008 R2Windows Server 2008 R2 operating systems. This guide -discusses how the new volume activation tools can support earlier operating systems, but it does not discuss the tools that are provided with earlier operating system versions. +Because most organizations will not immediately switch all computers to Windows 10, practical volume activation strategies must also take in to account how to work with the Windows 8.1, Windows 7, Windows Server 2012, and Windows Server 2008 R2 operating systems. This guide discusses how the new volume activation tools can support earlier operating systems, but it does not discuss the tools that are provided with earlier operating system versions. -Volume activation—and the need for activation itself—is not new, and this guide does not review all of its concepts and history. You can find additional background in the appendices of this guide. For more information, see [Volume Activation Overview](https://go.microsoft.com/fwlink/p/?LinkId=618209) in the TechNet Library. +Volume activation -and the need for activation itself- is not new, and this guide does not review all of its concepts and history. You can find additional background in the appendices of this guide. For more information, see [Volume Activation Overview](https://docs.microsoft.com/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/hh831612(v=ws.11)). If you would like additional information about planning a volume activation deployment specifically for Windows 7 and Windows Server 2008 R2, please see the [Volume Activation Planning Guide for Windows 7](https://go.microsoft.com/fwlink/p/?LinkId=618210). To successfully plan and implement a volume activation strategy, you must: -- Learn about and understand product activation. -- Review and evaluate the available activation types or models. -- Consider the connectivity of the clients to be activated. -- Choose the method or methods to be used with each type of client. -- Determine the types and number of product keys you will need. -- Determine the monitoring and reporting needs in your organization. -- Install and configure the tools required to support the methods selected. + +- Learn about and understand product activation. +- Review and evaluate the available activation types or models. +- Consider the connectivity of the clients to be activated. +- Choose the method or methods to be used with each type of client. +- Determine the types and number of product keys you will need. +- Determine the monitoring and reporting needs in your organization. +- Install and configure the tools required to support the methods selected. Keep in mind that the method of activation does not change an organization’s responsibility to the licensing requirements. You must ensure that all software used in your organization is properly licensed and activated in accordance with the terms of the licensing agreements in place. -**In this guide:** -- [Plan for volume activation](plan-for-volume-activation-client.md) -- [Activate using Key Management Service](activate-using-key-management-service-vamt.md) -- [Activate using Active Directory-based activation](activate-using-active-directory-based-activation-client.md) -- [Activate clients running Windows 10](activate-windows-10-clients-vamt.md) -- [Monitor activation](monitor-activation-client.md) -- [Use the Volume Activation Management Tool](use-the-volume-activation-management-tool-client.md) -- [Appendix: Information sent to Microsoft during activation](appendix-information-sent-to-microsoft-during-activation-client.md) -  +## Additional information + +- [Plan for volume activation](plan-for-volume-activation-client.md) +- [Activate using Key Management Service](activate-using-key-management-service-vamt.md) +- [Activate using Active Directory-based activation](activate-using-active-directory-based-activation-client.md) +- [Activate clients running Windows 10](activate-windows-10-clients-vamt.md) +- [Monitor activation](monitor-activation-client.md) +- [Use the Volume Activation Management Tool](use-the-volume-activation-management-tool-client.md) +- [Appendix: Information sent to Microsoft during activation](appendix-information-sent-to-microsoft-during-activation-client.md) From 2b3a0da642cf10a0ffd139e9c70119d3e2fd1bde Mon Sep 17 00:00:00 2001 From: Rick Munck <33725928+jmunck@users.noreply.github.com> Date: Wed, 2 Oct 2019 15:57:05 -0500 Subject: [PATCH 093/191] Update windows-security-baselines.md Updated the applies to section based on currently supported baselines --- .../security/threat-protection/windows-security-baselines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/security/threat-protection/windows-security-baselines.md b/windows/security/threat-protection/windows-security-baselines.md index e59d8d582b..30b70df2a4 100644 --- a/windows/security/threat-protection/windows-security-baselines.md +++ b/windows/security/threat-protection/windows-security-baselines.md @@ -20,8 +20,8 @@ ms.reviewer: **Applies to** - Windows 10 -- Windows Server 2016 -- Office 2016 +- Windows Server +- Office 365 ProPlus ## Using security baselines in your organization From d0d4c8bf88d082b6a16e52a3b4d087ca99f1ca2f Mon Sep 17 00:00:00 2001 From: MSFTTracyP <33558605+MSFTTracyP@users.noreply.github.com> Date: Thu, 3 Oct 2019 12:44:56 -0700 Subject: [PATCH 094/191] Update .openpublishing.redirection.json Update rdir --- .openpublishing.redirection.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index 4d62881e66..7027fb324b 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -7390,16 +7390,6 @@ "source_path": "windows/configuration/set-up-a-kiosk-for-windows-10-for-desktop-editions.md", "redirect_url": "/windows/configuration/setup-kiosk-digital-signage", "redirect_document_id": true - }, - { - "source_path": "windows-itpro-docs/mdop/appv-v5/how-to-view-and-configure-applications-and-default-virtual-application-extensions-by-using-the-management-console-beta.md", - "redirect_url": "https://docs.microsoft.com/windows/application-management/app-v/configure-applications-and-default-virtual-application-extensions-in-management-console", - "redirect_document_id": true - }, - { - "source_path": "Windows-itpro-docs/mdop/dart-v8/use-windows-defender-offline-wdo-for-malware-protection-not-dart.md", - "redirect_url": "https://docs.microsoft.com/MicrosoftDocs/windows-docs-pr/blob/live/mdop/dart-v8/use-windows-defender-offline-wdo-for-malware-protection-not-dart", - "redirect_document_id": true } ] } From a128d78cee811f651761607a2c26e61b39d4ac16 Mon Sep 17 00:00:00 2001 From: MSFTTracyP <33558605+MSFTTracyP@users.noreply.github.com> Date: Thu, 3 Oct 2019 13:41:23 -0700 Subject: [PATCH 095/191] Update Update --- ...50-virtual-applications-by-using-the-management-console.md | 4 ++-- mdop/dart-v8/index.md | 4 ++-- mdop/dart-v8/overview-of-the-tools-in-dart-80-dart-8.md | 4 ++-- mdop/dart-v8/technical-reference-for-dart-80-new-ia.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mdop/appv-v5/administering-app-v-50-virtual-applications-by-using-the-management-console.md b/mdop/appv-v5/administering-app-v-50-virtual-applications-by-using-the-management-console.md index b2596f892c..50214f1054 100644 --- a/mdop/appv-v5/administering-app-v-50-virtual-applications-by-using-the-management-console.md +++ b/mdop/appv-v5/administering-app-v-50-virtual-applications-by-using-the-management-console.md @@ -10,7 +10,7 @@ ms.pagetype: mdop, appcompat, virtualization ms.mktglfcycl: deploy ms.sitesec: library ms.prod: w10 -ms.date: 06/16/2016 +ms.date: 10/03/2016 --- @@ -54,7 +54,7 @@ The most common tasks that you can perform with the App-V 5.0 Management console - [How to Customize Virtual Applications Extensions for a Specific AD Group by Using the Management Console](how-to-customize-virtual-applications-extensions-for-a-specific-ad-group-by-using-the-management-console.md) -- [Configure Applications and Default Virtual Application Extensions in Management Console](configure-applications-and-default-virtual-application-extensions-in-management-console.md) +- [Configure Applications and Default Virtual Application Extensions in Management Console](configure-applications-and-default-virtual-application-extensions-in-management-console.md) The main elements of the App-V 5.0 Management Console are: diff --git a/mdop/dart-v8/index.md b/mdop/dart-v8/index.md index 33f9d77a3d..d51694005d 100644 --- a/mdop/dart-v8/index.md +++ b/mdop/dart-v8/index.md @@ -7,7 +7,7 @@ ms.pagetype: mdop ms.mktglfcycl: support ms.sitesec: library ms.prod: w10 -ms.date: 04/19/2017 +ms.date: 10/03/2017 --- @@ -38,7 +38,7 @@ DaRT 8.0 is an important part of the Microsoft Desktop Optimization Pack (MDOP), [Technical Reference for DaRT 8.0](technical-reference-for-dart-80-new-ia.md) -[Microsoft Diagnostics and Recovery Toolset (DaRT) users should use Windows Defender Offline (WDO) for malware detection](https://docs.microsoft.com/en-us/microsoft-desktop-optimization-pack/dart-v8/microsoft-diagnostics-and-recovery-toolset--dart--users-should-use-windows-defender-offline--wdo--for-malware-detection) +[Microsoft Diagnostics and Recovery Toolset (DaRT) users should use Windows Defender Offline (WDO) for malware detection-->](use-windows-defender-offline-wdo-for-malware-protection-not-dart.md) [Troubleshooting DaRT 8.0](troubleshooting-dart-80-dart-8.md) diff --git a/mdop/dart-v8/overview-of-the-tools-in-dart-80-dart-8.md b/mdop/dart-v8/overview-of-the-tools-in-dart-80-dart-8.md index 0733bc4bef..ec7b892511 100644 --- a/mdop/dart-v8/overview-of-the-tools-in-dart-80-dart-8.md +++ b/mdop/dart-v8/overview-of-the-tools-in-dart-80-dart-8.md @@ -10,7 +10,7 @@ ms.pagetype: mdop ms.mktglfcycl: support ms.sitesec: library ms.prod: w10 -ms.date: 06/16/2016 +ms.date: 10/03/2016 --- @@ -48,7 +48,7 @@ For more information about **Crash Analyzer**, see [Diagnosing System Failures w ### Defender **Important**   -Environments with the DaRT Defender deployed should instead use the Windows Defender Offline (WDO) protection image for malware detection. Because of how the Defender tool integrates into DaRT, all supported DaRT version deployments cannot apply these anti-malware updates to their DaRT images. For more information, see [Microsoft Diagnostics and Recovery Toolset (DaRT) users should use Windows Defender Offline (WDO) for malware detection](microsoft-diagnostics-and-recovery-toolset--dart--users-should-use-windows-defender-offline--wdo--for-malware-detection.md). +Environments with the DaRT Defender deployed should instead use the Windows Defender Offline (WDO) protection image for malware detection. Because of how the Defender tool integrates into DaRT, all supported DaRT version deployments cannot apply these anti-malware updates to their DaRT images. For more information, see [Microsoft Diagnostics and Recovery Toolset (DaRT) users should use Windows Defender Offline (WDO) for malware detection-->](use-windows-defender-offline-wdo-for-malware-protection-not-dart.md). diff --git a/mdop/dart-v8/technical-reference-for-dart-80-new-ia.md b/mdop/dart-v8/technical-reference-for-dart-80-new-ia.md index da7f794b85..521c24b8df 100644 --- a/mdop/dart-v8/technical-reference-for-dart-80-new-ia.md +++ b/mdop/dart-v8/technical-reference-for-dart-80-new-ia.md @@ -10,7 +10,7 @@ ms.pagetype: mdop ms.mktglfcycl: support ms.sitesec: library ms.prod: w10 -ms.date: 06/16/2016 +ms.date: 10/03/2016 --- From 5675ee763692d84712c4b26909e9cf76facc6a91 Mon Sep 17 00:00:00 2001 From: MSFTTracyP <33558605+MSFTTracyP@users.noreply.github.com> Date: Thu, 3 Oct 2019 14:49:53 -0700 Subject: [PATCH 096/191] Update Update --- mdop/dart-v8/technical-reference-for-dart-80-new-ia.md | 2 +- .../sign-up-microsoft-store-for-business-overview.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mdop/dart-v8/technical-reference-for-dart-80-new-ia.md b/mdop/dart-v8/technical-reference-for-dart-80-new-ia.md index 521c24b8df..6fefab5848 100644 --- a/mdop/dart-v8/technical-reference-for-dart-80-new-ia.md +++ b/mdop/dart-v8/technical-reference-for-dart-80-new-ia.md @@ -22,7 +22,7 @@ This section includes technical reference information about Microsoft Diagnostic ## Technical reference -- [Microsoft Diagnostics and Recovery Toolset (DaRT) users should use Windows Defender Offline (WDO) for malware detection](microsoft-diagnostics-and-recovery-toolset--dart--users-should-use-windows-defender-offline--wdo--for-malware-detection.md) +[Microsoft Diagnostics and Recovery Toolset (DaRT) users should use Windows Defender Offline (WDO) for malware detection-->](use-windows-defender-offline-wdo-for-malware-protection-not-dart.md) Environments with the Microsoft Diagnostics and Recovery Toolset (DaRT) Defender tool deployed should instead use the Windows Defender Offline (WDO) protection image for malware detection. diff --git a/store-for-business/sign-up-microsoft-store-for-business-overview.md b/store-for-business/sign-up-microsoft-store-for-business-overview.md index 0159084242..e03d3e5657 100644 --- a/store-for-business/sign-up-microsoft-store-for-business-overview.md +++ b/store-for-business/sign-up-microsoft-store-for-business-overview.md @@ -12,7 +12,7 @@ author: TrudyHa ms.author: TrudyHa ms.topic: conceptual ms.localizationpriority: medium -ms.date: 10/13/2017 +ms.date: 10/03/2019 --- # Sign up and get started @@ -29,10 +29,10 @@ IT admins can sign up for Microsoft Store for Business and Education, and get st | Topic | Description | | ----- | ----------- | | [Microsoft Store for Business and Education overview](windows-store-for-business-overview.md) | Learn about Microsoft Store for Business. | -| [Prerequisites for Microsoft Store for Business and Education](prerequisites-windows-store-for-business.md) | There are a few prerequisites for using Microsoft Store for Business and Education. | -| [Sign up for Microsoft Store for Business or Microsoft Store for Education](sign-up-windows-store-for-business.md) | Before you sign up for Store for Business and Education, at a minimum, you'll need an Azure Active Directory (AD) or Office 365 account for your organization, and you'll need to be the global administrator for your organization. If your organization is already using Azure AD, you can go ahead and sign up for Store for Business. If not, we'll help you create an Azure AD or Office 365 account and directory as part of the sign up process. | -| [Roles and permissions in Microsoft Store for Business and Education](roles-and-permissions-windows-store-for-business.md) | The first person to sign in to Microsoft Store for Business and Education must be a Global Admin of the Azure Active Directory (AD) tenant. Once the Global Admin has signed in, they can give permissions to others employees. | -| [Settings reference: Microsoft Store for Business and Education](settings-reference-windows-store-for-business.md) | Microsoft Store for Business and Education has a group of settings that admins use to manage the store. | +| [Prerequisites for Microsoft Store for Business and Education](prerequisites-windows-store-for-business.md) | There are a few prerequisites for using Microsoft Store for Business and Education.](https://docs.microsoft.com/en-us/microsoft-store/prerequisites-microsoft-store-for-business) | +| [Sign up for Microsoft Store for Business or Microsoft Store for Education](https://docs.microsoft.com/en-us/microsoft-store/sign-up-microsoft-store-for-business) | Before you sign up for Store for Business and Education, at a minimum, you'll need an Azure Active Directory (AD) or Office 365 account for your organization, and you'll need to be the global administrator for your organization. If your organization is already using Azure AD, you can go ahead and sign up for Store for Business. If not, we'll help you create an Azure AD or Office 365 account and directory as part of the sign up process. | +| [Roles and permissions in Microsoft Store for Business and Education](https://docs.microsoft.com/en-us/microsoft-store/roles-and-permissions-microsoft-store-for-business)| The first person to sign in to Microsoft Store for Business and Education must be a Global Admin of the Azure Active Directory (AD) tenant. Once the Global Admin has signed in, they can give permissions to others employees. | +| [Settings reference: Microsoft Store for Business and Education](https://docs.microsoft.com/en-us/microsoft-store/settings-reference-microsoft-store-for-business) | Microsoft Store for Business and Education has a group of settings that admins use to manage the store. | From 382d49c20a360c9e728c933c9359f1e59c31c4d3 Mon Sep 17 00:00:00 2001 From: MSFTTracyP <33558605+MSFTTracyP@users.noreply.github.com> Date: Thu, 3 Oct 2019 15:31:13 -0700 Subject: [PATCH 097/191] Update 1 Update 1 --- .../change-history-for-configure-windows-10.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/windows/configuration/change-history-for-configure-windows-10.md b/windows/configuration/change-history-for-configure-windows-10.md index cca3071cad..03d69904a3 100644 --- a/windows/configuration/change-history-for-configure-windows-10.md +++ b/windows/configuration/change-history-for-configure-windows-10.md @@ -12,6 +12,7 @@ ms.localizationpriority: medium author: dansimp ms.author: dansimp ms.topic: article +ms.date: 10/03/2019 --- # Change history for Configure Windows 10 @@ -118,14 +119,14 @@ The following topics were moved into the [Privacy](/windows/privacy/index) libra New or changed topic | Description --- | --- -[Configure Windows diagnostic data in your organization](configure-windows-diagnostic-data-in-your-organization.md) | Updated endpoints. +[Configure Windows diagnostic data in your organizationspro](https://docs.microsoft.com/en-us/windows/privacy/configure-windows-diagnostic-data-in-your-organization) | Updated endpoints. [Configure cellular settings for tablets and PCs](provisioning-apn.md) | Added instructions for confirming that the settings were applied. ## March 2018 New or changed topic | Description --- | --- -[Windows 10, version 1709 basic diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields.md) and [Windows 10, version 1703 basic level Windows diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields-1703.md) | Added events and fields that were added in the March update. +[Windows 10, version 1709 basic level Windows diagnostic events and fields](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709) and [Windows 10, version 1703 basic level Windows diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields-1703.md) | Added events and fields that were added in the March update. Set up a kiosk on Windows 10 Pro, Enterprise, or Education | Renamed it **Set up a kiosk or digital signage on Windows 10 Pro, Enterprise, or Education** and reorganized the information to make the choices clearer. @@ -133,7 +134,7 @@ Set up a kiosk on Windows 10 Pro, Enterprise, or Education | Renamed it **Set up New or changed topic | Description --- | --- -[Windows 10, version 1709 basic diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields.md) and [Windows 10, version 1703 basic level Windows diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields-1703.md) | Added events and fields that were added in the February update. +[Windows 10, version 1709 basic diagnostic events and fields](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709) and [Windows 10, version 1703 basic level Windows diagnostic events and fields](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1809) | Added events and fields that were added in the February update. [Create a Windows 10 kiosk that runs multiple apps](lock-down-windows-10-to-specific-apps.md) | Added steps for configuring a kiosk in Microsoft Intune. [Customize Windows 10 Start and taskbar with mobile device management (MDM)](customize-windows-10-start-screens-by-using-mobile-device-management.md) | Updated the instructions for applying a customized Start layout using Microsoft Intune. @@ -144,9 +145,9 @@ New or changed topic | Description [Create a Windows 10 kiosk that runs multiple apps](lock-down-windows-10-to-specific-apps.md) | Added videos demonstrating how to use Microsoft Intune and how to use provisioning packages to configure multi-app kiosks. [ConnectivityProfiles](wcd/wcd-connectivityprofiles.md) | Added settings for VPN **Native** and **Third Party** profile types. [Start layout XML for desktop editions of Windows 10 (reference)](start-layout-xml-desktop.md) | Clarified that the TopMFUApps elements in layoutmodification.xml are not supported in Windows 10, version 1709. -| [Diagnostic Data Viewer Overview](diagnostic-data-viewer-overview.md) | New topic | +| [Diagnostic Data Viewer Overview](https://docs.microsoft.com/en-us/windows/privacy/diagnostic-data-viewer-overviewd) | New topic | [Configure Windows 10 taskbar](configure-windows-10-taskbar.md) | Added section for removing default apps from the taskbar. -[Manage Windows 10 connection endpoints](manage-windows-endpoints-version-1709.md) | New topic for Windows 10, version 1709 that explains the purpose for connections to Microsoft services and how to manage them. +[Manage Windows 10 connection endpoints](https://docs.microsoft.com/en-us/windows/privacy/manage-windows-1709-endpoints) | New topic for Windows 10, version 1709 that explains the purpose for connections to Microsoft services and how to manage them. [Configure Windows Spotlight on the lock screen](windows-spotlight.md) | Added section for resolution of custom lock screen images. [Set up a kiosk on Windows 10 Pro, Enterprise, or Education](set-up-a-kiosk-for-windows-10-for-desktop-editions.md) | Added section for automatic sign-in after restart on unmanaged devices. @@ -155,7 +156,7 @@ New or changed topic | Description New or changed topic | Description --- | --- -|[Windows 10, version 1703 basic level Windows diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields-1703.md)| Added events that were added in November. | +|[Windows 10, version 1703 basic level Windows diagnostic events and fields](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703)| Added events that were added in November. | [Create a provisioning package with multivariant settings](provisioning-packages/provisioning-multivariant.md) | Add support for desktop to [Conditions](provisioning-packages/provisioning-multivariant.md#conditions) table. ## October 2017 From e9000b7ef7c5f88692db0dd617fe4296b6f729bd Mon Sep 17 00:00:00 2001 From: MSFTTracyP <33558605+MSFTTracyP@users.noreply.github.com> Date: Thu, 3 Oct 2019 16:11:04 -0700 Subject: [PATCH 098/191] Update 2 Update 2 --- ...change-history-for-configure-windows-10.md | 23 +++++++++---------- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/windows/configuration/change-history-for-configure-windows-10.md b/windows/configuration/change-history-for-configure-windows-10.md index 03d69904a3..118bb223f6 100644 --- a/windows/configuration/change-history-for-configure-windows-10.md +++ b/windows/configuration/change-history-for-configure-windows-10.md @@ -134,7 +134,7 @@ Set up a kiosk on Windows 10 Pro, Enterprise, or Education | Renamed it **Set up New or changed topic | Description --- | --- -[Windows 10, version 1709 basic diagnostic events and fields](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709) and [Windows 10, version 1703 basic level Windows diagnostic events and fields](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1809) | Added events and fields that were added in the February update. +[Windows 10, version 1709 basic diagnostic events and fields](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709) and [Windows 10, version 1703 basic level Windows diagnostic events and fields](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703) | Added events and fields that were added in the February update. [Create a Windows 10 kiosk that runs multiple apps](lock-down-windows-10-to-specific-apps.md) | Added steps for configuring a kiosk in Microsoft Intune. [Customize Windows 10 Start and taskbar with mobile device management (MDM)](customize-windows-10-start-screens-by-using-mobile-device-management.md) | Updated the instructions for applying a customized Start layout using Microsoft Intune. @@ -171,16 +171,16 @@ The topics in this library have been updated for Windows 10, version 1709 (also - [Create a Windows 10 kiosk that runs multiple apps](lock-down-windows-10-to-specific-apps.md) - [Multi-app kiosk XML reference](multi-app-kiosk-xml.md) -- [Windows 10, version 1709 basic diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields.md) -- [Windows 10, version 1709 enhanced diagnostic data events and fields used by Windows Analytics](enhanced-diagnostic-data-windows-analytics-events-and-fields.md) - +- [Windows 10, version 1709 basic diagnostic events and fields](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709) +- [Windows 10, version 1709 enhanced diagnostic data events and fields used by Windows Analytics](https://docs.microsoft.com/en-us/windows/privacy/enhanced-diagnostic-data-windows-analytics-events-and-fields) + ## September 2017 |New or changed topic | Description| |--- | ---| -|[Beginning your General Data Protection Regulation (GDPR) journey for Windows 10](gdpr-win10-whitepaper.md)|New conceptual info about Windows 10 and the upcoming GDPR-compliance requirements.| -|[Manage connections from Windows operating system components to Microsoft services](manage-connections-from-windows-operating-system-components-to-microsoft-services.md) | Added that Windows Spotlight can be managed by the Experience/AllowWindowsSpotlight MDM policy. | +|[Beginning your General Data Protection Regulation (GDPR) journey for Windows 10](https://docs.microsoft.com/en-us/windows/privacy/gdpr-win10-whitepaper)|New conceptual info about Windows 10 and the upcoming GDPR-compliance requirements.| +|[Manage connections from Windows operating system components to Microsoft services](https://docs.microsoft.com/en-us/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services) | Added that Windows Spotlight can be managed by the Experience/AllowWindowsSpotlight MDM policy. | @@ -195,12 +195,12 @@ The topics in this library have been updated for Windows 10, version 1709 (also | New or changed topic | Description | | --- | --- | -|[Windows 10, version 1703 Diagnostic Data](windows-diagnostic-data-1703.md)|Updated categories and included diagnostic data.| +|[Windows 10, version 1703 Diagnostic Data](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703)|Updated categories and included diagnostic data.| |[Add image for secondary tiles](start-secondary-tiles.md) | Added XML example for Edge secondary tiles and **ImportEdgeAssets** | |[Customize and export Start layout](customize-and-export-start-layout.md) | Added explanation for tile behavior when the app is not installed | |[Guidelines for choosing an app for assigned access](guidelines-for-assigned-access-app.md) | Added that Microsoft Edge is not supported for assigned access | -|[Windows 10, version 1703 basic level Windows diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields-1703.md)|Updated several Appraiser events and added Census.Speech. | -|[Manage connections from Windows operating system components to Microsoft-services](manage-connections-from-windows-operating-system-components-to-microsoft-services.md) | Updated Date & Time and Windows spotlight sections. | +|[Windows 10, version 1703 basic level Windows diagnostic events and fields](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703)|Updated several Appraiser events and added Census.Speech. | +|[Manage connections from Windows operating system components to Microsoft-services](https://docs.microsoft.com/en-us/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services) | Updated Date & Time and Windows spotlight sections. | ## June 2017 @@ -215,7 +215,7 @@ The topics in this library have been updated for Windows 10, version 1709 (also | New or changed topic | Description | | --- | --- | | [Configure cellular settings for tablets and PCs](provisioning-apn.md) | New | -| [Manage connections from Windows operating system components to Microsoft services](manage-connections-from-windows-operating-system-components-to-microsoft-services.md) | Added MDM policies for privacy settings | +| [Manage connections from Windows operating system components to Microsoft services](https://docs.microsoft.com/en-us/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services) | Added MDM policies for privacy settings | ## April 2017 @@ -233,5 +233,4 @@ The topics in this library have been updated for Windows 10, version 1703 (also - [Use the Lockdown Designer app to create a Lockdown XML file](mobile-devices/mobile-lockdown-designer.md) - [Add image for secondary tiles](start-secondary-tiles.md) - [Provision PCs with apps](provisioning-packages/provision-pcs-with-apps.md) -- [Windows 10, version 1703 basic level Windows diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields-1703.md) -- [Windows 10, version 1703 Diagnostic Data](windows-diagnostic-data-1703.md) +- [Windows 10, version 1703 basic level Windows diagnostic events and fields](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703) \ No newline at end of file From 62b4fcb22781435752bdb7e1b6eff7e49092d234 Mon Sep 17 00:00:00 2001 From: MSFTTracyP <33558605+MSFTTracyP@users.noreply.github.com> Date: Fri, 4 Oct 2019 11:17:36 -0700 Subject: [PATCH 099/191] Update Update --- windows/deployment/update/index.md | 2 +- windows/deployment/windows-autopilot/white-glove.md | 4 ++-- .../windows-autopilot/windows-autopilot-requirements.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/deployment/update/index.md b/windows/deployment/update/index.md index 210ebcaf84..87ffa516dc 100644 --- a/windows/deployment/update/index.md +++ b/windows/deployment/update/index.md @@ -36,7 +36,7 @@ Windows as a service provides a new way to think about building, deploying, and | [Overview of Windows as a service](waas-overview.md) | Explains the differences in building, deploying, and servicing Windows 10; introduces feature updates, quality updates, and the different servicing branches; compares servicing tools. | | [Prepare servicing strategy for Windows 10 updates](waas-servicing-strategy-windows-10-updates.md) | Explains the decisions you need to make in your servicing strategy. | | [Build deployment rings for Windows 10 updates](waas-deployment-rings-windows-10-updates.md) | Explains how to make use of servicing branches and update deferrals to manage Windows 10 updates. | -| [Assign devices to servicing branches for Windows 10 updates](waas-servicing-branches-windows-10-updates.md) | Explains how to assign devices to the Semi-Annual Channel for feature and quality updates, and how to enroll devices in Windows Insider. | +| [Assign devices to servicing branches for Windows 10 updates](https://docs.microsoft.com/en-us/windows/deployment/update/waas-servicing-channels-windows-10-updates) | Explains how to assign devices to the Semi-Annual Channel for feature and quality updates, and how to enroll devices in Windows Insider. | | [Monitor Windows Updates with Update Compliance](update-compliance-monitor.md) | Explains how to use Windows Analytics: Update Compliance to monitor and manage Windows Updates on devices in your organization. | | [Optimize update delivery for Windows 10 updates](waas-optimize-windows-10-updates.md) | Explains the benefits of using Delivery Optimization or BranchCache for update distribution. | | [Deploy updates for Windows 10 Mobile Enterprise and Windows 10 IoT Mobile](waas-mobile-updates.md) | Explains updates for Windows 10 Mobile Enterprise and Windows 10 IoT Mobile. | diff --git a/windows/deployment/windows-autopilot/white-glove.md b/windows/deployment/windows-autopilot/white-glove.md index b5cc63019b..7aacf56861 100644 --- a/windows/deployment/windows-autopilot/white-glove.md +++ b/windows/deployment/windows-autopilot/white-glove.md @@ -7,7 +7,7 @@ ms.mktglfcycl: deploy ms.localizationpriority: low ms.sitesec: library ms.pagetype: deploy -audience: itpro +audience: itproF author: greg-lindsay manager: laurawi ms.audience: itpro @@ -30,7 +30,7 @@ With **Windows Autopilot for white glove deployment**, the provisioning process ![OEM](images/wg02.png) -Enabled with Microsoft Intune in Windows 10, version 1903 and later, white glove deployment capabilities build on top of existing Windows Autopilot [user-driven scenarios](user-driven.md), supporting both the user-driven [Azure AD join](user-driven-aad.md) and [Hybrid Azure AD](user-driven-hybrid.md) join scenarios. +Enabled with Microsoft Intune in Windows 10, version 1903 and later, white glove deployment capabilities build on top of existing Windows Autopilot [user-driven scenarios](user-driven.md), supporting both the user-driven mode for Azure Active Directory Join, and user-driven mode for Hybrid Azure Active directory join scenarios. ## Prerequisites diff --git a/windows/deployment/windows-autopilot/windows-autopilot-requirements.md b/windows/deployment/windows-autopilot/windows-autopilot-requirements.md index 1baaf03dea..41bdb5b470 100644 --- a/windows/deployment/windows-autopilot/windows-autopilot-requirements.md +++ b/windows/deployment/windows-autopilot/windows-autopilot-requirements.md @@ -120,4 +120,4 @@ There are no additional hardware requirements to use Windows 10 Autopilot, beyon ## Related topics -[Configure Autopilot deployment](configure-autopilot.md) +[Configure Autopilot deployment](https://docs.microsoft.com/en-us/windows/deployment/windows-autopilot/) From 18af815838d03164d789554e9c5931076203be97 Mon Sep 17 00:00:00 2001 From: MSFTTracyP <33558605+MSFTTracyP@users.noreply.github.com> Date: Fri, 4 Oct 2019 11:36:21 -0700 Subject: [PATCH 100/191] Update Update --- ...p-microsoft-store-for-business-overview.md | 2 +- ...change-history-for-configure-windows-10.md | 2 +- .../windows-10-1803-removed-features.md | 113 +++++++++--------- 3 files changed, 59 insertions(+), 58 deletions(-) diff --git a/store-for-business/sign-up-microsoft-store-for-business-overview.md b/store-for-business/sign-up-microsoft-store-for-business-overview.md index e03d3e5657..ac2d921eb8 100644 --- a/store-for-business/sign-up-microsoft-store-for-business-overview.md +++ b/store-for-business/sign-up-microsoft-store-for-business-overview.md @@ -29,7 +29,7 @@ IT admins can sign up for Microsoft Store for Business and Education, and get st | Topic | Description | | ----- | ----------- | | [Microsoft Store for Business and Education overview](windows-store-for-business-overview.md) | Learn about Microsoft Store for Business. | -| [Prerequisites for Microsoft Store for Business and Education](prerequisites-windows-store-for-business.md) | There are a few prerequisites for using Microsoft Store for Business and Education.](https://docs.microsoft.com/en-us/microsoft-store/prerequisites-microsoft-store-for-business) | +| [Prerequisites for Microsoft Store for Business and Education](https://docs.microsoft.com/en-us/microsoft-store/prerequisites-microsoft-store-for-business) | There are a few prerequisites for using Microsoft Store for Business and Education.](https://docs.microsoft.com/en-us/microsoft-store/prerequisites-microsoft-store-for-business) | | [Sign up for Microsoft Store for Business or Microsoft Store for Education](https://docs.microsoft.com/en-us/microsoft-store/sign-up-microsoft-store-for-business) | Before you sign up for Store for Business and Education, at a minimum, you'll need an Azure Active Directory (AD) or Office 365 account for your organization, and you'll need to be the global administrator for your organization. If your organization is already using Azure AD, you can go ahead and sign up for Store for Business. If not, we'll help you create an Azure AD or Office 365 account and directory as part of the sign up process. | | [Roles and permissions in Microsoft Store for Business and Education](https://docs.microsoft.com/en-us/microsoft-store/roles-and-permissions-microsoft-store-for-business)| The first person to sign in to Microsoft Store for Business and Education must be a Global Admin of the Azure Active Directory (AD) tenant. Once the Global Admin has signed in, they can give permissions to others employees. | | [Settings reference: Microsoft Store for Business and Education](https://docs.microsoft.com/en-us/microsoft-store/settings-reference-microsoft-store-for-business) | Microsoft Store for Business and Education has a group of settings that admins use to manage the store. | diff --git a/windows/configuration/change-history-for-configure-windows-10.md b/windows/configuration/change-history-for-configure-windows-10.md index 118bb223f6..5746781d7a 100644 --- a/windows/configuration/change-history-for-configure-windows-10.md +++ b/windows/configuration/change-history-for-configure-windows-10.md @@ -126,7 +126,7 @@ New or changed topic | Description New or changed topic | Description --- | --- -[Windows 10, version 1709 basic level Windows diagnostic events and fields](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709) and [Windows 10, version 1703 basic level Windows diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields-1703.md) | Added events and fields that were added in the March update. +[Windows 10, version 1709 basic level Windows diagnostic events and fields](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709) and [Windows 10, version 1703 basic level Windows diagnostic events and fields](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703) | Added events and fields that were added in the March update. Set up a kiosk on Windows 10 Pro, Enterprise, or Education | Renamed it **Set up a kiosk or digital signage on Windows 10 Pro, Enterprise, or Education** and reorganized the information to make the choices clearer. diff --git a/windows/deployment/planning/windows-10-1803-removed-features.md b/windows/deployment/planning/windows-10-1803-removed-features.md index 651e7aa5a8..74e53ca0c4 100644 --- a/windows/deployment/planning/windows-10-1803-removed-features.md +++ b/windows/deployment/planning/windows-10-1803-removed-features.md @@ -1,56 +1,57 @@ ---- -title: Windows 10, version 1803 - Features that have been removed -description: Learn about features that will be removed or deprecated in Windows 10, version 1803, or a future release -ms.prod: w10 -ms.mktglfcycl: plan -ms.localizationpriority: medium -ms.sitesec: library -audience: itpro author: greg-lindsay -ms.author: greglin -ms.date: 08/16/2018 -ms.reviewer: -manager: laurawi -ms.topic: article ---- -# Features removed or planned for replacement starting with Windows 10, version 1803 - -> Applies to: Windows 10, version 1803 - -Each release of Windows 10 adds new features and functionality; we also occasionally remove features and functionality, usually because we've added a better option. Here are the details about the features and functionalities that we removed in Windows 10, version 1803 (also called Windows 10 April 2018 Update). - -> [!TIP] -> - You can get early access to Windows 10 builds by joining the [Windows Insider program](https://insider.windows.com) - this is a great way to test feature changes. -> - Have questions about other releases? Check out the information for [Windows 10, version 1703](windows-10-creators-update-deprecation.md), and [Windows 10, version 1709](windows-10-fall-creators-deprecation.md). - -**The list is subject to change and might not include every affected feature or functionality.** - -## Features we removed in this release - -We've removed the following features and functionalities from the installed product image in Windows 10, version 1803. Applications or code that depend on these features won't function in this release unless you use an alternate method. - -|Feature |Instead you can use...| -|-----------|-------------------- -|Groove Music Pass|[We ended the Groove streaming music service and music track sales through the Microsoft Store in 2017](https://support.microsoft.com/help/4046109/groove-music-and-spotify-faq). The Groove app is being updated to reflect this change. You can still use Groove Music to play the music on your PC or to stream music from OneDrive. You can use Spotify or other music services to stream music on Windows 10, or to buy music to own.| -|People - Suggestions will no longer include unsaved contacts for non-Microsoft accounts|Manually save the contact details for people you send mail to or get mail from.| -|Language control in the Control Panel| Use the Settings app to change your language settings.| -|HomeGroup|We are removing [HomeGroup](https://support.microsoft.com/help/17145) but not your ability to share printers, files, and folders.

    When you update to Windows 10, version 1803, you won't see HomeGroup in File Explorer, the Control Panel, or Troubleshoot (**Settings > Update & Security > Troubleshoot**). Any printers, files, and folders that you shared using HomeGroup **will continue to be shared**.

    Instead of using HomeGroup, you can now share printers, files and folders by using features that are built into Windows 10:
    - [Share your network printer](https://www.bing.com/search?q=share+printer+windows+10)
    - [Share files in File Explorer](https://support.microsoft.com/help/4027674/windows-10-share-files-in-file-explorer) | -|**Connect to suggested open hotspots** option in Wi-Fi settings |We previously [disabled the **Connect to suggested open hotspots** option](https://privacy.microsoft.com/windows-10-open-wi-fi-hotspots) and are now removing it from the Wi-Fi settings page. You can manually connect to free wireless hotspots with **Network & Internet** settings, from the taskbar or Control Panel, or by using Wi-Fi Settings (for mobile devices).| -|XPS Viewer|We're changing the way you get XPS Viewer. In Windows 10, version 1709 and earlier versions, the app is included in the installation image. If you have XPS Viewer and you update to Windows 10, version 1803, there's no action required. You'll still have XPS Viewer.

    However, if you install Windows 10, version 1803, on a new device (or as a clean installation), you may need to [install XPS Viewer from **Apps and Features** in the Settings app](https://docs.microsoft.com/windows/application-management/add-apps-and-features) or through [Features on Demand](https://docs.microsoft.com/windows-hardware/manufacture/desktop/features-on-demand-v2--capabilities). If you had XPS Viewer in Windows 10, version 1709, but manually removed it before updating, you'll need to manually reinstall it.| - - -## Features we’re no longer developing - -We are no longer actively developing these features and may remove them from a future update. Some features have been replaced with other features or functionality, while others are now available from different sources. - -If you have feedback about the proposed replacement of any of these features, you can use the [Feedback Hub app](https://support.microsoft.com/help/4021566/windows-10-send-feedback-to-microsoft-with-feedback-hub-app). - -|Feature |Instead you can use...| -|-----------|---------------------| -|[Software Restriction Policies](https://docs.microsoft.com/windows-server/identity/software-restriction-policies/software-restriction-policies) in Group Policy|Instead of using the Software Restriction Policies through Group Policy, you can use [AppLocker](https://docs.microsoft.com/windows/security/threat-protection/applocker/applocker-overview) or [Windows Defender Application Control](https://docs.microsoft.com/windows/security/threat-protection/windows-defender-application-control) to control which apps users can access and what code can run in the kernel.| -|[Offline symbol packages](https://docs.microsoft.com/windows-hardware/drivers/debugger/debugger-download-symbols) (Debug symbol MSIs)|We're no longer making the symbol packages available as a downloadable MSI. Instead, the [Microsoft Symbol Server is moving to be an Azure-based symbol store](https://blogs.msdn.microsoft.com/windbg/2017/10/18/update-on-microsofts-symbol-server/). If you need the Windows symbols, connect to the Microsoft Symbol Server to cache your symbols locally or use a manifest file with SymChk.exe on a computer with internet access.| -|Windows Help Viewer (WinHlp32.exe)|All Windows help information is [available online](https://support.microsoft.com/products/windows?os=windows-10). The Windows Help Viewer is no longer supported in Windows 10. If for any reason you see an error message about "help not supported," possibly when using a non-Microsoft application, read [this support article](https://support.microsoft.com/help/917607/error-opening-help-in-windows-based-programs-feature-not-included-or-h) for additional information and any next steps.| -|Contacts feature in File Explorer|We're no longer developing the Contacts feature or the corresponding [Windows Contacts API](https://msdn.microsoft.com/library/ff800913.aspx). Instead, you can use the People app in Windows 10 to maintain your contacts.| -|Phone Companion|Use the **Phone** page in the Settings app. In Windows 10, version 1709, we added the new **Phone** page to help you sync your mobile phone with your PC. It includes all the Phone Companion features.| -|IPv4/6 Transition Technologies (6to4, ISATAP, and Direct Tunnels)|6to4 has been disabled by default since Windows 10, version 1607 (the Anniversary Update), ISATAP has been disabled by default since Windows 10, version 1703 (the Creators Update), and Direct Tunnels has always been disabled by default. Please use native IPv6 support instead.| -|[Layered Service Providers](https://msdn.microsoft.com/library/windows/desktop/bb513664)|Layered Service Providers have been deprecated since Windows 8 and Windows Server 2012. Use the [Windows Filtering Platform](https://msdn.microsoft.com/library/windows/desktop/aa366510) instead. When you upgrade from an older version of Windows, any layered service providers you're using aren't migrated; you'll need to re-install them after upgrading.| -|Business Scanning, also called Distributed Scan Management (DSM) **(Added 05/03/2018)**|The [Scan Management functionality](https://docs.microsoft.com/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/dd759124(v=ws.11)) was introduced in Windows 7 and enabled secure scanning and the management of scanners in an enterprise. We're no longer investing in this feature, and there are no devices available that support it.| +--- +title: Windows 10, version 1803 - Features that have been removed +description: Learn about features that will be removed or deprecated in Windows 10, version 1803, or a future release +ms.prod: w10 +ms.mktglfcycl: plan +ms.localizationpriority: medium +ms.sitesec: library +audience: itpro +author: greg-lindsay +ms.author: greglin +ms.date: 08/16/2018 +ms.reviewer: +manager: laurawi +ms.topic: article +--- +# Features removed or planned for replacement starting with Windows 10, version 1803 + +> Applies to: Windows 10, version 1803 + +Each release of Windows 10 adds new features and functionality; we also occasionally remove features and functionality, usually because we've added a better option. Here are the details about the features and functionalities that we removed in Windows 10, version 1803 (also called Windows 10 April 2018 Update). + +> [!TIP] +> - You can get early access to Windows 10 builds by joining the [Windows Insider program](https://insider.windows.com) - this is a great way to test feature changes. +> - Have questions about other releases? Check out the information for [Features that are removed or deprecated in Windows 10, version 1703](https://docs.microsoft.com/en-us/windows/deployment/planning/windows-10-1703-removed-features), [Features that are removed or deprecated in Windows 10, version 1709](https://docs.microsoft.com/en-us/windows/deployment/planning/windows-10-1709-removed-features), and [Features that are removed or deprecated in Windows 10 Creators Update](https://support.microsoft.com/en-us/help/4014193/features-that-are-removed-or-deprecated-in-windows-10-creators-update). + +**The list is subject to change and might not include every affected feature or functionality.** + +## Features we removed in this release + +We've removed the following features and functionalities from the installed product image in Windows 10, version 1803. Applications or code that depend on these features won't function in this release unless you use an alternate method. + +|Feature |Instead you can use...| +|-----------|-------------------- +|Groove Music Pass|[We ended the Groove streaming music service and music track sales through the Microsoft Store in 2017](https://support.microsoft.com/help/4046109/groove-music-and-spotify-faq). The Groove app is being updated to reflect this change. You can still use Groove Music to play the music on your PC or to stream music from OneDrive. You can use Spotify or other music services to stream music on Windows 10, or to buy music to own.| +|People - Suggestions will no longer include unsaved contacts for non-Microsoft accounts|Manually save the contact details for people you send mail to or get mail from.| +|Language control in the Control Panel| Use the Settings app to change your language settings.| +|HomeGroup|We are removing [HomeGroup](https://support.microsoft.com/help/17145) but not your ability to share printers, files, and folders.

    When you update to Windows 10, version 1803, you won't see HomeGroup in File Explorer, the Control Panel, or Troubleshoot (**Settings > Update & Security > Troubleshoot**). Any printers, files, and folders that you shared using HomeGroup **will continue to be shared**.

    Instead of using HomeGroup, you can now share printers, files and folders by using features that are built into Windows 10:
    - [Share your network printer](https://www.bing.com/search?q=share+printer+windows+10)
    - [Share files in File Explorer](https://support.microsoft.com/help/4027674/windows-10-share-files-in-file-explorer) | +|**Connect to suggested open hotspots** option in Wi-Fi settings |We previously [disabled the **Connect to suggested open hotspots** option](https://privacy.microsoft.com/windows-10-open-wi-fi-hotspots) and are now removing it from the Wi-Fi settings page. You can manually connect to free wireless hotspots with **Network & Internet** settings, from the taskbar or Control Panel, or by using Wi-Fi Settings (for mobile devices).| +|XPS Viewer|We're changing the way you get XPS Viewer. In Windows 10, version 1709 and earlier versions, the app is included in the installation image. If you have XPS Viewer and you update to Windows 10, version 1803, there's no action required. You'll still have XPS Viewer.

    However, if you install Windows 10, version 1803, on a new device (or as a clean installation), you may need to [install XPS Viewer from **Apps and Features** in the Settings app](https://docs.microsoft.com/windows/application-management/add-apps-and-features) or through [Features on Demand](https://docs.microsoft.com/windows-hardware/manufacture/desktop/features-on-demand-v2--capabilities). If you had XPS Viewer in Windows 10, version 1709, but manually removed it before updating, you'll need to manually reinstall it.| + + +## Features we’re no longer developing + +We are no longer actively developing these features and may remove them from a future update. Some features have been replaced with other features or functionality, while others are now available from different sources. + +If you have feedback about the proposed replacement of any of these features, you can use the [Feedback Hub app](https://support.microsoft.com/help/4021566/windows-10-send-feedback-to-microsoft-with-feedback-hub-app). + +|Feature |Instead you can use...| +|-----------|---------------------| +|[Software Restriction Policies](https://docs.microsoft.com/windows-server/identity/software-restriction-policies/software-restriction-policies) in Group Policy|Instead of using the Software Restriction Policies through Group Policy, you can use [AppLocker](https://docs.microsoft.com/windows/security/threat-protection/applocker/applocker-overview) or [Windows Defender Application Control](https://docs.microsoft.com/windows/security/threat-protection/windows-defender-application-control) to control which apps users can access and what code can run in the kernel.| +|[Offline symbol packages](https://docs.microsoft.com/windows-hardware/drivers/debugger/debugger-download-symbols) (Debug symbol MSIs)|We're no longer making the symbol packages available as a downloadable MSI. Instead, the [Microsoft Symbol Server is moving to be an Azure-based symbol store](https://blogs.msdn.microsoft.com/windbg/2017/10/18/update-on-microsofts-symbol-server/). If you need the Windows symbols, connect to the Microsoft Symbol Server to cache your symbols locally or use a manifest file with SymChk.exe on a computer with internet access.| +|Windows Help Viewer (WinHlp32.exe)|All Windows help information is [available online](https://support.microsoft.com/products/windows?os=windows-10). The Windows Help Viewer is no longer supported in Windows 10. If for any reason you see an error message about "help not supported," possibly when using a non-Microsoft application, read [this support article](https://support.microsoft.com/help/917607/error-opening-help-in-windows-based-programs-feature-not-included-or-h) for additional information and any next steps.| +|Contacts feature in File Explorer|We're no longer developing the Contacts feature or the corresponding [Windows Contacts API](https://msdn.microsoft.com/library/ff800913.aspx). Instead, you can use the People app in Windows 10 to maintain your contacts.| +|Phone Companion|Use the **Phone** page in the Settings app. In Windows 10, version 1709, we added the new **Phone** page to help you sync your mobile phone with your PC. It includes all the Phone Companion features.| +|IPv4/6 Transition Technologies (6to4, ISATAP, and Direct Tunnels)|6to4 has been disabled by default since Windows 10, version 1607 (the Anniversary Update), ISATAP has been disabled by default since Windows 10, version 1703 (the Creators Update), and Direct Tunnels has always been disabled by default. Please use native IPv6 support instead.| +|[Layered Service Providers](https://msdn.microsoft.com/library/windows/desktop/bb513664)|Layered Service Providers have been deprecated since Windows 8 and Windows Server 2012. Use the [Windows Filtering Platform](https://msdn.microsoft.com/library/windows/desktop/aa366510) instead. When you upgrade from an older version of Windows, any layered service providers you're using aren't migrated; you'll need to re-install them after upgrading.| +|Business Scanning, also called Distributed Scan Management (DSM) **(Added 05/03/2018)**|The [Scan Management functionality](https://docs.microsoft.com/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/dd759124(v=ws.11)) was introduced in Windows 7 and enabled secure scanning and the management of scanners in an enterprise. We're no longer investing in this feature, and there are no devices available that support it.| From 6cf61fdd9f3f89120fb2389b7ea8141090dc6d7d Mon Sep 17 00:00:00 2001 From: MSFTTracyP <33558605+MSFTTracyP@users.noreply.github.com> Date: Fri, 4 Oct 2019 13:37:25 -0700 Subject: [PATCH 101/191] Update Update --- .../windows-10-1809-removed-features.md | 105 +++++++------- .../windows-autopilot/windows-autopilot.md | 131 +++++++++--------- windows/privacy/gdpr-it-guidance.md | 2 +- .../privacy/windows-diagnostic-data-1703.md | 2 +- ...-endpoints-1709-non-enterprise-editions.md | 2 +- ...-endpoints-1803-non-enterprise-editions.md | 2 +- ...ws-personal-data-services-configuration.md | 2 +- 7 files changed, 124 insertions(+), 122 deletions(-) diff --git a/windows/deployment/planning/windows-10-1809-removed-features.md b/windows/deployment/planning/windows-10-1809-removed-features.md index a538532b77..78fdafd0a3 100644 --- a/windows/deployment/planning/windows-10-1809-removed-features.md +++ b/windows/deployment/planning/windows-10-1809-removed-features.md @@ -1,52 +1,53 @@ ---- -title: Windows 10, version 1809 - Features that have been removed -description: Learn about features that will be removed or deprecated in Windows 10, version 1809, or a future release -ms.prod: w10 -ms.mktglfcycl: plan -ms.localizationpriority: medium -ms.sitesec: library -audience: itpro author: greg-lindsay -ms.author: greglin -ms.date: 11/16/2018 -ms.reviewer: -manager: laurawi -ms.topic: article ---- -# Features removed or planned for replacement starting with Windows 10, version 1809 - -> Applies to: Windows 10, version 1809 - -Each release of Windows 10 adds new features and functionality; we also occasionally remove features and functionality, usually because we've added a better option. Here are the details about the features and functionalities that we removed in Windows 10, version 1809. - -> [!TIP] -> - You can get early access to Windows 10 builds by joining the [Windows Insider program](https://insider.windows.com) - this is a great way to test feature changes. -> - Have questions about other releases? Check out the information for [Windows 10, version 1803](windows-10-1803-removed-features.md), [Windows 10, version 1709](windows-10-fall-creators-deprecation.md), and [Windows 10, version 1703](windows-10-creators-update-deprecation.md). - -**The list is subject to change and might not include every affected feature or functionality.** - -## Features we removed in this release - -We're removing the following features and functionalities from the installed product image in Windows 10, version 1809. Applications or code that depend on these features won't function in this release unless you use an alternate method. - -|Feature |Instead you can use...| -|-----------|-------------------- -|Business Scanning, also called Distributed Scan Management (DSM)|We're removing this secure scanning and scanner management capability - there are no devices that support this feature.| -|[FontSmoothing setting](https://docs.microsoft.com/windows-hardware/customize/desktop/unattend/microsoft-windows-shell-setup-visualeffects-fontsmoothing) in unattend.xml|The FontSmoothing setting let you specify the font antialiasing strategy to use across the system. We've changed Windows 10 to use [ClearType](https://docs.microsoft.com/typography/cleartype/) by default, so we're removing this setting as it is no longer necessary. If you include this setting in the unattend.xml file, it'll be ignored.| -|Hologram app|We've replaced the Hologram app with the [Mixed Reality Viewer](https://support.microsoft.com/help/4041156/windows-10-mixed-reality-help). If you would like to create 3D word art, you can still do that in Paint 3D and view your art in VR or Hololens with the Mixed Reality Viewer.| -|limpet.exe|We're releasing the limpet.exe tool, used to access TPM for Azure connectivity, as open source.| -|Phone Companion|When you update to Windows 10, version 1809, the Phone Companion app will be removed from your PC. Use the **Phone** page in the Settings app to sync your mobile phone with your PC. It includes all the Phone Companion features.| -|Future updates through [Windows Embedded Developer Update](https://docs.microsoft.com/previous-versions/windows/embedded/ff770079\(v=winembedded.60\)) for Windows Embedded Standard 7-SP1 (WES7-SP1) and Windows Embedded Standard 8 (WES8)|We’re no longer publishing new updates to the WEDU server. Instead, you may secure any new updates from the [Microsoft Update Catalog](http://www.catalog.update.microsoft.com/Home.aspx). [Learn how](https://techcommunity.microsoft.com/t5/Windows-Embedded/Change-to-the-Windows-Embedded-Developer-Update/ba-p/285704) to get updates from the catalog.| - -## Features we’re no longer developing - -We're no longer actively developing these features and may remove them from a future update. Some features have been replaced with other features or functionality, while others are now available from different sources. - -If you have feedback about the proposed replacement of any of these features, you can use the [Feedback Hub app](https://support.microsoft.com/help/4021566/windows-10-send-feedback-to-microsoft-with-feedback-hub-app). - -|Feature |Instead you can use...| -|-----------|---------------------| -|Companion device dynamic lock APIS|The companion device framework (CDF) APIs enable wearables and other devices to unlock a PC. In Windows 10, version 1709, we introduced [Dynamic Lock](https://docs.microsoft.com/windows/security/identity-protection/hello-for-business/hello-features#dynamic-lock), including an inbox method using Bluetooth to detect whether a user is present and lock or unlock the PC. Because of this, and because third party partners didn't adopt the CDF method, we're no longer developing CDF Dynamic Lock APIs.| -|OneSync service|The OneSync service synchronizes data for the Mail, Calendar, and People apps. We've added a sync engine to the Outlook app that provides the same synchronization.| -|Snipping Tool|The Snipping Tool is an application included in Windows 10 that is used to capture screenshots, either the full screen or a smaller, custom "snip" of the screen. In Windows 10, version 1809, we're [introducing a new universal app, Snip & Sketch](https://blogs.windows.com/windowsexperience/2018/05/03/announcing-windows-10-insider-preview-build-17661/#8xbvP8vMO0lF20AM.97), that provides the same screen snipping abilities, as well as additional features. You can launch Snip & Sketch directly and start a snip from there, or just press WIN + Shift + S. Snip & Sketch can also be launched from the “Screen snip” button in the Action Center. We're no longer developing the Snipping Tool as a separate app but are instead consolidating its functionality into Snip & Sketch.| - - +--- +title: Windows 10, version 1809 - Features that have been removed +description: Learn about features that will be removed or deprecated in Windows 10, version 1809, or a future release +ms.prod: w10 +ms.mktglfcycl: plan +ms.localizationpriority: medium +ms.sitesec: library +audience: itpro +author: greg-lindsay +ms.author: greglin +ms.date: 11/16/2018 +ms.reviewer: +manager: laurawi +ms.topic: article +--- +# Features removed or planned for replacement starting with Windows 10, version 1809 + +> Applies to: Windows 10, version 1809 + +Each release of Windows 10 adds new features and functionality; we also occasionally remove features and functionality, usually because we've added a better option. Here are the details about the features and functionalities that we removed in Windows 10, version 1809. + +> [!TIP] +> - You can get early access to Windows 10 builds by joining the [Windows Insider program](https://insider.windows.com) - this is a great way to test feature changes. +> - Have questions about other releases? Check out the information for [Features removed or planned for replacement starting with Windows 10, version 1809](https://docs.microsoft.com/en-us/windows/deployment/planning/windows-10-1809-removed-features), [Features removed or planned for replacement starting with Windows Server, version 1709](https://docs.microsoft.com/en-us/windows-server/get-started/removed-features-1709), and [Features that are removed or deprecated in Windows 10, version 1703](https://docs.microsoft.com/en-us/windows/deployment/planning/windows-10-1703-removed-features). + +**The list is subject to change and might not include every affected feature or functionality.** + +## Features we removed in this release + +We're removing the following features and functionalities from the installed product image in Windows 10, version 1809. Applications or code that depend on these features won't function in this release unless you use an alternate method. + +|Feature |Instead you can use...| +|-----------|-------------------- +|Business Scanning, also called Distributed Scan Management (DSM)|We're removing this secure scanning and scanner management capability - there are no devices that support this feature.| +|[FontSmoothing setting](https://docs.microsoft.com/windows-hardware/customize/desktop/unattend/microsoft-windows-shell-setup-visualeffects-fontsmoothing) in unattend.xml|The FontSmoothing setting let you specify the font antialiasing strategy to use across the system. We've changed Windows 10 to use [ClearType](https://docs.microsoft.com/typography/cleartype/) by default, so we're removing this setting as it is no longer necessary. If you include this setting in the unattend.xml file, it'll be ignored.| +|Hologram app|We've replaced the Hologram app with the [Mixed Reality Viewer](https://support.microsoft.com/help/4041156/windows-10-mixed-reality-help). If you would like to create 3D word art, you can still do that in Paint 3D and view your art in VR or Hololens with the Mixed Reality Viewer.| +|limpet.exe|We're releasing the limpet.exe tool, used to access TPM for Azure connectivity, as open source.| +|Phone Companion|When you update to Windows 10, version 1809, the Phone Companion app will be removed from your PC. Use the **Phone** page in the Settings app to sync your mobile phone with your PC. It includes all the Phone Companion features.| +|Future updates through [Windows Embedded Developer Update](https://docs.microsoft.com/previous-versions/windows/embedded/ff770079\(v=winembedded.60\)) for Windows Embedded Standard 7-SP1 (WES7-SP1) and Windows Embedded Standard 8 (WES8)|We’re no longer publishing new updates to the WEDU server. Instead, you may secure any new updates from the [Microsoft Update Catalog](http://www.catalog.update.microsoft.com/Home.aspx). [Learn how](https://techcommunity.microsoft.com/t5/Windows-Embedded/Change-to-the-Windows-Embedded-Developer-Update/ba-p/285704) to get updates from the catalog.| + +## Features we’re no longer developing + +We're no longer actively developing these features and may remove them from a future update. Some features have been replaced with other features or functionality, while others are now available from different sources. + +If you have feedback about the proposed replacement of any of these features, you can use the [Feedback Hub app](https://support.microsoft.com/help/4021566/windows-10-send-feedback-to-microsoft-with-feedback-hub-app). + +|Feature |Instead you can use...| +|-----------|---------------------| +|Companion device dynamic lock APIS|The companion device framework (CDF) APIs enable wearables and other devices to unlock a PC. In Windows 10, version 1709, we introduced [Dynamic Lock](https://docs.microsoft.com/windows/security/identity-protection/hello-for-business/hello-features#dynamic-lock), including an inbox method using Bluetooth to detect whether a user is present and lock or unlock the PC. Because of this, and because third party partners didn't adopt the CDF method, we're no longer developing CDF Dynamic Lock APIs.| +|OneSync service|The OneSync service synchronizes data for the Mail, Calendar, and People apps. We've added a sync engine to the Outlook app that provides the same synchronization.| +|Snipping Tool|The Snipping Tool is an application included in Windows 10 that is used to capture screenshots, either the full screen or a smaller, custom "snip" of the screen. In Windows 10, version 1809, we're [introducing a new universal app, Snip & Sketch](https://blogs.windows.com/windowsexperience/2018/05/03/announcing-windows-10-insider-preview-build-17661/#8xbvP8vMO0lF20AM.97), that provides the same screen snipping abilities, as well as additional features. You can launch Snip & Sketch directly and start a snip from there, or just press WIN + Shift + S. Snip & Sketch can also be launched from the “Screen snip” button in the Action Center. We're no longer developing the Snipping Tool as a separate app but are instead consolidating its functionality into Snip & Sketch.| + + diff --git a/windows/deployment/windows-autopilot/windows-autopilot.md b/windows/deployment/windows-autopilot/windows-autopilot.md index f307fbf265..04f3d13f0c 100644 --- a/windows/deployment/windows-autopilot/windows-autopilot.md +++ b/windows/deployment/windows-autopilot/windows-autopilot.md @@ -1,65 +1,66 @@ ---- -title: Overview of Windows Autopilot -description: Windows Autopilot deployment -keywords: mdm, setup, windows, windows 10, oobe, manage, deploy, autopilot, ztd, zero-touch, partner, msfb, intune -ms.reviewer: mniehaus -manager: laurawi -ms.prod: w10 -ms.mktglfcycl: deploy -ms.localizationpriority: medium -ms.sitesec: library -ms.pagetype: deploy -audience: itpro author: greg-lindsay -ms.author: greglin -ms.collection: M365-modern-desktop -ms.topic: article ---- - - -# Overview of Windows Autopilot - -**Applies to** - -- Windows 10 - -Windows Autopilot is a collection of technologies used to set up and pre-configure new devices, getting them ready for productive use. You can also use Windows Autopilot to reset, repurpose and recover devices. This solution enables an IT department to achieve the above with little to no infrastructure to manage, with a process that's easy and simple. - -Windows Autopilot is designed to simplify all parts of the lifecycle of Windows devices, for both IT and end users, from initial deployment through the eventual end of life. Leveraging cloud-based services, it can reduce the overall costs for deploying, managing, and retiring devices by reducing the amount of time that IT needs to spend on these processes and the amount of infrastructure that they need to maintain, while ensuring ease of use for all types of end users. See the following diagram: - - ![Process overview](images/image1.png) - -When initially deploying new Windows devices, Windows Autopilot leverages the OEM-optimized version of Windows 10 that is preinstalled on the device, saving organizations the effort of having to maintain custom images and drivers for every model of device being used. Instead of re-imaging the device, your existing Windows 10 installation can be transformed into a “business-ready” state, applying settings and policies, installing apps, and even changing the edition of Windows 10 being used (e.g. from Windows 10 Pro to Windows 10 Enterprise) to support advanced features. - -Once deployed, Windows 10 devices can be managed by tools such as Microsoft Intune, Windows Update for Business, System Center Configuration Manager, and other similar tools. Windows Autopilot can also be used to re-purpose a device by leveraging Windows Autopilot Reset to quickly prepare a device for a new user, or in break/fix scenarios to enable a device to quickly be brought back to a business-ready state. - -Windows Autopilot enables you to: -* Automatically join devices to Azure Active Directory (Azure AD) or Active Directory (via Hybrid Azure AD Join). See [Introduction to device management in Azure Active Directory](https://docs.microsoft.com/azure/active-directory/device-management-introduction) for more information about the differences between these two join options. -* Auto-enroll devices into MDM services, such as Microsoft Intune ([*Requires an Azure AD Premium subscription*](windows-autopilot-requirements-configuration.md)). -* Restrict the Administrator account creation. -* Create and auto-assign devices to configuration groups based on a device's profile. -* Customize OOBE content specific to the organization. - -## Windows Autopilot walkthrough - -The following video shows the process of setting up Windows Autopilot: - -
    - - - -## Benefits of Windows Autopilot - -Traditionally, IT pros spend a lot of time building and customizing images that will later be deployed to devices. Windows Autopilot introduces a new approach. - -From the user's perspective, it only takes a few simple operations to make their device ready to use. - -From the IT pro's perspective, the only interaction required from the end user is to connect to a network and to verify their credentials. Everything beyond that is automated. - -## Requirements - -Windows 10 version 1703 or higher is required to use Windows Autopilot. See [Windows Autopilot requirements](windows-autopilot-requirements.md) for detailed information on software, configuration, network, and licensing requirements. - -## Related topics - -[Enroll Windows devices in Intune by using Windows Autopilot](https://docs.microsoft.com/intune/enrollment-autopilot)
    -[Windows Autopilot scenarios and capabilities](windows-autopilot-scenarios.md) +--- +title: Overview of Windows Autopilot +description: Windows Autopilot deployment +keywords: mdm, setup, windows, windows 10, oobe, manage, deploy, autopilot, ztd, zero-touch, partner, msfb, intune +ms.reviewer: mniehaus +manager: laurawi +ms.prod: w10 +ms.mktglfcycl: deploy +ms.localizationpriority: medium +ms.sitesec: library +ms.pagetype: deploy +audience: itpro +author: greg-lindsay +ms.author: greglin +ms.collection: M365-modern-desktop +ms.topic: article +--- + + +# Overview of Windows Autopilot + +**Applies to** + +- Windows 10 + +Windows Autopilot is a collection of technologies used to set up and pre-configure new devices, getting them ready for productive use. You can also use Windows Autopilot to reset, repurpose and recover devices. This solution enables an IT department to achieve the above with little to no infrastructure to manage, with a process that's easy and simple. + +Windows Autopilot is designed to simplify all parts of the lifecycle of Windows devices, for both IT and end users, from initial deployment through the eventual end of life. Leveraging cloud-based services, it can reduce the overall costs for deploying, managing, and retiring devices by reducing the amount of time that IT needs to spend on these processes and the amount of infrastructure that they need to maintain, while ensuring ease of use for all types of end users. See the following diagram: + + ![Process overview](images/image1.png) + +When initially deploying new Windows devices, Windows Autopilot leverages the OEM-optimized version of Windows 10 that is preinstalled on the device, saving organizations the effort of having to maintain custom images and drivers for every model of device being used. Instead of re-imaging the device, your existing Windows 10 installation can be transformed into a “business-ready” state, applying settings and policies, installing apps, and even changing the edition of Windows 10 being used (e.g. from Windows 10 Pro to Windows 10 Enterprise) to support advanced features. + +Once deployed, Windows 10 devices can be managed by tools such as Microsoft Intune, Windows Update for Business, System Center Configuration Manager, and other similar tools. Windows Autopilot can also be used to re-purpose a device by leveraging Windows Autopilot Reset to quickly prepare a device for a new user, or in break/fix scenarios to enable a device to quickly be brought back to a business-ready state. + +Windows Autopilot enables you to: +* Automatically join devices to Azure Active Directory (Azure AD) or Active Directory (via Hybrid Azure AD Join). See [Introduction to device management in Azure Active Directory](https://docs.microsoft.com/azure/active-directory/device-management-introduction) for more information about the differences between these two join options. +* Auto-enroll devices into MDM services, such as Microsoft Intune ([*Requires an Azure AD Premium subscription for configuration*](https://techcommunity.microsoft.com/t5/Azure-Active-Directory-Identity/Windows-10-Azure-AD-and-Microsoft-Intune-Automatic-MDM/ba-p/244067)). +* Restrict the Administrator account creation. +* Create and auto-assign devices to configuration groups based on a device's profile. +* Customize OOBE content specific to the organization. + +## Windows Autopilot walkthrough + +The following video shows the process of setting up Windows Autopilot: + +
    + + + +## Benefits of Windows Autopilot + +Traditionally, IT pros spend a lot of time building and customizing images that will later be deployed to devices. Windows Autopilot introduces a new approach. + +From the user's perspective, it only takes a few simple operations to make their device ready to use. + +From the IT pro's perspective, the only interaction required from the end user is to connect to a network and to verify their credentials. Everything beyond that is automated. + +## Requirements + +Windows 10 version 1703 or higher is required to use Windows Autopilot. See [Windows Autopilot requirements](windows-autopilot-requirements.md) for detailed information on software, configuration, network, and licensing requirements. + +## Related topics + +[Enroll Windows devices in Intune by using Windows Autopilot](https://docs.microsoft.com/intune/enrollment-autopilot)
    +[Windows Autopilot scenarios and capabilities](windows-autopilot-scenarios.md) diff --git a/windows/privacy/gdpr-it-guidance.md b/windows/privacy/gdpr-it-guidance.md index 50d0770521..0ab63bfaa5 100644 --- a/windows/privacy/gdpr-it-guidance.md +++ b/windows/privacy/gdpr-it-guidance.md @@ -224,7 +224,7 @@ IT Professionals that are interested in this configuration, see [Windows 10 pers ### Windows 10 connections to Microsoft -To find out more about the network connections that Windows components make to Microsoft as well as the privacy settings that affect data shared with either Microsoft or apps, see [Manage connections from Windows operating system components to Microsoft services](manage-connections-from-windows-operating-system-components-to-microsoft-services.md) and [Manage Windows 10 connection endpoints](manage-windows-endpoints.md). These articles describe how these settings can be managed by an IT Professional. +To find out more about the network connections that Windows components make to Microsoft as well as the privacy settings that affect data shared with either Microsoft or apps, see [Manage connections from Windows operating system components to Microsoft services](https://docs.microsoft.com/en-us/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services). This article describe how these settings can be managed by an IT Professional, and fronts an array of Windows version-specific articles. ### At-a-glance: the relationship between an IT organization and the GDPR diff --git a/windows/privacy/windows-diagnostic-data-1703.md b/windows/privacy/windows-diagnostic-data-1703.md index d398441cbc..e8020b3788 100644 --- a/windows/privacy/windows-diagnostic-data-1703.md +++ b/windows/privacy/windows-diagnostic-data-1703.md @@ -21,7 +21,7 @@ ms.reviewer: **Applies to:** - Windows 10, version 1703 -Microsoft collects Windows diagnostic data to keep Windows up-to-date, secure, and operating properly. It also helps us improve Windows and, for users who have turned on “tailored experiences”, can be used to provide more relevant tips and recommendations to tailor Microsoft products to the user’s needs. This article describes all types diagnostic data collected by Windows at the Full diagnostic data level (inclusive of data collected at Basic), with comprehensive examples of data we collect per each type. For additional, detailed technical descriptions of Basic data items, see [Windows 10, version 1709 Basic level diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields.md) and [Windows 10, version 1703 Basic level diagnostic events and fields](basic-level-windows-diagnostic-events-and-fields-1703.md). +Microsoft collects Windows diagnostic data to keep Windows up-to-date, secure, and operating properly. It also helps us improve Windows and, for users who have turned on “tailored experiences”, can be used to provide more relevant tips and recommendations to tailor Microsoft products to the user’s needs. This article describes all types diagnostic data collected by Windows at the Full diagnostic data level (inclusive of data collected at Basic), with comprehensive examples of data we collect per each type. For additional, detailed technical descriptions of Basic data items, see [Windows 10, version 1709 Basic level diagnostic events and fields](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709) and [Windows 10, version 1703 Basic level diagnostic events and fields](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703). The data covered in this article is grouped into the following categories: diff --git a/windows/privacy/windows-endpoints-1709-non-enterprise-editions.md b/windows/privacy/windows-endpoints-1709-non-enterprise-editions.md index 2d1b7a1a36..36bfd5534d 100644 --- a/windows/privacy/windows-endpoints-1709-non-enterprise-editions.md +++ b/windows/privacy/windows-endpoints-1709-non-enterprise-editions.md @@ -23,7 +23,7 @@ ms.reviewer: - Windows 10 Professional, version 1709 - Windows 10 Education, version 1709 -In addition to the endpoints listed for [Windows 10 Enterprise](manage-windows-endpoints.md), the following endpoints are available on other editions of Windows 10, version 1709. +In addition to the endpoints listed for [Windows 10 Enterprise](https://docs.microsoft.com/en-us/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services), the following endpoints are available on other editions of Windows 10, version 1709. We used the following methodology to derive these network endpoints: diff --git a/windows/privacy/windows-endpoints-1803-non-enterprise-editions.md b/windows/privacy/windows-endpoints-1803-non-enterprise-editions.md index 885bdb44c7..208f378b9e 100644 --- a/windows/privacy/windows-endpoints-1803-non-enterprise-editions.md +++ b/windows/privacy/windows-endpoints-1803-non-enterprise-editions.md @@ -23,7 +23,7 @@ ms.reviewer: - Windows 10 Professional, version 1803 - Windows 10 Education, version 1803 -In addition to the endpoints listed for [Windows 10 Enterprise](manage-windows-endpoints.md), the following endpoints are available on other editions of Windows 10, version 1803. +In addition to the endpoints listed for [Windows 10 Enterprise](https://docs.microsoft.com/en-gb/windows/privacy/manage-windows-1803-endpoints ), the following endpoints are available on other editions of Windows 10, version 1803. We used the following methodology to derive these network endpoints: diff --git a/windows/privacy/windows-personal-data-services-configuration.md b/windows/privacy/windows-personal-data-services-configuration.md index 0b5997a3eb..89699587ba 100644 --- a/windows/privacy/windows-personal-data-services-configuration.md +++ b/windows/privacy/windows-personal-data-services-configuration.md @@ -399,7 +399,7 @@ These settings whether employees send “Do Not Track” header from the Microso ### Windows Privacy on docs.microsoft.com * [Manage connections from Windows operating system components to Microsoft services](manage-connections-from-windows-operating-system-components-to-microsoft-services.md) -* [Manage Windows 10 connection endpoints](manage-windows-endpoints.md) +* [Manage connections from Windows 10 operating system components to Microsoft services](https://docs.microsoft.com/en-us/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services) * [Understanding Windows diagnostic data](configure-windows-diagnostic-data-in-your-organization.md#understanding-windows-diagnostic-data) * [Configure Windows diagnostic data in your organization](configure-windows-diagnostic-data-in-your-organization.md) From f18646e60e4c64870fe9f48a96c06f09fdcb5514 Mon Sep 17 00:00:00 2001 From: MSFTTracyP <33558605+MSFTTracyP@users.noreply.github.com> Date: Fri, 4 Oct 2019 13:59:10 -0700 Subject: [PATCH 102/191] Update Update --- .../threat-protection/microsoft-defender-atp/alerts.md | 2 +- .../microsoft-defender-atp/investigate-incidents.md | 6 +++--- .../microsoft-defender-atp/manage-incidents.md | 2 +- .../overview-endpoint-detection-response.md | 2 +- .../microsoft-defender-atp/view-incidents-queue.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/alerts.md b/windows/security/threat-protection/microsoft-defender-atp/alerts.md index 3817d34a9a..3f331a18b4 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/alerts.md +++ b/windows/security/threat-protection/microsoft-defender-atp/alerts.md @@ -39,7 +39,7 @@ Method|Return Type |Description Property | Type | Description :---|:---|:--- id | String | Alert ID. -incidentId | String | The [Incident](incidents-queue.md) ID of the Alert. +incidentId | String | The [Incident](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/view-incidents-queue) ID of the Alert. assignedTo | String | Owner of the alert. severity | Enum | Severity of the alert. Possible values are: 'UnSpecified', 'Informational', 'Low', 'Medium' and 'High'. status | Enum | Specifies the current status of the alert. Possible values are: 'Unknown', 'New', 'InProgress' and 'Resolved'. diff --git a/windows/security/threat-protection/microsoft-defender-atp/investigate-incidents.md b/windows/security/threat-protection/microsoft-defender-atp/investigate-incidents.md index acff32cc9b..7e0d6f1af6 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/investigate-incidents.md +++ b/windows/security/threat-protection/microsoft-defender-atp/investigate-incidents.md @@ -78,8 +78,8 @@ You can click the circles on the incident graph to view the details of the malic ![Image of indcident details](images/atp-incident-graph-details.png) ## Related topics -- [Incidents queue](incidents-queue.md) -- [View and organize the Incidents queue](view-incidents-queue.md) -- [Manage incidents](manage-incidents.md) +- [Incidents queue](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/view-incidents-queue) +- [Investigate incidents in Microsoft Defender ATP](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/investigate-incidents) +- [Manage Microsoft Defender ATP incidents](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/manage-incidents) diff --git a/windows/security/threat-protection/microsoft-defender-atp/manage-incidents.md b/windows/security/threat-protection/microsoft-defender-atp/manage-incidents.md index 6f2cd9df63..abe9bb302d 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/manage-incidents.md +++ b/windows/security/threat-protection/microsoft-defender-atp/manage-incidents.md @@ -60,6 +60,6 @@ Added comments instantly appear on the pane. ## Related topics -- [Incidents queue](incidents-queue.md) +- [Incidents queue](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/view-incidents-queue) - [View and organize the Incidents queue](view-incidents-queue.md) - [Investigate incidents](investigate-incidents.md) diff --git a/windows/security/threat-protection/microsoft-defender-atp/overview-endpoint-detection-response.md b/windows/security/threat-protection/microsoft-defender-atp/overview-endpoint-detection-response.md index 8343dc2003..8a687c6dd8 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/overview-endpoint-detection-response.md +++ b/windows/security/threat-protection/microsoft-defender-atp/overview-endpoint-detection-response.md @@ -37,7 +37,7 @@ The response capabilities give you the power to promptly remediate threats by ac Topic | Description :---|:--- [Security operations dashboard](security-operations-dashboard.md) | Explore a high level overview of detections, highlighting where response actions are needed. -[Incidents queue](incidents-queue.md) | View and organize the incidents queue, and manage and investigate alerts. +[Incidents queue](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/view-incidents-queue) | View and organize the incidents queue, and manage and investigate alerts. [Alerts queue](alerts-queue.md) | View and organize the machine alerts queue, and manage and investigate alerts. [Machines list](machines-view-overview.md) | Investigate machines with generated alerts and search for specific events over time. [Take response actions](response-actions.md) | Learn about the available response actions and apply them to machines and files. diff --git a/windows/security/threat-protection/microsoft-defender-atp/view-incidents-queue.md b/windows/security/threat-protection/microsoft-defender-atp/view-incidents-queue.md index c3753c466c..49ed143386 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/view-incidents-queue.md +++ b/windows/security/threat-protection/microsoft-defender-atp/view-incidents-queue.md @@ -64,7 +64,7 @@ You can choose to limit the list of incidents shown based on their status to see Use this filter to show incidents that contain sensitivity labels. ## Related topics -- [Incidents queue](incidents-queue.md) +- [Incidents queue](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/view-incidents-queue) - [Manage incidents](manage-incidents.md) - [Investigate incidents](investigate-incidents.md) From 2651aab85ec57ccc2daaf9b77367a0340d110c61 Mon Sep 17 00:00:00 2001 From: illfated Date: Sat, 5 Oct 2019 02:46:44 +0200 Subject: [PATCH 103/191] WDAC/Recommended block rules: Add notes and link Description: As agreed on in issue ticket #3642 (Ambiguity), this PR adds a note about creating two diff policies or merging them in a broad policy, as well as adding a link to how to merge WDAC policies. As recommended by Justin Hall, Windows Server 2019 is also added to the "Applies to" list at the top of this document. Also, thanks to Air-Git for requesting this clarification. issue ticket closure or reference: Closes #3642 --- .../microsoft-recommended-block-rules.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-block-rules.md b/windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-block-rules.md index 8aae066fd4..6ec7694669 100644 --- a/windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-block-rules.md +++ b/windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-block-rules.md @@ -18,6 +18,7 @@ ms.author: dansimp **Applies to** - Windows 10 - Windows Server 2016 +- Windows Server 2019 Members of the security community\* continuously collaborate with Microsoft to help protect customers. With the help of their valuable reports, Microsoft has identified a list of valid applications that an attacker could also potentially use to bypass Windows Defender Application Control. @@ -69,8 +70,8 @@ Unless your use scenarios explicitly require them, Microsoft recommends that you
    ->[!Note] ->This application list will be updated with the latest vendor information as application vulnerabilities are resolved and new issues are discovered. +> [!Note] +> This application list will be updated with the latest vendor information as application vulnerabilities are resolved and new issues are discovered. Certain software applications may allow additional code to run by design. These types of applications should be blocked by your Windows Defender Application Control policy. @@ -1511,3 +1512,10 @@ Pick the correct version of each .dll for the Windows release you plan to suppor ```
    + +> [!Note] +> To create a policy that works on both version 1803 and 1809, you can create two diff policies, or merge them into one broader policy. + +## Further reading (How-To) + +- [Merge Windows Defender Application Control policies](merge-windows-defender-application-control-policies.md) From 03779bc730a0eadf63cd9ef13df15580681780e6 Mon Sep 17 00:00:00 2001 From: illfated Date: Sat, 5 Oct 2019 23:56:53 +0200 Subject: [PATCH 104/191] MDATP/ASR rules: Restore broken link Description: As described in issue ticket #5105, the link to "adding exclusions" for Attack Surface Reduction Rules is broken and causes a HTTP 404 error. Thanks to redog for reporting the broken link & 404 error. The cause of this link breaking is more or less documented on the Github source page for "Reduce attack surfaces with attack surface reduction rules" with the latest commit ae43d72 (moved attack surface topics to mdatp dir) from August 21, 2019. Proposed changes: - insert the correct new page link, pointing to the Github page - correct an old typo, securty -> security issue ticket closure or reference: Closes #5105 --- .../microsoft-defender-atp/attack-surface-reduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md b/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md index 311f6803b0..c630ee1d51 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md +++ b/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md @@ -36,9 +36,9 @@ Attack surface reduction rules target behaviors that malware and malicious apps * Obfuscated or otherwise suspicious scripts * Behaviors that apps don't usually initiate during normal day-to-day work -You can use [audit mode](audit-windows-defender.md) to evaluate how attack surface reduction rules would impact your organization if they were enabled. It's best to run all rules in audit mode first so you can understand their impact on your line-of-business applications. Many line-of-business applications are written with limited security concerns, and they may perform tasks similar to malware. By monitoring audit data and [adding exclusions](https://docs.microsoft.com/windows/security/threat-protection/windows-defender-exploit-guard/enable-attack-surface-reduction#exclude-files-and-folders-from-asr-rules) for necessary applications, you can deploy attack surface reduction rules without impacting productivity. +You can use [audit mode](audit-windows-defender.md) to evaluate how attack surface reduction rules would impact your organization if they were enabled. It's best to run all rules in audit mode first so you can understand their impact on your line-of-business applications. Many line-of-business applications are written with limited security concerns, and they may perform tasks similar to malware. By monitoring audit data and [adding exclusions](enable-attack-surface-reduction.md#exclude-files-and-folders-from-asr-rules) for necessary applications, you can deploy attack surface reduction rules without impacting productivity. -Triggered rules display a notification on the device. You can [customize the notification](customize-attack-surface-reduction.md#customize-the-notification) with your company details and contact information. The notification also displays in the Microsoft Defender Security Center and in the Microsoft 365 securty center. +Triggered rules display a notification on the device. You can [customize the notification](customize-attack-surface-reduction.md#customize-the-notification) with your company details and contact information. The notification also displays in the Microsoft Defender Security Center and in the Microsoft 365 security center. For information about configuring attack surface reduction rules, see [Enable attack surface reduction rules](enable-attack-surface-reduction.md). From 11f364d4b457b038f25b0046dbcedbbc53ed6a1d Mon Sep 17 00:00:00 2001 From: Oliver Kieselbach Date: Mon, 7 Oct 2019 12:11:43 +0200 Subject: [PATCH 105/191] link broken the SyncML Representation Protocol link to openmobilealliance.org was broken. I fixed it with the working link to the document as I can't update the MS link redirector. --- windows/client-management/mdm/oma-dm-protocol-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/mdm/oma-dm-protocol-support.md b/windows/client-management/mdm/oma-dm-protocol-support.md index 5378bd3600..99fe100066 100644 --- a/windows/client-management/mdm/oma-dm-protocol-support.md +++ b/windows/client-management/mdm/oma-dm-protocol-support.md @@ -349,7 +349,7 @@ The following LocURL shows a per device CSP node configuration: **./device/vendo ## SyncML response status codes -When using SyncML in OMA DM, there are standard response status codes that are returned. The following table lists the common SyncML response status codes you are likely to see. For more information about SyncML response status codes, see section 10 of the [SyncML Representation Protocol](https://go.microsoft.com/fwlink/p/?LinkId=526905) specification. +When using SyncML in OMA DM, there are standard response status codes that are returned. The following table lists the common SyncML response status codes you are likely to see. For more information about SyncML response status codes, see section 10 of the [SyncML Representation Protocol](http://openmobilealliance.org/release/Common/V1_2_2-20090724-A/OMA-TS-SyncML-RepPro-V1_2_2-20090724-A.pdf) specification. | Status code | Description | |-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| From 997f618070bb71af19987aa31237bfea8d1aebf9 Mon Sep 17 00:00:00 2001 From: MSFTTracyP <33558605+MSFTTracyP@users.noreply.github.com> Date: Mon, 7 Oct 2019 11:46:30 -0700 Subject: [PATCH 106/191] Update investigate-incidents.md Update --- .../microsoft-defender-atp/investigate-incidents.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/investigate-incidents.md b/windows/security/threat-protection/microsoft-defender-atp/investigate-incidents.md index 8c81b2c053..2f42cb85a4 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/investigate-incidents.md +++ b/windows/security/threat-protection/microsoft-defender-atp/investigate-incidents.md @@ -80,6 +80,4 @@ You can click the circles on the incident graph to view the details of the malic ## Related topics - [Incidents queue](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/view-incidents-queue) - [Investigate incidents in Microsoft Defender ATP](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/investigate-incidents) -- [Manage Microsoft Defender ATP incidents](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/manage-incidents) - - +- [Manage Microsoft Defender ATP incidents](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/manage-incidents) \ No newline at end of file From 61309ced141eadaa3676f63df544ac195d130f6e Mon Sep 17 00:00:00 2001 From: Dulce Montemayor Date: Mon, 7 Oct 2019 15:01:28 -0700 Subject: [PATCH 107/191] Added the KB updates as mandatory prereqs --- .../threat-and-vuln-mgt-scenarios.md | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md b/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md index d63d1f4ea5..588b2e2493 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md +++ b/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md @@ -29,21 +29,20 @@ Ensure that your machines: >[!NOTE] >Threat & Vulnerability Management can also scan machines that run on Windows 7 and Windows Server 2019 operating systems and detects vulnerabilities addressed in patch Tuesday. -- Have the following mandatory updates installed: -- (1) RS3 customers | [KB4493441](https://support.microsoft.com/help/4493441/windows-10-update-kb4493441) -- (2) RS4 customers | [KB4493464](https://support.microsoft.com/help/4493464) +- Have the following mandatory updates installed and deployed in your network to boost your vulnerability assessment detection rates: +- RS3 customers +-- [KB4493441](https://support.microsoft.com/help/4493441/windows-10-update-kb4493441) +-- [KB 4516071](https://support.microsoft.com/help/4516071/windows-10-update-kb4516071) +- RS4 customers +[KB4493464](https://support.microsoft.com/help/4493464) +[KB 4516045](https://support.microsoft.com/help/4516045/windows-10-update-kb4516045) +- RS5 customers | [KB 4516077](https://support.microsoft.com/help/4516077/windows-10-update-kb4516077) +- 19H1 customers | [KB 4512941](https://support.microsoft.com/help/4512941/windows-10-update-kb4512941) + - Are onboarded to Microsoft Intune and System Center Configuration Manager (SCCM). If you are use SCCM, update your console to the latest May version 1905 - Have at least one security recommendation that can be viewed in the machine page - Are tagged or marked as co-managed ->[!IMPORTANT] ->To boost your vulnerability assessment detection rates, you can download the following set of optional security updates and deploy them in your network: ->- 19H1 customers | [KB 4512941](https://support.microsoft.com/help/4512941/windows-10-update-kb4512941) ->- RS5 customers | [KB 4516077](https://support.microsoft.com/help/4516077/windows-10-update-kb4516077) ->- RS4 customers | [KB 4516045](https://support.microsoft.com/help/4516045/windows-10-update-kb4516045) ->- RS3 customers | [KB 4516071](https://support.microsoft.com/help/4516071/windows-10-update-kb4516071) ->

    Downloading and deploying the above-mentioned security updates will be mandatory starting Patch Tuesday, October 8, 2019. - ## Reduce your threat and vulnerability exposure Threat & Vulnerability Management introduces a new exposure score metric, which visually represents how exposed your machines are to imminent threats. From ffba5cbc71da04a78f376589b38ae9bda90a266e Mon Sep 17 00:00:00 2001 From: Dulce Montemayor Date: Mon, 7 Oct 2019 15:06:44 -0700 Subject: [PATCH 108/191] Update threat-and-vuln-mgt-scenarios.md --- .../threat-and-vuln-mgt-scenarios.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md b/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md index 588b2e2493..b45f0adaa5 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md +++ b/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md @@ -30,14 +30,15 @@ Ensure that your machines: >Threat & Vulnerability Management can also scan machines that run on Windows 7 and Windows Server 2019 operating systems and detects vulnerabilities addressed in patch Tuesday. - Have the following mandatory updates installed and deployed in your network to boost your vulnerability assessment detection rates: -- RS3 customers --- [KB4493441](https://support.microsoft.com/help/4493441/windows-10-update-kb4493441) --- [KB 4516071](https://support.microsoft.com/help/4516071/windows-10-update-kb4516071) -- RS4 customers -[KB4493464](https://support.microsoft.com/help/4493464) -[KB 4516045](https://support.microsoft.com/help/4516045/windows-10-update-kb4516045) -- RS5 customers | [KB 4516077](https://support.microsoft.com/help/4516077/windows-10-update-kb4516077) -- 19H1 customers | [KB 4512941](https://support.microsoft.com/help/4512941/windows-10-update-kb4512941) + +Release | Security update KB number and link +:---|:--- +RS3 customers | [KB4493441](https://support.microsoft.com/help/4493441/windows-10-update-kb4493441) + | [KB 4516071](https://support.microsoft.com/help/4516071/windows-10-update-kb4516071) +RS4 customers| [KB4493464](https://support.microsoft.com/help/4493464) + | [KB 4516045](https://support.microsoft.com/help/4516045/windows-10-update-kb4516045) +RS5 customers | [KB 4516077](https://support.microsoft.com/help/4516077/windows-10-update-kb4516077) +19H1 customers | [KB 4512941](https://support.microsoft.com/help/4512941/windows-10-update-kb4512941) - Are onboarded to Microsoft Intune and System Center Configuration Manager (SCCM). If you are use SCCM, update your console to the latest May version 1905 - Have at least one security recommendation that can be viewed in the machine page From ca08cf3d2ade6254979cc02b305b579954de2d95 Mon Sep 17 00:00:00 2001 From: Dulce Montemayor Date: Mon, 7 Oct 2019 15:07:51 -0700 Subject: [PATCH 109/191] Update threat-and-vuln-mgt-scenarios.md --- .../microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md b/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md index b45f0adaa5..1bd9dcefb4 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md +++ b/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md @@ -33,10 +33,8 @@ Ensure that your machines: Release | Security update KB number and link :---|:--- -RS3 customers | [KB4493441](https://support.microsoft.com/help/4493441/windows-10-update-kb4493441) - | [KB 4516071](https://support.microsoft.com/help/4516071/windows-10-update-kb4516071) -RS4 customers| [KB4493464](https://support.microsoft.com/help/4493464) - | [KB 4516045](https://support.microsoft.com/help/4516045/windows-10-update-kb4516045) +RS3 customers | [KB4493441](https://support.microsoft.com/help/4493441/windows-10-update-kb4493441) and [KB 4516071](https://support.microsoft.com/help/4516071/windows-10-update-kb4516071) +RS4 customers| [KB4493464](https://support.microsoft.com/help/4493464) and [KB 4516045](https://support.microsoft.com/help/4516045/windows-10-update-kb4516045) RS5 customers | [KB 4516077](https://support.microsoft.com/help/4516077/windows-10-update-kb4516077) 19H1 customers | [KB 4512941](https://support.microsoft.com/help/4512941/windows-10-update-kb4512941) From d71b40164c1375cab04f79376c3a2ffe28faa755 Mon Sep 17 00:00:00 2001 From: Dulce Montemayor Date: Mon, 7 Oct 2019 15:08:40 -0700 Subject: [PATCH 110/191] Update threat-and-vuln-mgt-scenarios.md --- .../microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md b/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md index 1bd9dcefb4..623f54ef26 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md +++ b/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md @@ -30,7 +30,7 @@ Ensure that your machines: >Threat & Vulnerability Management can also scan machines that run on Windows 7 and Windows Server 2019 operating systems and detects vulnerabilities addressed in patch Tuesday. - Have the following mandatory updates installed and deployed in your network to boost your vulnerability assessment detection rates: - +
    Release | Security update KB number and link :---|:--- RS3 customers | [KB4493441](https://support.microsoft.com/help/4493441/windows-10-update-kb4493441) and [KB 4516071](https://support.microsoft.com/help/4516071/windows-10-update-kb4516071) From 7a198fac32ca40dc242fcf1eefb26ea28b932fbe Mon Sep 17 00:00:00 2001 From: Dulce Montemayor Date: Mon, 7 Oct 2019 15:09:18 -0700 Subject: [PATCH 111/191] Update threat-and-vuln-mgt-scenarios.md --- .../microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md b/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md index 623f54ef26..d939af31d6 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md +++ b/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md @@ -30,8 +30,8 @@ Ensure that your machines: >Threat & Vulnerability Management can also scan machines that run on Windows 7 and Windows Server 2019 operating systems and detects vulnerabilities addressed in patch Tuesday. - Have the following mandatory updates installed and deployed in your network to boost your vulnerability assessment detection rates: -
    -Release | Security update KB number and link +
    <> +Releas/br> | Security update KB number and link :---|:--- RS3 customers | [KB4493441](https://support.microsoft.com/help/4493441/windows-10-update-kb4493441) and [KB 4516071](https://support.microsoft.com/help/4516071/windows-10-update-kb4516071) RS4 customers| [KB4493464](https://support.microsoft.com/help/4493464) and [KB 4516045](https://support.microsoft.com/help/4516045/windows-10-update-kb4516045) From f0696a458e2287224d13a0aeb90ecaaf3f66f2a6 Mon Sep 17 00:00:00 2001 From: Dulce Montemayor Date: Mon, 7 Oct 2019 15:09:48 -0700 Subject: [PATCH 112/191] Update threat-and-vuln-mgt-scenarios.md --- .../microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md b/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md index d939af31d6..80a1f9ceea 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md +++ b/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md @@ -30,8 +30,8 @@ Ensure that your machines: >Threat & Vulnerability Management can also scan machines that run on Windows 7 and Windows Server 2019 operating systems and detects vulnerabilities addressed in patch Tuesday. - Have the following mandatory updates installed and deployed in your network to boost your vulnerability assessment detection rates: -
    <> -Releas/br> | Security update KB number and link +

    +Releas | Security update KB number and link :---|:--- RS3 customers | [KB4493441](https://support.microsoft.com/help/4493441/windows-10-update-kb4493441) and [KB 4516071](https://support.microsoft.com/help/4516071/windows-10-update-kb4516071) RS4 customers| [KB4493464](https://support.microsoft.com/help/4493464) and [KB 4516045](https://support.microsoft.com/help/4516045/windows-10-update-kb4516045) From 0e62a1ab805f66591a11b45a315ff7da16abdbc2 Mon Sep 17 00:00:00 2001 From: Dulce Montemayor Date: Mon, 7 Oct 2019 15:10:39 -0700 Subject: [PATCH 113/191] Update threat-and-vuln-mgt-scenarios.md --- .../microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md b/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md index 80a1f9ceea..ace54d84b4 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md +++ b/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md @@ -30,8 +30,8 @@ Ensure that your machines: >Threat & Vulnerability Management can also scan machines that run on Windows 7 and Windows Server 2019 operating systems and detects vulnerabilities addressed in patch Tuesday. - Have the following mandatory updates installed and deployed in your network to boost your vulnerability assessment detection rates: -

    -Releas | Security update KB number and link + +> Releas | Security update KB number and link :---|:--- RS3 customers | [KB4493441](https://support.microsoft.com/help/4493441/windows-10-update-kb4493441) and [KB 4516071](https://support.microsoft.com/help/4516071/windows-10-update-kb4516071) RS4 customers| [KB4493464](https://support.microsoft.com/help/4493464) and [KB 4516045](https://support.microsoft.com/help/4516045/windows-10-update-kb4516045) From 2ee0da1044161ae1677079220a18f0a97278b23e Mon Sep 17 00:00:00 2001 From: Dulce Montemayor Date: Mon, 7 Oct 2019 15:11:12 -0700 Subject: [PATCH 114/191] Update threat-and-vuln-mgt-scenarios.md --- .../threat-and-vuln-mgt-scenarios.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md b/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md index ace54d84b4..f7512247e0 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md +++ b/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios.md @@ -31,12 +31,12 @@ Ensure that your machines: - Have the following mandatory updates installed and deployed in your network to boost your vulnerability assessment detection rates: -> Releas | Security update KB number and link -:---|:--- -RS3 customers | [KB4493441](https://support.microsoft.com/help/4493441/windows-10-update-kb4493441) and [KB 4516071](https://support.microsoft.com/help/4516071/windows-10-update-kb4516071) -RS4 customers| [KB4493464](https://support.microsoft.com/help/4493464) and [KB 4516045](https://support.microsoft.com/help/4516045/windows-10-update-kb4516045) -RS5 customers | [KB 4516077](https://support.microsoft.com/help/4516077/windows-10-update-kb4516077) -19H1 customers | [KB 4512941](https://support.microsoft.com/help/4512941/windows-10-update-kb4512941) +> Release | Security update KB number and link +> :---|:--- +> RS3 customers | [KB4493441](https://support.microsoft.com/help/4493441/windows-10-update-kb4493441) and [KB 4516071](https://support.microsoft.com/help/4516071/windows-10-update-kb4516071) +> RS4 customers| [KB4493464](https://support.microsoft.com/help/4493464) and [KB 4516045](https://support.microsoft.com/help/4516045/windows-10-update-kb4516045) +> RS5 customers | [KB 4516077](https://support.microsoft.com/help/4516077/windows-10-update-kb4516077) +> 19H1 customers | [KB 4512941](https://support.microsoft.com/help/4512941/windows-10-update-kb4512941) - Are onboarded to Microsoft Intune and System Center Configuration Manager (SCCM). If you are use SCCM, update your console to the latest May version 1905 - Have at least one security recommendation that can be viewed in the machine page From b72efa20cf99647fe693173e7157fe1b76bb69a9 Mon Sep 17 00:00:00 2001 From: Dulce Montemayor Date: Mon, 7 Oct 2019 15:14:17 -0700 Subject: [PATCH 115/191] Added KB updates as mandatory --- .../microsoft-defender-atp/configuration-score.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/configuration-score.md b/windows/security/threat-protection/microsoft-defender-atp/configuration-score.md index fac075a33c..4eafbbefa8 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/configuration-score.md +++ b/windows/security/threat-protection/microsoft-defender-atp/configuration-score.md @@ -53,7 +53,7 @@ The goal is to remediate the issues in the security recommendations list to impr See how you can [improve your security configuration](https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/threat-and-vuln-mgt-scenarios#improve-your-security-configuration), for details. >[!IMPORTANT] ->To boost your vulnerability assessment detection rates, you can download the following set of optional security updates and deploy them in your network: +>To boost your vulnerability assessment detection rates, download the following mandatory security updates and deploy them in your network: >- 19H1 customers | [KB 4512941](https://support.microsoft.com/help/4512941/windows-10-update-kb4512941) >- RS5 customers | [KB 4516077](https://support.microsoft.com/help/4516077/windows-10-update-kb4516077) >- RS4 customers | [KB 4516045](https://support.microsoft.com/help/4516045/windows-10-update-kb4516045) @@ -62,8 +62,6 @@ See how you can [improve your security configuration](https://docs.microsoft.com >To download the security updates: >1. Go to [Microsoft Update Catalog](http://www.catalog.update.microsoft.com/home.aspx). >2. Key-in the security update KB number that you need to download, then click **Search**. -> ->Downloading the above-mentioned security updates will be mandatory starting Patch Tuesday, October 8, 2019. ## Related topics - [Risk-based Threat & Vulnerability Management](next-gen-threat-and-vuln-mgt.md) From 69793635deb1cf65a0a833e38320a89155edea4c Mon Sep 17 00:00:00 2001 From: Dulce Montemayor Date: Mon, 7 Oct 2019 15:15:23 -0700 Subject: [PATCH 116/191] Changed optional KB update to mandatory --- .../threat-protection/microsoft-defender-atp/tvm-weaknesses.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/tvm-weaknesses.md b/windows/security/threat-protection/microsoft-defender-atp/tvm-weaknesses.md index bb9f499cd3..e2615c2319 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/tvm-weaknesses.md +++ b/windows/security/threat-protection/microsoft-defender-atp/tvm-weaknesses.md @@ -26,12 +26,11 @@ Threat & Vulnerability Management leverages the same signals in Microsoft Defend The **Weaknesses** page lists down the vulnerabilities found in the infected software running in your organization, their severity, Common Vulnerability Scoring System (CVSS) rating, its prevalence in your organization, corresponding breach, and threat insights. >[!IMPORTANT] ->To boost your vulnerability assessment detection rates, you can download the following set of optional security updates and deploy them in your network: +>To boost your vulnerability assessment detection rates, download the following mandatory security updates and deploy them in your network: >- 19H1 customers | [KB 4512941](https://support.microsoft.com/help/4512941/windows-10-update-kb4512941) >- RS5 customers | [KB 4516077](https://support.microsoft.com/help/4516077/windows-10-update-kb4516077) >- RS4 customers | [KB 4516045](https://support.microsoft.com/help/4516045/windows-10-update-kb4516045) >- RS3 customers | [KB 4516071](https://support.microsoft.com/help/4516071/windows-10-update-kb4516071) ->

    Downloading the above-mentioned security updates will be mandatory starting Patch Tuesday, October 8, 2019. ## Navigate through your organization's weaknesses page You can see the list of vulnerabilities in four ways: From 578a208326e2a032b6dd17ba482685d45cd49d72 Mon Sep 17 00:00:00 2001 From: denisebmsft Date: Mon, 7 Oct 2019 15:36:23 -0700 Subject: [PATCH 117/191] Update .openpublishing.redirection.json Exploit Guard link fixes --- .openpublishing.redirection.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index c840a81fdf..9a1b690d5a 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -822,7 +822,12 @@ }, { "source_path": "windows/threat-protection/windows-defender-exploit-guard/network-protection-exploit-guard.md", -"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/windows-defender-exploit-guard/network-protection-exploit-guard", +"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/network-protection", +"redirect_document_id": true +}, +{ +"source_path": "/windows/security/threat-protection/windows-defender-exploit-guard/network-protection-exploit-guard.md", +"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/network-protection", "redirect_document_id": true }, { From b4ca85fd4ea7b2f7b369da0e197eeee45d2b7882 Mon Sep 17 00:00:00 2001 From: denisebmsft Date: Mon, 7 Oct 2019 15:43:04 -0700 Subject: [PATCH 118/191] Update .openpublishing.redirection.json exploit guard links --- .openpublishing.redirection.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index 9a1b690d5a..32d4aa195c 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -732,7 +732,12 @@ }, { "source_path": "windows/threat-protection/windows-defender-exploit-guard/controlled-folders-exploit-guard.md", -"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/windows-defender-exploit-guard/controlled-folders-exploit-guard", +"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/controlled-folders", +"redirect_document_id": true +}, +{ +"source_path": "/windows/security/threat-protection/windows-defender-exploit-guard/controlled-folders-exploit-guard.md", +"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/controlled-folders", "redirect_document_id": true }, { From 251a678536f78f893147903b144d027977f70e13 Mon Sep 17 00:00:00 2001 From: denisebmsft Date: Mon, 7 Oct 2019 15:45:51 -0700 Subject: [PATCH 119/191] Update .openpublishing.redirection.json exploit guard redirects --- .openpublishing.redirection.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index 32d4aa195c..e97e76647d 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -717,7 +717,12 @@ }, { "source_path": "windows/threat-protection/windows-defender-exploit-guard/attack-surface-reduction-exploit-guard.md", -"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/windows-defender-exploit-guard/attack-surface-reduction-exploit-guard", +"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction", +"redirect_document_id": true +}, +{ +"source_path": "windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md", +"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction", "redirect_document_id": true }, { From 4d33963f452512ceed3681db540c23c09a34eaca Mon Sep 17 00:00:00 2001 From: denisebmsft Date: Mon, 7 Oct 2019 15:57:30 -0700 Subject: [PATCH 120/191] Update .openpublishing.redirection.json --- .openpublishing.redirection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index e97e76647d..7377bd4f66 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -727,7 +727,7 @@ }, { "source_path": "windows/threat-protection/windows-defender-exploit-guard/audit-windows-defender-exploit-guard.md", -"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/windows-defender-exploit-guard/audit-windows-defender-exploit-guard", +"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/evaluate-exploit-protection", "redirect_document_id": true }, { From 1b0e3c231c8e18df4228125851bf3a69f14e94db Mon Sep 17 00:00:00 2001 From: denisebmsft Date: Mon, 7 Oct 2019 16:00:04 -0700 Subject: [PATCH 121/191] Update .openpublishing.redirection.json --- .openpublishing.redirection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index 7377bd4f66..e3bd3355da 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -741,7 +741,7 @@ "redirect_document_id": true }, { -"source_path": "/windows/security/threat-protection/windows-defender-exploit-guard/controlled-folders-exploit-guard.md", +"source_path": "windows/security/threat-protection/windows-defender-exploit-guard/controlled-folders-exploit-guard.md", "redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/controlled-folders", "redirect_document_id": true }, From e369576f0df999a945f128818416dd35c414fb66 Mon Sep 17 00:00:00 2001 From: denisebmsft Date: Mon, 7 Oct 2019 16:00:43 -0700 Subject: [PATCH 122/191] Update .openpublishing.redirection.json --- .openpublishing.redirection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index e3bd3355da..303ffffa74 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -836,7 +836,7 @@ "redirect_document_id": true }, { -"source_path": "/windows/security/threat-protection/windows-defender-exploit-guard/network-protection-exploit-guard.md", +"source_path": "windows/security/threat-protection/windows-defender-exploit-guard/network-protection-exploit-guard.md", "redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/network-protection", "redirect_document_id": true }, From 4d635b384434a6f5f565db7b1fdff4aa0edffad3 Mon Sep 17 00:00:00 2001 From: denisebmsft Date: Mon, 7 Oct 2019 16:02:22 -0700 Subject: [PATCH 123/191] Update .openpublishing.redirection.json --- .openpublishing.redirection.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index 303ffffa74..fd49bae28d 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -721,11 +721,6 @@ "redirect_document_id": true }, { -"source_path": "windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md", -"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction", -"redirect_document_id": true -}, -{ "source_path": "windows/threat-protection/windows-defender-exploit-guard/audit-windows-defender-exploit-guard.md", "redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/evaluate-exploit-protection", "redirect_document_id": true From f906ab24750811c91c34eede8a964159e2960f0d Mon Sep 17 00:00:00 2001 From: Thomas Raya Date: Tue, 8 Oct 2019 09:17:59 -0700 Subject: [PATCH 124/191] Updated Link from "http" to "https" --- windows/client-management/mdm/oma-dm-protocol-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/mdm/oma-dm-protocol-support.md b/windows/client-management/mdm/oma-dm-protocol-support.md index 99fe100066..e852fe64e8 100644 --- a/windows/client-management/mdm/oma-dm-protocol-support.md +++ b/windows/client-management/mdm/oma-dm-protocol-support.md @@ -349,7 +349,7 @@ The following LocURL shows a per device CSP node configuration: **./device/vendo ## SyncML response status codes -When using SyncML in OMA DM, there are standard response status codes that are returned. The following table lists the common SyncML response status codes you are likely to see. For more information about SyncML response status codes, see section 10 of the [SyncML Representation Protocol](http://openmobilealliance.org/release/Common/V1_2_2-20090724-A/OMA-TS-SyncML-RepPro-V1_2_2-20090724-A.pdf) specification. +When using SyncML in OMA DM, there are standard response status codes that are returned. The following table lists the common SyncML response status codes you are likely to see. For more information about SyncML response status codes, see section 10 of the [SyncML Representation Protocol](https://openmobilealliance.org/release/Common/V1_2_2-20090724-A/OMA-TS-SyncML-RepPro-V1_2_2-20090724-A.pdf) specification. | Status code | Description | |-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| From 27159328be9316bc958911b648416aeab70fda64 Mon Sep 17 00:00:00 2001 From: Thomas Raya Date: Tue, 8 Oct 2019 09:21:53 -0700 Subject: [PATCH 125/191] Updated Link to be Locale Agnostic --- windows/deployment/update/windows-analytics-privacy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deployment/update/windows-analytics-privacy.md b/windows/deployment/update/windows-analytics-privacy.md index 19e9520516..d6749b666d 100644 --- a/windows/deployment/update/windows-analytics-privacy.md +++ b/windows/deployment/update/windows-analytics-privacy.md @@ -45,7 +45,7 @@ See these topics for additional background information about related privacy iss - [Windows 10 and the GDPR for IT Decision Makers](https://docs.microsoft.com/windows/privacy/gdpr-it-guidance) - [Configure Windows diagnostic data in your organization](https://docs.microsoft.com/windows/configuration/configure-windows-diagnostic-data-in-your-organization) - [Windows 7, Windows 8, and Windows 8.1 Appraiser Telemetry Events, and Fields](https://go.microsoft.com/fwlink/?LinkID=822965) -- [Windows 10, version 1903 basic level Windows diagnostic events and fields](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1903) +- [Windows 10, version 1903 basic level Windows diagnostic events and fields](https://docs.microsoft.com/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1903) - [Windows 10, version 1809 basic level Windows diagnostic events and fields](https://docs.microsoft.com/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1809) - [Windows 10, version 1803 basic level Windows diagnostic events and fields](https://docs.microsoft.com/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1803) - [Windows 10, version 1709 basic level Windows diagnostic events and fields](https://docs.microsoft.com/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709) From 44672511fce3469855e4b5383fc7504789f0fd36 Mon Sep 17 00:00:00 2001 From: Thomas Raya Date: Tue, 8 Oct 2019 09:24:04 -0700 Subject: [PATCH 126/191] Updated Link to be Locale Agnostic --- .../hello-for-business/hello-hybrid-cert-trust-devreg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/identity-protection/hello-for-business/hello-hybrid-cert-trust-devreg.md b/windows/security/identity-protection/hello-for-business/hello-hybrid-cert-trust-devreg.md index 9218d5f73f..cf2079e8e5 100644 --- a/windows/security/identity-protection/hello-for-business/hello-hybrid-cert-trust-devreg.md +++ b/windows/security/identity-protection/hello-for-business/hello-hybrid-cert-trust-devreg.md @@ -205,7 +205,7 @@ When you're using AD FS, you need to enable the following WS-Trust endpoints: `/adfs/services/trust/13/certificatemixed` > [!WARNING] -> Both **adfs/services/trust/2005/windowstransport** and **adfs/services/trust/13/windowstransport** should be enabled as intranet facing endpoints only and must NOT be exposed as extranet facing endpoints through the Web Application Proxy. To learn more on how to disable WS-Trust Windows endpoints, see [Disable WS-Trust Windows endpoints on the proxy](https://docs.microsoft.com/en-us/windows-server/identity/ad-fs/deployment/best-practices-securing-ad-fs#disable-ws-trust-windows-endpoints-on-the-proxy-ie-from-extranet). You can see what endpoints are enabled through the AD FS management console under **Service** > **Endpoints**. +> Both **adfs/services/trust/2005/windowstransport** and **adfs/services/trust/13/windowstransport** should be enabled as intranet facing endpoints only and must NOT be exposed as extranet facing endpoints through the Web Application Proxy. To learn more on how to disable WS-Trust Windows endpoints, see [Disable WS-Trust Windows endpoints on the proxy](https://docs.microsoft.com/windows-server/identity/ad-fs/deployment/best-practices-securing-ad-fs#disable-ws-trust-windows-endpoints-on-the-proxy-ie-from-extranet). You can see what endpoints are enabled through the AD FS management console under **Service** > **Endpoints**. > [!NOTE] >If you don’t have AD FS as your on-premises federation service, follow the instructions from your vendor to make sure they support WS-Trust 1.3 or 2005 endpoints and that these are published through the Metadata Exchange file (MEX). From 05ede854ec270bd37e10d6555470641ef709e23b Mon Sep 17 00:00:00 2001 From: Thomas Raya Date: Tue, 8 Oct 2019 09:26:09 -0700 Subject: [PATCH 127/191] Updated Link from "http" to "https" --- .../windows-autopilot/windows-autopilot-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/deployment/windows-autopilot/windows-autopilot-requirements.md b/windows/deployment/windows-autopilot/windows-autopilot-requirements.md index 5d356b8200..ac44c5d8fd 100644 --- a/windows/deployment/windows-autopilot/windows-autopilot-requirements.md +++ b/windows/deployment/windows-autopilot/windows-autopilot-requirements.md @@ -81,7 +81,7 @@ If the Microsoft Store is not accessible, the AutoPilot process will still conti Autopilot Self-Deploying mode and Autopilot White GloveFirmware TPM devices, which are only provided by Intel, AMD, or Qualcomm, do not include all needed certificates at boot time and must be able to retrieve them from the manufacturer on first use. Devices with discrete TPM chips(including ones from any other manufacturer) come with these certificates preinstalled. Make sure that these URLs are accessible for each firmware TPM provider so that certificates can be successfully requested:
    Intel- https://ekop.intel.com/ekcertservice
    Qualcomm- https://ekcert.spserv.microsoft.com/EKCertificate/GetEKCertificate/v1 -
    AMD- http://ftpm.amd.com/pki/aia +
    AMD- https://ftpm.amd.com/pki/aia ## Licensing requirements From 82f26980006e9facf9c7abef77b14d105bed6af6 Mon Sep 17 00:00:00 2001 From: John Liu <49762389+ShenLanJohn@users.noreply.github.com> Date: Tue, 8 Oct 2019 09:37:44 -0700 Subject: [PATCH 128/191] CAT Auto Pulish for Windows Release Messages - CAT_AutoPublish_20191008083024 (#1294) --- .../resolved-issues-windows-10-1507.yml | 4 ++-- .../resolved-issues-windows-10-1607.yml | 4 ++-- .../resolved-issues-windows-10-1703.yml | 4 ++-- .../resolved-issues-windows-10-1709.yml | 4 ++-- .../resolved-issues-windows-10-1803.yml | 4 ++-- ...es-windows-10-1809-and-windows-server-2019.yml | 4 ++-- .../resolved-issues-windows-10-1903.yml | 4 ++-- ...s-windows-7-and-windows-server-2008-r2-sp1.yml | 4 ++-- ...ues-windows-8.1-and-windows-server-2012-r2.yml | 4 ++-- .../resolved-issues-windows-server-2008-sp2.yml | 4 ++-- .../resolved-issues-windows-server-2012.yml | 4 ++-- .../status-windows-10-1507.yml | 4 ++-- ...us-windows-10-1607-and-windows-server-2016.yml | 15 ++------------- .../status-windows-10-1703.yml | 15 ++------------- .../status-windows-10-1709.yml | 15 ++------------- .../status-windows-10-1803.yml | 15 ++------------- ...us-windows-10-1809-and-windows-server-2019.yml | 15 ++------------- .../status-windows-10-1903.yml | 9 ++------- ...s-windows-7-and-windows-server-2008-r2-sp1.yml | 4 ++-- ...tus-windows-8.1-and-windows-server-2012-r2.yml | 4 ++-- .../status-windows-server-2008-sp2.yml | 4 ++-- .../status-windows-server-2012.yml | 4 ++-- .../windows-message-center.yml | 1 + 23 files changed, 45 insertions(+), 104 deletions(-) diff --git a/windows/release-information/resolved-issues-windows-10-1507.yml b/windows/release-information/resolved-issues-windows-10-1507.yml index 1b60cb6d84..4b08bb66bc 100644 --- a/windows/release-information/resolved-issues-windows-10-1507.yml +++ b/windows/release-information/resolved-issues-windows-10-1507.yml @@ -32,7 +32,7 @@ sections: - type: markdown text: " - + @@ -55,7 +55,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusDate resolved
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 10240.18334

    September 23, 2019
    KB4522009
    Resolved
    KB4524153
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 10240.18334

    September 23, 2019
    KB4522009
    Resolved
    KB4520011
    October 08, 2019
    10:00 AM PT
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and VBScript may stop responding and you may receive an error.

    See details >
    OS Build 10240.18305

    August 13, 2019
    KB4512497
    Resolved
    KB4517276
    August 17, 2019
    02:00 PM PT
    MacOS may be unable to access network shares via CIFS or SMBv1 on Windows devices
    You may receive an error on MacOS when trying to access network shares via CIFS or SMBv1 on Windows devices that installed updates on June 11, 2019 or later.

    See details >
    OS Build 10240.18244

    June 11, 2019
    KB4503291
    Resolved External
    August 09, 2019
    07:03 PM PT
    Event Viewer may close or you may receive an error when using Custom Views
    When trying to expand, view or create Custom Views in Event Viewer, you may receive an error and the app may stop responding or close.

    See details >
    OS Build 10240.18244

    June 11, 2019
    KB4503291
    Resolved
    KB4507458
    July 09, 2019
    10:00 AM PT
    - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524153.

    Back to top
    OS Build 10240.18334

    September 23, 2019
    KB4522009
    Resolved
    KB4524153
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520011.

    Back to top
    OS Build 10240.18334

    September 23, 2019
    KB4522009
    Resolved
    KB4520011
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    " diff --git a/windows/release-information/resolved-issues-windows-10-1607.yml b/windows/release-information/resolved-issues-windows-10-1607.yml index f6d0389a8b..e716f09b5f 100644 --- a/windows/release-information/resolved-issues-windows-10-1607.yml +++ b/windows/release-information/resolved-issues-windows-10-1607.yml @@ -32,7 +32,7 @@ sections: - type: markdown text: " - + @@ -71,7 +71,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusDate resolved
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 14393.3206

    September 23, 2019
    KB4522010
    Resolved
    KB4524152
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 14393.3206

    September 23, 2019
    KB4522010
    Resolved
    KB4519998
    October 08, 2019
    10:00 AM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >
    OS Build 14393.3204

    September 10, 2019
    KB4516044
    Resolved
    September 17, 2019
    04:47 PM PT
    Apps and scripts using the NetQueryDisplayInformation API may fail with error
    Applications and scripts that call the NetQueryDisplayInformation API or the WinNT provider equivalent may fail to return results after the first page of data.

    See details >
    OS Build 14393.3053

    June 18, 2019
    KB4503294
    Resolved
    KB4516044
    September 10, 2019
    10:00 AM PT
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after updating.

    See details >
    OS Build 14393.3115

    July 16, 2019
    KB4507459
    Resolved
    KB4512517
    August 13, 2019
    10:00 AM PT
    - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524152.

    Back to top
    OS Build 14393.3206

    September 23, 2019
    KB4522010
    Resolved
    KB4524152
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4519998.

    Back to top
    OS Build 14393.3206

    September 23, 2019
    KB4522010
    Resolved
    KB4519998
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) may become unresponsive or may have high CPU usage. Affected IMEs include Chinese Simplified (ChsIME.EXE) and Chinese Traditional (ChtIME.EXE) with Changjie/Quick keyboard.


    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Resolution: After investigation, we have found that this issue does not affect this version of Windows.

    Back to top
    OS Build 14393.3204

    September 10, 2019
    KB4516044
    Resolved
    Resolved:
    September 17, 2019
    04:47 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    " diff --git a/windows/release-information/resolved-issues-windows-10-1703.yml b/windows/release-information/resolved-issues-windows-10-1703.yml index 4478c0a447..3417779bd7 100644 --- a/windows/release-information/resolved-issues-windows-10-1703.yml +++ b/windows/release-information/resolved-issues-windows-10-1703.yml @@ -32,7 +32,7 @@ sections: - type: markdown text: " - + @@ -62,7 +62,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusDate resolved
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 15063.2046

    September 23, 2019
    KB4522011
    Resolved
    KB4524151
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 15063.2046

    September 23, 2019
    KB4522011
    Resolved
    KB4520010
    October 08, 2019
    10:00 AM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >
    OS Build 15063.2045

    September 10, 2019
    KB4516068
    Resolved
    September 17, 2019
    04:47 PM PT
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after updating.

    See details >
    OS Build 15063.1955

    July 16, 2019
    KB4507467
    Resolved
    KB4512507
    August 13, 2019
    10:00 AM PT
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and VBScript may stop responding and you may receive an error.

    See details >
    OS Build 15063.1988

    August 13, 2019
    KB4512507
    Resolved
    KB4512474
    August 17, 2019
    02:00 PM PT
    - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524151.

    Back to top
    OS Build 15063.2046

    September 23, 2019
    KB4522011
    Resolved
    KB4524151
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520010.

    Back to top
    OS Build 15063.2046

    September 23, 2019
    KB4522011
    Resolved
    KB4520010
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) may become unresponsive or may have high CPU usage. Affected IMEs include Chinese Simplified (ChsIME.EXE) and Chinese Traditional (ChtIME.EXE) with Changjie/Quick keyboard.


    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Resolution: After investigation, we have found that this issue does not affect this version of Windows.

    Back to top
    OS Build 15063.2045

    September 10, 2019
    KB4516068
    Resolved
    Resolved:
    September 17, 2019
    04:47 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    " diff --git a/windows/release-information/resolved-issues-windows-10-1709.yml b/windows/release-information/resolved-issues-windows-10-1709.yml index f74e209cd0..edf606e491 100644 --- a/windows/release-information/resolved-issues-windows-10-1709.yml +++ b/windows/release-information/resolved-issues-windows-10-1709.yml @@ -32,7 +32,7 @@ sections: - type: markdown text: " - + @@ -64,7 +64,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusDate resolved
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 16299.1392

    September 23, 2019
    KB4522012
    Resolved
    KB4524150
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 16299.1392

    September 23, 2019
    KB4522012
    Resolved
    KB4520004
    October 08, 2019
    10:00 AM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >
    OS Build 16299.1387

    September 10, 2019
    KB4516066
    Resolved
    September 19, 2019
    04:08 PM PT
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after updating.

    See details >
    OS Build 16299.1296

    July 16, 2019
    KB4507465
    Resolved
    KB4512516
    August 13, 2019
    10:00 AM PT
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using Preboot Execution Environment (PXE) images from Windows Deployment Services (WDS) may fail to start with error \"0xc0000001.\"

    See details >
    OS Build 16299.1217

    June 11, 2019
    KB4503284
    Resolved
    KB4512494
    August 16, 2019
    02:00 PM PT
    - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524150.

    Back to top
    OS Build 16299.1392

    September 23, 2019
    KB4522012
    Resolved
    KB4524150
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520004.

    Back to top
    OS Build 16299.1392

    September 23, 2019
    KB4522012
    Resolved
    KB4520004
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) may become unresponsive or may have high CPU usage. Affected IMEs include Chinese Simplified (ChsIME.EXE) and Chinese Traditional (ChtIME.EXE) with Changjie/Quick keyboard.


    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016

    Resolution: Due to security related changes in KB4516066, this issue may occur when Touch Keyboard and Handwriting Panel Service is not configured to its default startup type of Manual. To resolve the issue, perform the following steps:
    1. Select the Start button and type Services.
    2. Locate Touch Keyboard and Handwriting Panel Service and double click on it or long press and select Properties.
    3. Locate Startup type: and change it to Manual
    4. Select Ok
    5. The TabletInputService service is now in the default configuration and IME should work as expected.

    Back to top
    OS Build 16299.1387

    September 10, 2019
    KB4516066
    Resolved
    Resolved:
    September 19, 2019
    04:08 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    " diff --git a/windows/release-information/resolved-issues-windows-10-1803.yml b/windows/release-information/resolved-issues-windows-10-1803.yml index a1829db162..88242a7ce0 100644 --- a/windows/release-information/resolved-issues-windows-10-1803.yml +++ b/windows/release-information/resolved-issues-windows-10-1803.yml @@ -32,7 +32,7 @@ sections: - type: markdown text: " - + @@ -65,7 +65,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusDate resolved
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 17134.1009

    September 23, 2019
    KB4522014
    Resolved
    KB4524149
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 17134.1009

    September 23, 2019
    KB4522014
    Resolved
    KB4520008
    October 08, 2019
    10:00 AM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >
    OS Build 17134.1006

    September 10, 2019
    KB4516058
    Resolved
    September 19, 2019
    04:08 PM PT
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after updating.

    See details >
    OS Build 17134.915

    July 16, 2019
    KB4507466
    Resolved
    KB4512501
    August 13, 2019
    10:00 AM PT
    Notification issue: \"Your device is missing important security and quality fixes.\"
    Some users may have incorrectly received the notification \"Your device is missing important security and quality fixes.\"

    See details >
    N/A

    Resolved
    September 03, 2019
    12:32 PM PT
    - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524149.

    Back to top
    OS Build 17134.1009

    September 23, 2019
    KB4522014
    Resolved
    KB4524149
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520008.

    Back to top
    OS Build 17134.1009

    September 23, 2019
    KB4522014
    Resolved
    KB4520008
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) may become unresponsive or may have high CPU usage. Affected IMEs include Chinese Simplified (ChsIME.EXE) and Chinese Traditional (ChtIME.EXE) with Changjie/Quick keyboard.


    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016

    Resolution: Due to security related changes in KB4516058, this issue may occur when Touch Keyboard and Handwriting Panel Service is not configured to its default startup type of Manual. To resolve the issue, perform the following steps:
    1. Select the Start button and type Services.
    2. Locate Touch Keyboard and Handwriting Panel Service and double click on it or long press and select Properties.
    3. Locate Startup type: and change it to Manual
    4. Select Ok
    5. The TabletInputService service is now in the default configuration and IME should work as expected.

    Back to top
    OS Build 17134.1006

    September 10, 2019
    KB4516058
    Resolved
    Resolved:
    September 19, 2019
    04:08 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    Notification issue: \"Your device is missing important security and quality fixes.\"
    Some users may have incorrectly received the notification \"Your device is missing important security and quality fixes\" in the Windows Update dialog and a red \"!\" in the task tray on the Windows Update tray icon. This notification is intended for devices that are 90 days or more out of date, but some users with installed updates released in June or July also saw this notification.

    Affected platforms:
    • Client: Windows 10, version 1803
    • Server: Windows Server, version 1803
    Resolution: This issue was resolved on the server side on August 30, 2019. Only devices that are out of date by 90 days or more should now see the notification. No action is required by the user to resolve this issue. If you are still seeing the \"Your device is missing important security and quality fixes\" notification, we recommend selecting Check for Updates in the Windows Update dialog. For instructions, see Update Windows 10. Microsoft always recommends trying to keep your devices up to date, as the monthly updates contain important security fixes. 

    Back to top
    N/A

    Resolved
    Resolved:
    September 03, 2019
    12:32 PM PT

    Opened:
    September 03, 2019
    12:32 PM PT
    diff --git a/windows/release-information/resolved-issues-windows-10-1809-and-windows-server-2019.yml b/windows/release-information/resolved-issues-windows-10-1809-and-windows-server-2019.yml index 141d598e3f..f51a44421a 100644 --- a/windows/release-information/resolved-issues-windows-10-1809-and-windows-server-2019.yml +++ b/windows/release-information/resolved-issues-windows-10-1809-and-windows-server-2019.yml @@ -32,7 +32,7 @@ sections: - type: markdown text: " - + @@ -72,7 +72,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusDate resolved
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 17763.740

    September 23, 2019
    KB4522015
    Resolved
    KB4524148
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 17763.740

    September 23, 2019
    KB4522015
    Resolved
    KB4519338
    October 08, 2019
    10:00 AM PT
    Apps and scripts using the NetQueryDisplayInformation API may fail with error
    Applications and scripts that call the NetQueryDisplayInformation API or the WinNT provider equivalent may fail to return results after the first page of data.

    See details >
    OS Build 17763.55

    October 09, 2018
    KB4464330
    Resolved
    KB4516077
    September 24, 2019
    10:00 AM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >
    OS Build 17763.737

    September 10, 2019
    KB4512578
    Resolved
    September 19, 2019
    04:08 PM PT
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after updating.

    See details >
    OS Build 17763.652

    July 22, 2019
    KB4505658
    Resolved
    KB4511553
    August 13, 2019
    10:00 AM PT
    - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524148.

    Back to top
    OS Build 17763.740

    September 23, 2019
    KB4522015
    Resolved
    KB4524148
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4519338.

    Back to top
    OS Build 17763.740

    September 23, 2019
    KB4522015
    Resolved
    KB4519338
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) may become unresponsive or may have high CPU usage. Affected IMEs include Chinese Simplified (ChsIME.EXE) and Chinese Traditional (ChtIME.EXE) with Changjie/Quick keyboard.


    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016

    Resolution: Due to security related changes in KB4512578, this issue may occur when Touch Keyboard and Handwriting Panel Service is not configured to its default startup type of Manual. To resolve the issue, perform the following steps:
    1. Select the Start button and type Services.
    2. Locate Touch Keyboard and Handwriting Panel Service and double click on it or long press and select Properties.
    3. Locate Startup type: and change it to Manual
    4. Select Ok
    5. The TabletInputService service is now in the default configuration and IME should work as expected.

    Back to top
    OS Build 17763.737

    September 10, 2019
    KB4512578
    Resolved
    Resolved:
    September 19, 2019
    04:08 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    " diff --git a/windows/release-information/resolved-issues-windows-10-1903.yml b/windows/release-information/resolved-issues-windows-10-1903.yml index 110be2f42f..b8113225b2 100644 --- a/windows/release-information/resolved-issues-windows-10-1903.yml +++ b/windows/release-information/resolved-issues-windows-10-1903.yml @@ -32,7 +32,7 @@ sections: - type: markdown text: " - + @@ -70,7 +70,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusDate resolved
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 18362.357

    September 23, 2019
    KB4522016
    Resolved
    KB4524147
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 18362.357

    September 23, 2019
    KB4522016
    Resolved
    KB4517389
    October 08, 2019
    10:00 AM PT
    Audio in games is quiet or different than expected
    Microsoft has received reports that audio in certain games is quieter or different than expected.

    See details >
    OS Build 18362.356

    September 10, 2019
    KB4515384
    Resolved
    KB4517211
    September 26, 2019
    02:00 PM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >
    OS Build 18362.356

    September 10, 2019
    KB4515384
    Resolved
    September 19, 2019
    04:08 PM PT
    Some users report issues related to the Start menu and Windows Desktop Search
    Microsoft has received reports that a small number of users are having issues related to the Start menu and Windows Desktop Search.

    See details >
    OS Build 18362.356

    September 10, 2019
    KB4515384
    Resolved
    September 19, 2019
    04:58 PM PT
    - + diff --git a/windows/release-information/resolved-issues-windows-7-and-windows-server-2008-r2-sp1.yml b/windows/release-information/resolved-issues-windows-7-and-windows-server-2008-r2-sp1.yml index bd24de9f18..06de4933bb 100644 --- a/windows/release-information/resolved-issues-windows-7-and-windows-server-2008-r2-sp1.yml +++ b/windows/release-information/resolved-issues-windows-7-and-windows-server-2008-r2-sp1.yml @@ -32,7 +32,7 @@ sections: - type: markdown text: "
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524147.

    Back to top
    OS Build 18362.357

    September 23, 2019
    KB4522016
    Resolved
    KB4524147
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4517389.

    Back to top
    OS Build 18362.357

    September 23, 2019
    KB4522016
    Resolved
    KB4517389
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Audio in games is quiet or different than expected
    Microsoft has received reports that audio in certain games is quieter or different than expected. At the request of some of our audio partners, we implemented a compatibility change that enabled certain games to query support and render multi-channel audio. Due to customer feedback, we are reverting this change as some games and some devices are not rendering multi-channel audio as expected. This may result in games sounding different than customers are used to and may have missing channels.

    Affected platforms:
    • Client: Windows 10, version 1903
    Resolution: This issue was resolved in KB4517211.

    Back to top
    OS Build 18362.356

    September 10, 2019
    KB4515384
    Resolved
    KB4517211
    Resolved:
    September 26, 2019
    02:00 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) may become unresponsive or may have high CPU usage. Affected IMEs include Chinese Simplified (ChsIME.EXE) and Chinese Traditional (ChtIME.EXE) with Changjie/Quick keyboard.


    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016

    Resolution: Due to security related changes in KB4515384, this issue may occur when Touch Keyboard and Handwriting Panel Service is not configured to its default startup type of Manual. To resolve the issue, perform the following steps:
    1. Select the Start button and type Services.
    2. Locate Touch Keyboard and Handwriting Panel Service and double click on it or long press and select Properties.
    3. Locate Startup type: and change it to Manual
    4. Select Ok
    5. The TabletInputService service is now in the default configuration and IME should work as expected.

    Back to top
    OS Build 18362.356

    September 10, 2019
    KB4515384
    Resolved
    Resolved:
    September 19, 2019
    04:08 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    Some users report issues related to the Start menu and Windows Desktop Search
    Microsoft has received reports that a small number of users are having issues related to the Start menu and Windows Desktop Search.

    Affected platforms:
    • Client: Windows 10, version 1903
    Resolution: At this time, Microsoft has not found a Search or Start issue significantly impacting users originating from KB4515384. We will continue monitoring to ensure users have a high-quality experience when interacting with these areas. If you are currently having issues, we recommend you to take a moment to report it in via the Feedback Hub (Windows + F) then try the Windows 10 Troubleshoot settings (found in Settings). If you are having an issue with search, see Fix problems in Windows Search.

    Back to top
    OS Build 18362.356

    September 10, 2019
    KB4515384
    Resolved
    Resolved:
    September 19, 2019
    04:58 PM PT

    Opened:
    September 11, 2019
    05:18 PM PT
    - + @@ -66,7 +66,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusDate resolved
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516048
    Resolved
    KB4524157
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516048
    Resolved
    KB4519976
    October 08, 2019
    10:00 AM PT
    You may receive an error when opening or using the Toshiba Qosmio AV Center
    Toshiba Qosmio AV Center may error when opening and you may also receive an error in Event Log related to cryptnet.dll.

    See details >
    August 13, 2019
    KB4512506
    Resolved
    KB4516048
    September 24, 2019
    10:00 AM PT
    Windows updates that are SHA-2 signed may not be offered for Symantec and Norton AV
    Windows updates that are SHA-2 signed are not available with Symantec or Norton antivirus program installed

    See details >
    August 13, 2019
    KB4512506
    Resolved External
    August 27, 2019
    02:29 PM PT
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using Preboot Execution Environment (PXE) images from Windows Deployment Services (WDS) may fail to start with error \"0xc0000001.\"

    See details >
    June 11, 2019
    KB4503292
    Resolved
    KB4512514
    August 17, 2019
    02:00 PM PT
    - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524157. If you are using Security Only updates, see KB4524135 for resolving KB for your platform.

    Back to top
    September 24, 2019
    KB4516048
    Resolved
    KB4524157
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4519976. If you are using Security Only updates, see KB4519974 for resolving KB for your platform.

    Back to top
    September 24, 2019
    KB4516048
    Resolved
    KB4519976
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    You may receive an error when opening or using the Toshiba Qosmio AV Center
    After installing KB4512506, you may receive an error when opening or using the Toshiba Qosmio AV Center. You may also receive an error in Event Log related to cryptnet.dll.

    Affected platforms:
    • Client: Windows 7 SP1
    Resolution: This issue was resolved in KB4516048.

    Back to top
    August 13, 2019
    KB4512506
    Resolved
    KB4516048
    Resolved:
    September 24, 2019
    10:00 AM PT

    Opened:
    September 10, 2019
    09:48 AM PT
    " diff --git a/windows/release-information/resolved-issues-windows-8.1-and-windows-server-2012-r2.yml b/windows/release-information/resolved-issues-windows-8.1-and-windows-server-2012-r2.yml index eb55d204f7..b397d4c0c7 100644 --- a/windows/release-information/resolved-issues-windows-8.1-and-windows-server-2012-r2.yml +++ b/windows/release-information/resolved-issues-windows-8.1-and-windows-server-2012-r2.yml @@ -32,7 +32,7 @@ sections: - type: markdown text: " - + @@ -66,7 +66,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusDate resolved
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516041
    Resolved
    KB4524156
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516041
    Resolved
    KB4520005
    October 08, 2019
    10:00 AM PT
    Windows RT 8.1 devices may have issues opening Internet Explorer 11
    On Windows RT 8.1 devices, Internet Explorer 11 may not open and you may receive an error.

    See details >
    September 10, 2019
    KB4516067
    Resolved
    KB4516041
    September 24, 2019
    10:00 AM PT
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using Preboot Execution Environment (PXE) images from Windows Deployment Services (WDS) may fail to start with error \"0xc0000001.\"

    See details >
    June 11, 2019
    KB4503276
    Resolved
    KB4512478
    August 17, 2019
    02:00 PM PT
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and VBScript may stop responding and you may receive an error.

    See details >
    August 13, 2019
    KB4512488
    Resolved
    KB4517298
    August 16, 2019
    02:00 PM PT
    - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524156. If you are using Security Only updates, see KB4524135 for resolving KB for your platform.

    Back to top
    September 24, 2019
    KB4516041
    Resolved
    KB4524156
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520005. If you are using Security Only updates, see KB4519974 for resolving KB for your platform.

    Back to top
    September 24, 2019
    KB4516041
    Resolved
    KB4520005
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Windows RT 8.1 devices may have issues opening Internet Explorer 11
    On Windows 8.1 RT devices, Internet Explorer 11 may not open and you may receive the error, \"C:\\Program Files\\Internet Explorer\\iexplore.exe: A certificate was explicitly revoked by its issuer.\"


    Affected platforms:
    • Client: Windows RT 8.1
    Resolution: This issue was resolved in KB4516041.

    Back to top
    September 10, 2019
    KB4516067
    Resolved
    KB4516041
    Resolved:
    September 24, 2019
    10:00 AM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    " diff --git a/windows/release-information/resolved-issues-windows-server-2008-sp2.yml b/windows/release-information/resolved-issues-windows-server-2008-sp2.yml index 4e48865271..1549fb60e3 100644 --- a/windows/release-information/resolved-issues-windows-server-2008-sp2.yml +++ b/windows/release-information/resolved-issues-windows-server-2008-sp2.yml @@ -32,7 +32,7 @@ sections: - type: markdown text: " - + @@ -57,7 +57,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusDate resolved
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516030
    Resolved
    KB4524135
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516030
    Resolved
    KB4520002
    October 08, 2019
    10:00 AM PT
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using Preboot Execution Environment (PXE) images from Windows Deployment Services (WDS) may fail to start with error \"0xc0000001.\"

    See details >
    June 11, 2019
    KB4503273
    Resolved
    KB4512499
    August 17, 2019
    02:00 PM PT
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and VBScript may stop responding and you may receive an error.

    See details >
    August 13, 2019
    KB4512476
    Resolved
    KB4517301
    August 16, 2019
    02:00 PM PT
    MacOS may be unable to access network shares via CIFS or SMBv1 on Windows devices
    You may receive an error on MacOS when trying to access network shares via CIFS or SMBv1 on Windows devices that installed updates on June 11, 2019 or later.

    See details >
    June 11, 2019
    KB4503273
    Resolved External
    August 09, 2019
    07:03 PM PT
    - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524135.

    Back to top
    September 24, 2019
    KB4516030
    Resolved
    KB4524135
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520002. If you are using Security Only updates, see KB4519974 for resolving KB for your platform.

    Back to top
    September 24, 2019
    KB4516030
    Resolved
    KB4520002
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    " diff --git a/windows/release-information/resolved-issues-windows-server-2012.yml b/windows/release-information/resolved-issues-windows-server-2012.yml index aa3359846f..71e4d56153 100644 --- a/windows/release-information/resolved-issues-windows-server-2012.yml +++ b/windows/release-information/resolved-issues-windows-server-2012.yml @@ -32,7 +32,7 @@ sections: - type: markdown text: " - + @@ -62,7 +62,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusDate resolved
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516069
    Resolved
    KB4524154
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516069
    Resolved
    KB4520007
    October 08, 2019
    10:00 AM PT
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using Preboot Execution Environment (PXE) images from Windows Deployment Services (WDS) may fail to start with error \"0xc0000001.\"

    See details >
    June 11, 2019
    KB4503285
    Resolved
    KB4512512
    August 17, 2019
    02:00 PM PT
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and VBScript may stop responding and you may receive an error.

    See details >
    August 13, 2019
    KB4512518
    Resolved
    KB4517302
    August 16, 2019
    02:00 PM PT
    MacOS may be unable to access network shares via CIFS or SMBv1 on Windows devices
    You may receive an error on MacOS when trying to access network shares via CIFS or SMBv1 on Windows devices that installed updates on June 11, 2019 or later.

    See details >
    June 11, 2019
    KB4503285
    Resolved External
    August 09, 2019
    07:03 PM PT
    - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524154. If you are using Security Only updates, see KB4524135 for resolving KB for your platform.

    Back to top
    September 24, 2019
    KB4516069
    Resolved
    KB4524154
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520007. If you are using Security Only updates, see KB4519974 for resolving KB for your platform.

    Back to top
    September 24, 2019
    KB4516069
    Resolved
    KB4520007
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    " diff --git a/windows/release-information/status-windows-10-1507.yml b/windows/release-information/status-windows-10-1507.yml index ea9de65f95..ca4bc3e9f8 100644 --- a/windows/release-information/status-windows-10-1507.yml +++ b/windows/release-information/status-windows-10-1507.yml @@ -60,7 +60,7 @@ sections: - type: markdown text: "

    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - +
    SummaryOriginating updateStatusLast updated
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 10240.18334

    September 23, 2019
    KB4522009
    Resolved
    KB4524153
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 10240.18334

    September 23, 2019
    KB4522009
    Resolved
    KB4520011
    October 08, 2019
    10:00 AM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Certain operations, such as rename, performed on files or folders on a Cluster Shared Volume (CSV) may fail with the error, \"STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5)\".

    See details >
    OS Build 10240.18094

    January 08, 2019
    KB4480962
    Mitigated
    April 25, 2019
    02:00 PM PT
    " @@ -77,7 +77,7 @@ sections: - type: markdown text: " - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524153.

    Back to top
    OS Build 10240.18334

    September 23, 2019
    KB4522009
    Resolved
    KB4524153
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520011.

    Back to top
    OS Build 10240.18334

    September 23, 2019
    KB4522009
    Resolved
    KB4520011
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    " diff --git a/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml b/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml index 58db7bec3f..8ae7ab2eb4 100644 --- a/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml +++ b/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml @@ -60,10 +60,9 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - + - @@ -82,7 +81,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusLast updated
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 14393.3206

    September 23, 2019
    KB4522010
    Resolved
    KB4524152
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 14393.3206

    September 23, 2019
    KB4522010
    Resolved
    KB4519998
    October 08, 2019
    10:00 AM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >
    OS Build 14393.3204

    September 10, 2019
    KB4516044
    Resolved
    September 17, 2019
    04:47 PM PT
    Apps and scripts using the NetQueryDisplayInformation API may fail with error
    Applications and scripts that call the NetQueryDisplayInformation API or the WinNT provider equivalent may fail to return results after the first page of data.

    See details >
    OS Build 14393.3053

    June 18, 2019
    KB4503294
    Resolved
    KB4516044
    September 10, 2019
    10:00 AM PT
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after updating.

    See details >
    OS Build 14393.3115

    July 16, 2019
    KB4507459
    Resolved
    KB4512517
    August 13, 2019
    10:00 AM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Certain operations, such as rename, performed on files or folders on a Cluster Shared Volume (CSV) may fail with the error, \"STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5)\".

    See details >
    OS Build 14393.2724

    January 08, 2019
    KB4480961
    Mitigated
    April 25, 2019
    02:00 PM PT
    Windows may not start on certain Lenovo and Fujitsu laptops with less than 8GB of RAM
    Windows may fail to start on certain Lenovo and Fujitsu laptops that have less than 8 GB of RAM.

    See details >
    OS Build 14393.2608

    November 13, 2018
    KB4467691
    Mitigated
    February 19, 2019
    10:00 AM PT
    Cluster service may fail if the minimum password length is set to greater than 14
    The cluster service may fail to start with the error “2245 (NERR_PasswordTooShort)” if the Group Policy “Minimum Password Length” is configured with greater than 14 characters.

    See details >
    OS Build 14393.2639

    November 27, 2018
    KB4467684
    Mitigated
    April 25, 2019
    02:00 PM PT
    - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524152.

    Back to top
    OS Build 14393.3206

    September 23, 2019
    KB4522010
    Resolved
    KB4524152
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4519998.

    Back to top
    OS Build 14393.3206

    September 23, 2019
    KB4522010
    Resolved
    KB4519998
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) may become unresponsive or may have high CPU usage. Affected IMEs include Chinese Simplified (ChsIME.EXE) and Chinese Traditional (ChtIME.EXE) with Changjie/Quick keyboard.


    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Resolution: After investigation, we have found that this issue does not affect this version of Windows.

    Back to top
    OS Build 14393.3204

    September 10, 2019
    KB4516044
    Resolved
    Resolved:
    September 17, 2019
    04:47 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    " @@ -96,16 +95,6 @@ sections: " -- title: July 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after installation of KB4507459. Devices that are domain controllers or domain members are both affected.

    To safeguard your update experience, we have applied a compatibility hold on devices configured to use MIT Kerberos realm from being offered Windows 10, version 1903 or Windows Server, version 1903.

    Note If you are not sure if your device is affected, contact your administrator. Advanced users can check for “Define interoperable Kerberos v5 realm settings” policy under Computer Configuration -> Policies -> Administrative Templates > System -> Kerberos or check if this registry key exists:
    HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System\\Kerberos\\MitRealms
    -

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Resolution: This issue was resolved in KB4512517 and the safeguard hold has been removed. Please note, it can take up to 48 hours before you can update to offered Windows 10, version 1903 or Windows Server, version 1903.

    Back to top
    OS Build 14393.3115

    July 16, 2019
    KB4507459
    Resolved
    KB4512517
    Resolved:
    August 13, 2019
    10:00 AM PT

    Opened:
    July 25, 2019
    06:10 PM PT
    - " - - title: January 2019 - items: - type: markdown diff --git a/windows/release-information/status-windows-10-1703.yml b/windows/release-information/status-windows-10-1703.yml index a402fad971..9f123d8aeb 100644 --- a/windows/release-information/status-windows-10-1703.yml +++ b/windows/release-information/status-windows-10-1703.yml @@ -64,9 +64,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - + -
    SummaryOriginating updateStatusLast updated
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 15063.2046

    September 23, 2019
    KB4522011
    Resolved
    KB4524151
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 15063.2046

    September 23, 2019
    KB4522011
    Resolved
    KB4520010
    October 08, 2019
    10:00 AM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >
    OS Build 15063.2045

    September 10, 2019
    KB4516068
    Resolved
    September 17, 2019
    04:47 PM PT
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after updating.

    See details >
    OS Build 15063.1955

    July 16, 2019
    KB4507467
    Resolved
    KB4512507
    August 13, 2019
    10:00 AM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Certain operations, such as rename, performed on files or folders on a Cluster Shared Volume (CSV) may fail with the error, \"STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5)\".

    See details >
    OS Build 15063.1563

    January 08, 2019
    KB4480973
    Mitigated
    April 25, 2019
    02:00 PM PT
    " @@ -83,21 +82,11 @@ sections: - type: markdown text: " - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524151.

    Back to top
    OS Build 15063.2046

    September 23, 2019
    KB4522011
    Resolved
    KB4524151
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520010.

    Back to top
    OS Build 15063.2046

    September 23, 2019
    KB4522011
    Resolved
    KB4520010
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) may become unresponsive or may have high CPU usage. Affected IMEs include Chinese Simplified (ChsIME.EXE) and Chinese Traditional (ChtIME.EXE) with Changjie/Quick keyboard.


    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Resolution: After investigation, we have found that this issue does not affect this version of Windows.

    Back to top
    OS Build 15063.2045

    September 10, 2019
    KB4516068
    Resolved
    Resolved:
    September 17, 2019
    04:47 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    " -- title: July 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after installation of KB4507467. Devices that are domain controllers or domain members are both affected.

    To safeguard your update experience, we have applied a compatibility hold on devices configured to use MIT Kerberos realm from being offered Windows 10, version 1903 or Windows Server, version 1903.

    Note If you are not sure if your device is affected, contact your administrator. Advanced users can check for “Define interoperable Kerberos v5 realm settings” policy under Computer Configuration -> Policies -> Administrative Templates > System -> Kerberos or check if this registry key exists:
    HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System\\Kerberos\\MitRealms
    -

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Resolution: This issue was resolved in KB4512507 and the safeguard hold has been removed. Please note, it can take up to 48 hours before you can update to offered Windows 10, version 1903 or Windows Server, version 1903.

    Back to top
    OS Build 15063.1955

    July 16, 2019
    KB4507467
    Resolved
    KB4512507
    Resolved:
    August 13, 2019
    10:00 AM PT

    Opened:
    July 25, 2019
    06:10 PM PT
    - " - - title: January 2019 - items: - type: markdown diff --git a/windows/release-information/status-windows-10-1709.yml b/windows/release-information/status-windows-10-1709.yml index 2dd29ea31f..5c261a20d3 100644 --- a/windows/release-information/status-windows-10-1709.yml +++ b/windows/release-information/status-windows-10-1709.yml @@ -60,9 +60,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - + -
    SummaryOriginating updateStatusLast updated
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 16299.1392

    September 23, 2019
    KB4522012
    Resolved
    KB4524150
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 16299.1392

    September 23, 2019
    KB4522012
    Resolved
    KB4520004
    October 08, 2019
    10:00 AM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >
    OS Build 16299.1387

    September 10, 2019
    KB4516066
    Resolved
    September 19, 2019
    04:08 PM PT
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after updating.

    See details >
    OS Build 16299.1296

    July 16, 2019
    KB4507465
    Resolved
    KB4512516
    August 13, 2019
    10:00 AM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Certain operations, such as rename, performed on files or folders on a Cluster Shared Volume (CSV) may fail with the error, \"STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5)\".

    See details >
    OS Build 16299.904

    January 08, 2019
    KB4480978
    Mitigated
    April 25, 2019
    02:00 PM PT
    " @@ -79,21 +78,11 @@ sections: - type: markdown text: " - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524150.

    Back to top
    OS Build 16299.1392

    September 23, 2019
    KB4522012
    Resolved
    KB4524150
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520004.

    Back to top
    OS Build 16299.1392

    September 23, 2019
    KB4522012
    Resolved
    KB4520004
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) may become unresponsive or may have high CPU usage. Affected IMEs include Chinese Simplified (ChsIME.EXE) and Chinese Traditional (ChtIME.EXE) with Changjie/Quick keyboard.


    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016

    Resolution: Due to security related changes in KB4516066, this issue may occur when Touch Keyboard and Handwriting Panel Service is not configured to its default startup type of Manual. To resolve the issue, perform the following steps:
    1. Select the Start button and type Services.
    2. Locate Touch Keyboard and Handwriting Panel Service and double click on it or long press and select Properties.
    3. Locate Startup type: and change it to Manual
    4. Select Ok
    5. The TabletInputService service is now in the default configuration and IME should work as expected.

    Back to top
    OS Build 16299.1387

    September 10, 2019
    KB4516066
    Resolved
    Resolved:
    September 19, 2019
    04:08 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    " -- title: July 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after installation of KB4507465. Devices that are domain controllers or domain members are both affected.

    To safeguard your update experience, we have applied a compatibility hold on devices configured to use MIT Kerberos realm from being offered Windows 10, version 1903 or Windows Server, version 1903.

    Note If you are not sure if your device is affected, contact your administrator. Advanced users can check for “Define interoperable Kerberos v5 realm settings” policy under Computer Configuration -> Policies -> Administrative Templates > System -> Kerberos or check if this registry key exists:
    HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System\\Kerberos\\MitRealms
    -

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Resolution: This issue was resolved in KB4512516 and the safeguard hold has been removed. Please note, it can take up to 48 hours before you can update to offered Windows 10, version 1903 or Windows Server, version 1903.

    Back to top
    OS Build 16299.1296

    July 16, 2019
    KB4507465
    Resolved
    KB4512516
    Resolved:
    August 13, 2019
    10:00 AM PT

    Opened:
    July 25, 2019
    06:10 PM PT
    - " - - title: January 2019 - items: - type: markdown diff --git a/windows/release-information/status-windows-10-1803.yml b/windows/release-information/status-windows-10-1803.yml index a69dcf3047..20747f2e00 100644 --- a/windows/release-information/status-windows-10-1803.yml +++ b/windows/release-information/status-windows-10-1803.yml @@ -64,10 +64,9 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - + -
    SummaryOriginating updateStatusLast updated
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 17134.1009

    September 23, 2019
    KB4522014
    Resolved
    KB4524149
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 17134.1009

    September 23, 2019
    KB4522014
    Resolved
    KB4520008
    October 08, 2019
    10:00 AM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >
    OS Build 17134.1006

    September 10, 2019
    KB4516058
    Resolved
    September 19, 2019
    04:08 PM PT
    Windows Mixed Reality Portal users may intermittently receive a 15-5 error code
    You may receive a 15-5 error code in Windows Mixed Reality Portal and your headset may not respond to \"wake up\" from sleep.

    See details >
    OS Build 17134.950

    August 13, 2019
    KB4512501
    Mitigated
    September 11, 2019
    05:32 PM PT
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after updating.

    See details >
    OS Build 17134.915

    July 16, 2019
    KB4507466
    Resolved
    KB4512501
    August 13, 2019
    10:00 AM PT
    Startup to a black screen after installing updates
    Your device may startup to a black screen during the first logon after installing updates.

    See details >
    OS Build 17134.829

    June 11, 2019
    KB4503286
    Mitigated
    June 14, 2019
    04:41 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Certain operations, such as rename, performed on files or folders on a Cluster Shared Volume (CSV) may fail with the error, \"STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5)\".

    See details >
    OS Build 17134.523

    January 08, 2019
    KB4480966
    Mitigated
    April 25, 2019
    02:00 PM PT
    @@ -85,22 +84,12 @@ sections: - type: markdown text: " - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524149.

    Back to top
    OS Build 17134.1009

    September 23, 2019
    KB4522014
    Resolved
    KB4524149
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520008.

    Back to top
    OS Build 17134.1009

    September 23, 2019
    KB4522014
    Resolved
    KB4520008
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) may become unresponsive or may have high CPU usage. Affected IMEs include Chinese Simplified (ChsIME.EXE) and Chinese Traditional (ChtIME.EXE) with Changjie/Quick keyboard.


    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016

    Resolution: Due to security related changes in KB4516058, this issue may occur when Touch Keyboard and Handwriting Panel Service is not configured to its default startup type of Manual. To resolve the issue, perform the following steps:
    1. Select the Start button and type Services.
    2. Locate Touch Keyboard and Handwriting Panel Service and double click on it or long press and select Properties.
    3. Locate Startup type: and change it to Manual
    4. Select Ok
    5. The TabletInputService service is now in the default configuration and IME should work as expected.

    Back to top
    OS Build 17134.1006

    September 10, 2019
    KB4516058
    Resolved
    Resolved:
    September 19, 2019
    04:08 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    Windows Mixed Reality Portal users may intermittently receive a 15-5 error code
    After installing KB4512501, Windows Mixed Reality Portal users may intermittently receive a 15-5 error code. In some cases, Windows Mixed Reality Portal may report that the headset is sleeping and pressing “Wake up” may appear to produce no action.

    Affected platforms:
    • Client: Windows 10, version 1809; Windows 10, version 1803
    Workaround: To mitigate the issue, use the following steps:
    1. Close the Windows Mixed Reality Portal, if it is running.
    2. Open Task Manager by selecting the Start button and typing Task Manager.
    3. In Task Manager under the Processes tab, right click or long press on “Windows Explorer” and select restart.
    4. You can now open the Windows Mixed Reality Portal.

    Next steps: We are working on a resolution and will provide an update in an upcoming release.

    Back to top
    OS Build 17134.950

    August 13, 2019
    KB4512501
    Mitigated
    Last updated:
    September 11, 2019
    05:32 PM PT

    Opened:
    September 11, 2019
    05:32 PM PT
    " -- title: July 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after installation of KB4507466. Devices that are domain controllers or domain members are both affected.

    To safeguard your update experience, we have applied a compatibility hold on devices configured to use MIT Kerberos realm from being offered Windows 10, version 1903 or Windows Server, version 1903.

    Note If you are not sure if your device is affected, contact your administrator. Advanced users can check for “Define interoperable Kerberos v5 realm settings” policy under Computer Configuration -> Policies -> Administrative Templates > System -> Kerberos or check if this registry key exists:
    HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System\\Kerberos\\MitRealms
    -

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Resolution: This issue was resolved in KB4512501 and the safeguard hold has been removed. Please note, it can take up to 48 hours before you can update to offered Windows 10, version 1903 or Windows Server, version 1903.

    Back to top
    OS Build 17134.915

    July 16, 2019
    KB4507466
    Resolved
    KB4512501
    Resolved:
    August 13, 2019
    10:00 AM PT

    Opened:
    July 25, 2019
    06:10 PM PT
    - " - - title: June 2019 - items: - type: markdown diff --git a/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml b/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml index 1cb92449c8..62622b2f60 100644 --- a/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml +++ b/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml @@ -64,11 +64,10 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - + - @@ -87,7 +86,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusLast updated
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 17763.740

    September 23, 2019
    KB4522015
    Resolved
    KB4524148
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 17763.740

    September 23, 2019
    KB4522015
    Resolved
    KB4519338
    October 08, 2019
    10:00 AM PT
    Apps and scripts using the NetQueryDisplayInformation API may fail with error
    Applications and scripts that call the NetQueryDisplayInformation API or the WinNT provider equivalent may fail to return results after the first page of data.

    See details >
    OS Build 17763.55

    October 09, 2018
    KB4464330
    Resolved
    KB4516077
    September 24, 2019
    10:00 AM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >
    OS Build 17763.737

    September 10, 2019
    KB4512578
    Resolved
    September 19, 2019
    04:08 PM PT
    Windows Mixed Reality Portal users may intermittently receive a 15-5 error code
    You may receive a 15-5 error code in Windows Mixed Reality Portal and your headset may not respond to \"wake up\" from sleep.

    See details >
    OS Build 17763.678

    August 13, 2019
    KB4511553
    Mitigated
    September 11, 2019
    05:32 PM PT
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after updating.

    See details >
    OS Build 17763.652

    July 22, 2019
    KB4505658
    Resolved
    KB4511553
    August 13, 2019
    10:00 AM PT
    Startup to a black screen after installing updates
    Your device may startup to a black screen during the first logon after installing updates.

    See details >
    OS Build 17763.557

    June 11, 2019
    KB4503327
    Mitigated
    June 14, 2019
    04:41 PM PT
    Devices with some Asian language packs installed may receive an error
    After installing the KB4493509 devices with some Asian language packs installed may receive the error, \"0x800f0982 - PSFX_E_MATCHING_COMPONENT_NOT_F

    See details >
    OS Build 17763.437

    April 09, 2019
    KB4493509
    Mitigated
    May 03, 2019
    10:59 AM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Certain operations, such as rename, performed on files or folders on a Cluster Shared Volume (CSV) may fail with the error, \"STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5)\".

    See details >
    OS Build 17763.253

    January 08, 2019
    KB4480116
    Mitigated
    April 09, 2019
    10:00 AM PT
    - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524148.

    Back to top
    OS Build 17763.740

    September 23, 2019
    KB4522015
    Resolved
    KB4524148
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4519338.

    Back to top
    OS Build 17763.740

    September 23, 2019
    KB4522015
    Resolved
    KB4519338
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) may become unresponsive or may have high CPU usage. Affected IMEs include Chinese Simplified (ChsIME.EXE) and Chinese Traditional (ChtIME.EXE) with Changjie/Quick keyboard.


    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016

    Resolution: Due to security related changes in KB4512578, this issue may occur when Touch Keyboard and Handwriting Panel Service is not configured to its default startup type of Manual. To resolve the issue, perform the following steps:
    1. Select the Start button and type Services.
    2. Locate Touch Keyboard and Handwriting Panel Service and double click on it or long press and select Properties.
    3. Locate Startup type: and change it to Manual
    4. Select Ok
    5. The TabletInputService service is now in the default configuration and IME should work as expected.

    Back to top
    OS Build 17763.737

    September 10, 2019
    KB4512578
    Resolved
    Resolved:
    September 19, 2019
    04:08 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    Windows Mixed Reality Portal users may intermittently receive a 15-5 error code
    After installing KB4511553, Windows Mixed Reality Portal users may intermittently receive a 15-5 error code. In some cases, Windows Mixed Reality Portal may report that the headset is sleeping and pressing “Wake up” may appear to produce no action.

    Affected platforms:
    • Client: Windows 10, version 1809; Windows 10, version 1803
    Workaround: To mitigate the issue, use the following steps:
    1. Close the Windows Mixed Reality Portal, if it is running.
    2. Open Task Manager by selecting the Start button and typing Task Manager.
    3. In Task Manager under the Processes tab, right click or long press on “Windows Explorer” and select restart.
    4. You can now open the Windows Mixed Reality Portal.

    Next steps: We are working on a resolution and will provide an update in an upcoming release.

    Back to top
    OS Build 17763.678

    August 13, 2019
    KB4511553
    Mitigated
    Last updated:
    September 11, 2019
    05:32 PM PT

    Opened:
    September 11, 2019
    05:32 PM PT
    @@ -102,16 +101,6 @@ sections: " -- title: July 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after installation of KB4505658. Devices that are domain controllers or domain members are both affected.

    To safeguard your update experience, we have applied a compatibility hold on devices configured to use MIT Kerberos realm from being offered Windows 10, version 1903 or Windows Server, version 1903.

    Note If you are not sure if your device is affected, contact your administrator. Advanced users can check for “Define interoperable Kerberos v5 realm settings” policy under Computer Configuration -> Policies -> Administrative Templates > System -> Kerberos or check if this registry key exists:
    HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System\\Kerberos\\MitRealms
    -

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Resolution: This issue was resolved in KB4511553 and the safeguard hold has been removed. Please note, it can take up to 48 hours before you can update to offered Windows 10, version 1903 or Windows Server, version 1903.

    Back to top
    OS Build 17763.652

    July 22, 2019
    KB4505658
    Resolved
    KB4511553
    Resolved:
    August 13, 2019
    10:00 AM PT

    Opened:
    July 25, 2019
    06:10 PM PT
    - " - - title: June 2019 - items: - type: markdown diff --git a/windows/release-information/status-windows-10-1903.yml b/windows/release-information/status-windows-10-1903.yml index 661f11987d..fab48103a1 100644 --- a/windows/release-information/status-windows-10-1903.yml +++ b/windows/release-information/status-windows-10-1903.yml @@ -64,15 +64,13 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - + - - @@ -95,7 +93,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusLast updated
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 18362.357

    September 23, 2019
    KB4522016
    Resolved
    KB4524147
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 18362.357

    September 23, 2019
    KB4522016
    Resolved
    KB4517389
    October 08, 2019
    10:00 AM PT
    Audio in games is quiet or different than expected
    Microsoft has received reports that audio in certain games is quieter or different than expected.

    See details >
    OS Build 18362.356

    September 10, 2019
    KB4515384
    Resolved
    KB4517211
    September 26, 2019
    02:00 PM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >
    OS Build 18362.356

    September 10, 2019
    KB4515384
    Resolved
    September 19, 2019
    04:08 PM PT
    Some users report issues related to the Start menu and Windows Desktop Search
    Microsoft has received reports that a small number of users are having issues related to the Start menu and Windows Desktop Search.

    See details >
    OS Build 18362.356

    September 10, 2019
    KB4515384
    Resolved
    September 19, 2019
    04:58 PM PT
    Safeguard on certain devices with some Intel and Broadcom Wi-Fi adapters
    Microsoft and NEC have found incompatibility issues with some devices with Intel Centrino 6205/6235 and Broadcom 802.11ac Wi-Fi cards when running Windows 10, version 1903.

    See details >
    N/A

    Mitigated
    September 13, 2019
    05:25 PM PT
    Screenshots and Snips have an unnatural orange tint
    Users have reported an orange tint on Screenshots and Snips with the Lenovo Vantage app installed

    See details >
    OS Build 18362.356

    September 10, 2019
    KB4516115
    Resolved External
    September 11, 2019
    08:54 PM PT
    Windows Desktop Search may not return any results and may have high CPU usage
    Windows Desktop Search may not return any results and SearchUI.exe may have high CPU usage after installing KB4512941.

    See details >
    OS Build 18362.329

    August 30, 2019
    KB4512941
    Resolved
    KB4515384
    September 10, 2019
    10:00 AM PT
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after updating.

    See details >
    OS Build 18362.145

    May 29, 2019
    KB4497935
    Resolved
    KB4512941
    August 30, 2019
    10:00 AM PT
    Issues updating when certain versions of Intel storage drivers are installed
    Certain versions of Intel Rapid Storage Technology (Intel RST) drivers may cause updating to Windows 10, version 1903 to fail.

    See details >
    OS Build 18362.145

    May 29, 2019
    KB4497935
    Resolved
    KB4512941
    August 30, 2019
    10:00 AM PT
    Updates may fail to install and you may receive Error 0x80073701
    Installation of updates may fail and you may receive an error, \"Updates Failed, There were problems installing some updates, but we'll try again later\" and \"Error 0x80073701.\"

    See details >
    OS Build 18362.145

    May 29, 2019
    KB4497935
    Investigating
    August 16, 2019
    04:28 PM PT
    Intermittent loss of Wi-Fi connectivity
    Some older devices may experience loss of Wi-Fi connectivity due to an outdated Qualcomm driver.

    See details >
    OS Build 18362.116

    May 21, 2019
    KB4505057
    Mitigated External
    August 01, 2019
    08:44 PM PT
    Gamma ramps, color profiles, and night light settings do not apply in some cases
    Microsoft has identified some scenarios where gamma ramps, color profiles and night light settings may stop working.

    See details >
    OS Build 18362.116

    May 21, 2019
    KB4505057
    Mitigated
    August 01, 2019
    06:27 PM PT
    - + @@ -119,9 +117,6 @@ sections: - type: markdown text: "
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524147.

    Back to top
    OS Build 18362.357

    September 23, 2019
    KB4522016
    Resolved
    KB4524147
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4517389.

    Back to top
    OS Build 18362.357

    September 23, 2019
    KB4522016
    Resolved
    KB4517389
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Audio in games is quiet or different than expected
    Microsoft has received reports that audio in certain games is quieter or different than expected. At the request of some of our audio partners, we implemented a compatibility change that enabled certain games to query support and render multi-channel audio. Due to customer feedback, we are reverting this change as some games and some devices are not rendering multi-channel audio as expected. This may result in games sounding different than customers are used to and may have missing channels.

    Affected platforms:
    • Client: Windows 10, version 1903
    Resolution: This issue was resolved in KB4517211.

    Back to top
    OS Build 18362.356

    September 10, 2019
    KB4515384
    Resolved
    KB4517211
    Resolved:
    September 26, 2019
    02:00 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) may become unresponsive or may have high CPU usage. Affected IMEs include Chinese Simplified (ChsIME.EXE) and Chinese Traditional (ChtIME.EXE) with Changjie/Quick keyboard.


    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016

    Resolution: Due to security related changes in KB4515384, this issue may occur when Touch Keyboard and Handwriting Panel Service is not configured to its default startup type of Manual. To resolve the issue, perform the following steps:
    1. Select the Start button and type Services.
    2. Locate Touch Keyboard and Handwriting Panel Service and double click on it or long press and select Properties.
    3. Locate Startup type: and change it to Manual
    4. Select Ok
    5. The TabletInputService service is now in the default configuration and IME should work as expected.

    Back to top
    OS Build 18362.356

    September 10, 2019
    KB4515384
    Resolved
    Resolved:
    September 19, 2019
    04:08 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    Some users report issues related to the Start menu and Windows Desktop Search
    Microsoft has received reports that a small number of users are having issues related to the Start menu and Windows Desktop Search.

    Affected platforms:
    • Client: Windows 10, version 1903
    Resolution: At this time, Microsoft has not found a Search or Start issue significantly impacting users originating from KB4515384. We will continue monitoring to ensure users have a high-quality experience when interacting with these areas. If you are currently having issues, we recommend you to take a moment to report it in via the Feedback Hub (Windows + F) then try the Windows 10 Troubleshoot settings (found in Settings). If you are having an issue with search, see Fix problems in Windows Search.

    Back to top
    OS Build 18362.356

    September 10, 2019
    KB4515384
    Resolved
    Resolved:
    September 19, 2019
    04:58 PM PT

    Opened:
    September 11, 2019
    05:18 PM PT
    - -
    DetailsOriginating updateStatusHistory
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after installation of KB4497935. Devices that are domain controllers or domain members are both affected.

    To safeguard your update experience, we have applied a compatibility hold on devices configured to use MIT Kerberos realm from being offered Windows 10, version 1903 or Windows Server, version 1903.

    Note If you are not sure if your device is affected, contact your administrator. Advanced users can check for “Define interoperable Kerberos v5 realm settings” policy under Computer Configuration -> Policies -> Administrative Templates > System -> Kerberos or check if this registry key exists:
    HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System\\Kerberos\\MitRealms
    -

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Resolution: This issue was resolved in KB4512941 and the safeguard hold has been removed. Please note, it can take up to 48 hours before you can update to offered Windows 10, version 1903 or Windows Server, version 1903.

    Back to top
    OS Build 18362.145

    May 29, 2019
    KB4497935
    Resolved
    KB4512941
    Resolved:
    August 30, 2019
    10:00 AM PT

    Opened:
    July 25, 2019
    06:10 PM PT
    Issues updating when certain versions of Intel storage drivers are installed
    Intel and Microsoft have found incompatibility issues with certain versions of the Intel Rapid Storage Technology (Intel RST) drivers and the Windows 10 May 2019 Update (Windows 10, version 1903).  

    To safeguard your update experience, we have applied a compatibility hold on devices with Intel RST drivers, versions 15.1.0.1002 through version 15.5.2.1053 installed from installing or being offered Windows 10, version 1903 or Windows Server, version 1903, until the driver has been updated.

    Versions 15.5.2.1054 or later are compatible, and a device that has these drivers installed can install the Windows 10 May 2019 Update. For affected devices, the recommended version is 15.9.8.1050.

    Affected platforms:
    • Client: Windows 10, version 1903
    • Server: Windows Server, version 1903
    Resolution: This issue was resolved in KB4512941 and the safeguard hold has been removed. Please note, it can take up to 48 hours before you can update to Windows 10, version 1903.

    Back to top
    OS Build 18362.145

    May 29, 2019
    KB4497935
    Resolved
    KB4512941
    Resolved:
    August 30, 2019
    10:00 AM PT

    Opened:
    July 25, 2019
    06:10 PM PT
    The dGPU may occasionally disappear from device manager on Surface Book 2 with dGPU
    Microsoft has identified a compatibility issue on some Surface Book 2 devices configured with Nvidia discrete graphics processing unit (dGPU). After updating to Windows 10, version 1903 (May 2019 Feature Update), some apps or games that needs to perform graphics intensive operations may close or fail to open.

    To safeguard your update experience, we have applied a compatibility hold on Surface Book 2 devices with Nvidia dGPUs from being offered Windows 10, version 1903, until this issue is resolved.

    Affected platforms:
    • Client: Windows 10, version 1903
    Workaround: To mitigate the issue if you are already on Windows 10, version 1903, you can restart the device or select the Scan for hardware changes button in the Action menu or on the toolbar in Device Manager.

    Note We recommend that you do not attempt to manually update using the Update now button or the Media Creation Tool until this issue has been resolved.

    Next steps: We are working on a resolution and will provide an update in an upcoming release.

    Back to top
    OS Build 18362.145

    May 29, 2019
    KB4497935
    Investigating
    Last updated:
    July 16, 2019
    09:04 AM PT

    Opened:
    July 12, 2019
    04:20 PM PT
    " diff --git a/windows/release-information/status-windows-7-and-windows-server-2008-r2-sp1.yml b/windows/release-information/status-windows-7-and-windows-server-2008-r2-sp1.yml index 1f1610c028..3d71ca817a 100644 --- a/windows/release-information/status-windows-7-and-windows-server-2008-r2-sp1.yml +++ b/windows/release-information/status-windows-7-and-windows-server-2008-r2-sp1.yml @@ -60,7 +60,7 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - +
    SummaryOriginating updateStatusLast updated
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516048
    Resolved
    KB4524157
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516048
    Resolved
    KB4519976
    October 08, 2019
    10:00 AM PT
    You may receive an error when opening or using the Toshiba Qosmio AV Center
    Toshiba Qosmio AV Center may error when opening and you may also receive an error in Event Log related to cryptnet.dll.

    See details >
    August 13, 2019
    KB4512506
    Resolved
    KB4516048
    September 24, 2019
    10:00 AM PT
    IA64 and x64 devices may fail to start after installing updates
    After installing updates released on or after August 13, 2019, IA64 and x64 devices using EFI Boot may fail to start.

    See details >
    August 13, 2019
    KB4512506
    Mitigated
    August 17, 2019
    12:59 PM PT
    @@ -78,7 +78,7 @@ sections: - type: markdown text: " - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524157. If you are using Security Only updates, see KB4524135 for resolving KB for your platform.

    Back to top
    September 24, 2019
    KB4516048
    Resolved
    KB4524157
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4519976. If you are using Security Only updates, see KB4519974 for resolving KB for your platform.

    Back to top
    September 24, 2019
    KB4516048
    Resolved
    KB4519976
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    You may receive an error when opening or using the Toshiba Qosmio AV Center
    After installing KB4512506, you may receive an error when opening or using the Toshiba Qosmio AV Center. You may also receive an error in Event Log related to cryptnet.dll.

    Affected platforms:
    • Client: Windows 7 SP1
    Resolution: This issue was resolved in KB4516048.

    Back to top
    August 13, 2019
    KB4512506
    Resolved
    KB4516048
    Resolved:
    September 24, 2019
    10:00 AM PT

    Opened:
    September 10, 2019
    09:48 AM PT
    " diff --git a/windows/release-information/status-windows-8.1-and-windows-server-2012-r2.yml b/windows/release-information/status-windows-8.1-and-windows-server-2012-r2.yml index d974923d48..a95d9775c6 100644 --- a/windows/release-information/status-windows-8.1-and-windows-server-2012-r2.yml +++ b/windows/release-information/status-windows-8.1-and-windows-server-2012-r2.yml @@ -60,7 +60,7 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - + @@ -79,7 +79,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusLast updated
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516041
    Resolved
    KB4524156
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516041
    Resolved
    KB4520005
    October 08, 2019
    10:00 AM PT
    Windows RT 8.1 devices may have issues opening Internet Explorer 11
    On Windows RT 8.1 devices, Internet Explorer 11 may not open and you may receive an error.

    See details >
    September 10, 2019
    KB4516067
    Resolved
    KB4516041
    September 24, 2019
    10:00 AM PT
    Japanese IME doesn't show the new Japanese Era name as a text input option
    If previous dictionary updates are installed, the Japanese input method editor (IME) doesn't show the new Japanese Era name as a text input option.

    See details >
    April 25, 2019
    KB4493443
    Mitigated
    May 15, 2019
    05:53 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Certain operations, such as rename, performed on files or folders on a Cluster Shared Volume (CSV) may fail with the error, “STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5)”.

    See details >
    January 08, 2019
    KB4480963
    Mitigated
    April 25, 2019
    02:00 PM PT
    - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524156. If you are using Security Only updates, see KB4524135 for resolving KB for your platform.

    Back to top
    September 24, 2019
    KB4516041
    Resolved
    KB4524156
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520005. If you are using Security Only updates, see KB4519974 for resolving KB for your platform.

    Back to top
    September 24, 2019
    KB4516041
    Resolved
    KB4520005
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Windows RT 8.1 devices may have issues opening Internet Explorer 11
    On Windows 8.1 RT devices, Internet Explorer 11 may not open and you may receive the error, \"C:\\Program Files\\Internet Explorer\\iexplore.exe: A certificate was explicitly revoked by its issuer.\"


    Affected platforms:
    • Client: Windows RT 8.1
    Resolution: This issue was resolved in KB4516041.

    Back to top
    September 10, 2019
    KB4516067
    Resolved
    KB4516041
    Resolved:
    September 24, 2019
    10:00 AM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    " diff --git a/windows/release-information/status-windows-server-2008-sp2.yml b/windows/release-information/status-windows-server-2008-sp2.yml index 0eee091e73..fda671a495 100644 --- a/windows/release-information/status-windows-server-2008-sp2.yml +++ b/windows/release-information/status-windows-server-2008-sp2.yml @@ -60,7 +60,7 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - +
    SummaryOriginating updateStatusLast updated
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516030
    Resolved
    KB4524135
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516030
    Resolved
    KB4520002
    October 08, 2019
    10:00 AM PT
    Issues manually installing updates by double-clicking the .msu file
    You may encounter issues manually installing updates by double-clicking the .msu file and may receive an error.

    See details >
    September 10, 2019
    KB4474419
    Mitigated
    KB4474419
    September 24, 2019
    08:17 AM PT
    " @@ -77,7 +77,7 @@ sections: - type: markdown text: " - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524135.

    Back to top
    September 24, 2019
    KB4516030
    Resolved
    KB4524135
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520002. If you are using Security Only updates, see KB4519974 for resolving KB for your platform.

    Back to top
    September 24, 2019
    KB4516030
    Resolved
    KB4520002
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Issues manually installing updates by double-clicking the .msu file
    After installing the SHA-2 update (KB4474419) released on September 10, 2019, you may encounter issues manually installing updates by double-clicking on the .msu file and may receive the error, \"Installer encountered an error: 0x80073afc. The resource loader failed to find MUI file.\"

    Affected platforms:
    • Server: Windows Server 2008 SP2
    Workaround: Open a command prompt and use the following command (replacing <msu location> with the actual location and filename of the update): wusa.exe <msu location> /quiet

    Resolution: This issue is resolved in KB4474419 released September 23, 2019. Currently, this version is only available from the Microsoft Update Catalog. To resolve this issue, you will need to manually download the package and use the workaround above to install it.

    Next steps: We estimate a solution will be available in mid-October on Windows Update and Windows Server Update Services (WSUS).

    Back to top
    September 10, 2019
    KB4474419
    Mitigated
    KB4474419
    Last updated:
    September 24, 2019
    08:17 AM PT

    Opened:
    September 20, 2019
    04:57 PM PT
    " diff --git a/windows/release-information/status-windows-server-2012.yml b/windows/release-information/status-windows-server-2012.yml index f22c434757..f472c2357e 100644 --- a/windows/release-information/status-windows-server-2012.yml +++ b/windows/release-information/status-windows-server-2012.yml @@ -60,7 +60,7 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - +
    SummaryOriginating updateStatusLast updated
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516069
    Resolved
    KB4524154
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516069
    Resolved
    KB4520007
    October 08, 2019
    10:00 AM PT
    Japanese IME doesn't show the new Japanese Era name as a text input option
    If previous dictionary updates are installed, the Japanese input method editor (IME) doesn't show the new Japanese Era name as a text input option.

    See details >
    April 25, 2019
    KB4493462
    Mitigated
    May 15, 2019
    05:53 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Certain operations, such as rename, performed on files or folders on a Cluster Shared Volume (CSV) may fail with the error, “STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5)”.

    See details >
    January 08, 2019
    KB4480975
    Mitigated
    April 25, 2019
    02:00 PM PT
    @@ -78,7 +78,7 @@ sections: - type: markdown text: " - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524154. If you are using Security Only updates, see KB4524135 for resolving KB for your platform.

    Back to top
    September 24, 2019
    KB4516069
    Resolved
    KB4524154
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520007. If you are using Security Only updates, see KB4519974 for resolving KB for your platform.

    Back to top
    September 24, 2019
    KB4516069
    Resolved
    KB4520007
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    " diff --git a/windows/release-information/windows-message-center.yml b/windows/release-information/windows-message-center.yml index 2d377d5542..5041d4ac98 100644 --- a/windows/release-information/windows-message-center.yml +++ b/windows/release-information/windows-message-center.yml @@ -50,6 +50,7 @@ sections: text: " + From 986c5e95068e7d629eaeddf9f8a12a4d968894a8 Mon Sep 17 00:00:00 2001 From: denisebmsft Date: Tue, 8 Oct 2019 09:41:08 -0700 Subject: [PATCH 129/191] Update .openpublishing.redirection.json --- .openpublishing.redirection.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index c840a81fdf..3aee65e481 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -15240,6 +15240,11 @@ "source_path": "education/get-started/use-school-data-sync.md", "redirect_url": "https://docs.microsoft.com/microsoft-365/education/deploy/school-data-sync", "redirect_document_id": false +}, +{ +"source_path": "windows/security/threat-protection/windows-defender-exploit-guard/controlled-folders-exploit-guard.md", +"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/controlled-folders", +"redirect_document_id": true } ] } From 2c6ea8d4d2b3d432f4ea22b1e919fc8bb58dccca Mon Sep 17 00:00:00 2001 From: denisebmsft Date: Tue, 8 Oct 2019 09:42:05 -0700 Subject: [PATCH 130/191] Update .openpublishing.redirection.json --- .openpublishing.redirection.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index 3aee65e481..a252092eee 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -15245,6 +15245,11 @@ "source_path": "windows/security/threat-protection/windows-defender-exploit-guard/controlled-folders-exploit-guard.md", "redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/controlled-folders", "redirect_document_id": true +}, +{ +"source_path": "windows/security/threat-protection/windows-defender-exploit-guard/attack-surface-reduction-exploit-guard.md", +"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/exploit-protection", +"redirect_document_id": true } ] } From f3a6eb57e4e2ab08063b22c9bc8f1527940a3558 Mon Sep 17 00:00:00 2001 From: denisebmsft Date: Tue, 8 Oct 2019 09:43:00 -0700 Subject: [PATCH 131/191] Update .openpublishing.redirection.json --- .openpublishing.redirection.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index a252092eee..108572b084 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -15250,6 +15250,11 @@ "source_path": "windows/security/threat-protection/windows-defender-exploit-guard/attack-surface-reduction-exploit-guard.md", "redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/exploit-protection", "redirect_document_id": true +}, +{ +"source_path": "windows/security/threat-protection/windows-defender-exploit-guard/network-protection-exploit-guard.md", +"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/network-protection", +"redirect_document_id": true } ] } From 312c6398fecf342125e065e3b0e2aba0736d6dae Mon Sep 17 00:00:00 2001 From: denisebmsft Date: Tue, 8 Oct 2019 09:57:59 -0700 Subject: [PATCH 132/191] Update .openpublishing.redirection.json --- .openpublishing.redirection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index 108572b084..0cb6dda549 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -847,7 +847,7 @@ }, { "source_path": "windows/threat-protection/windows-defender-exploit-guard/windows-defender-exploit-guard.md", -"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/windows-defender-exploit-guard/windows-defender-exploit-guard", +"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/exploit-protection", "redirect_document_id": true }, { From 9bb79b15cb069f61edac34513b6448a9a6be26e2 Mon Sep 17 00:00:00 2001 From: John Liu <49762389+ShenLanJohn@users.noreply.github.com> Date: Tue, 8 Oct 2019 10:00:31 -0700 Subject: [PATCH 133/191] CAT Auto Pulish for Windows Release Messages - CAT_AutoPublish_20191008083024 (#1294) (#1295) --- .../resolved-issues-windows-10-1507.yml | 4 ++-- .../resolved-issues-windows-10-1607.yml | 4 ++-- .../resolved-issues-windows-10-1703.yml | 4 ++-- .../resolved-issues-windows-10-1709.yml | 4 ++-- .../resolved-issues-windows-10-1803.yml | 4 ++-- ...es-windows-10-1809-and-windows-server-2019.yml | 4 ++-- .../resolved-issues-windows-10-1903.yml | 4 ++-- ...s-windows-7-and-windows-server-2008-r2-sp1.yml | 4 ++-- ...ues-windows-8.1-and-windows-server-2012-r2.yml | 4 ++-- .../resolved-issues-windows-server-2008-sp2.yml | 4 ++-- .../resolved-issues-windows-server-2012.yml | 4 ++-- .../status-windows-10-1507.yml | 4 ++-- ...us-windows-10-1607-and-windows-server-2016.yml | 15 ++------------- .../status-windows-10-1703.yml | 15 ++------------- .../status-windows-10-1709.yml | 15 ++------------- .../status-windows-10-1803.yml | 15 ++------------- ...us-windows-10-1809-and-windows-server-2019.yml | 15 ++------------- .../status-windows-10-1903.yml | 9 ++------- ...s-windows-7-and-windows-server-2008-r2-sp1.yml | 4 ++-- ...tus-windows-8.1-and-windows-server-2012-r2.yml | 4 ++-- .../status-windows-server-2008-sp2.yml | 4 ++-- .../status-windows-server-2012.yml | 4 ++-- .../windows-message-center.yml | 1 + 23 files changed, 45 insertions(+), 104 deletions(-) diff --git a/windows/release-information/resolved-issues-windows-10-1507.yml b/windows/release-information/resolved-issues-windows-10-1507.yml index 1b60cb6d84..4b08bb66bc 100644 --- a/windows/release-information/resolved-issues-windows-10-1507.yml +++ b/windows/release-information/resolved-issues-windows-10-1507.yml @@ -32,7 +32,7 @@ sections: - type: markdown text: "
    MessageDate
    Take Action: October 2019 security update available for all supported versions of Windows
    The October 2019 security update release, referred to as our “B” release, is now available for Windows 10, version 1903 and all supported versions of Windows. We recommend that you install these updates promptly. For more information on the different types of monthly quality updates, see our Windows 10 update servicing cadence primer. To be informed about the latest updates and releases, follow us on Twitter @WindowsUpdate.
     
    October 08, 2019
    08:00 AM PT
    Take action: Security update available for all supported versions of Windows
    On October 3, 2019, Microsoft expanded delivery of the out-of-band Internet Explorer scripting engine security vulnerability (CVE-2019-1367) update released on September 23, 2019 to Windows Update and Windows Server Update Services (WSUS). This is now a required security update for all supported versions of Windows as it includes the Internet Explorer scripting engine vulnerability mitigation and corrects a recent printing issue some users have experienced. All customers using Windows Update or WSUS will be offered this update automatically. We recommend that you install this update as soon as a possible, then restart your PC to fully apply the mitigations and help secure your devices. As with all cumulative updates, this update supersedes any preceding update.
     
    Note: This update does not replace the standard October 2019 monthly security update release, which is scheduled for October 8, 2019.
    October 03, 2019
    08:00 AM PT
    September 2019 Windows 10, version 1903 \"D\" optional release is available
    The September 2019 optional monthly “D” release for Windows 10, version 1903 is now available. For more information on the different types of monthly quality updates, see our Windows 10 update servicing cadence primer. Follow @WindowsUpdate for the latest on the availability of this release.
    September 26, 2019
    02:00 PM PT
    Status update: September 2019 Windows \"C\" optional release available
    The September 2019 optional monthly “C” release for all supported versions of Windows is now available. For more information on the different types of monthly quality updates, see our Windows 10 update servicing cadence primer. Follow @WindowsUpdate for the latest on the availability of this release.
    September 24, 2019
    08:10 AM PT
    - + @@ -55,7 +55,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusDate resolved
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 10240.18334

    September 23, 2019
    KB4522009
    Resolved
    KB4524153
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 10240.18334

    September 23, 2019
    KB4522009
    Resolved
    KB4520011
    October 08, 2019
    10:00 AM PT
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and VBScript may stop responding and you may receive an error.

    See details >
    OS Build 10240.18305

    August 13, 2019
    KB4512497
    Resolved
    KB4517276
    August 17, 2019
    02:00 PM PT
    MacOS may be unable to access network shares via CIFS or SMBv1 on Windows devices
    You may receive an error on MacOS when trying to access network shares via CIFS or SMBv1 on Windows devices that installed updates on June 11, 2019 or later.

    See details >
    OS Build 10240.18244

    June 11, 2019
    KB4503291
    Resolved External
    August 09, 2019
    07:03 PM PT
    Event Viewer may close or you may receive an error when using Custom Views
    When trying to expand, view or create Custom Views in Event Viewer, you may receive an error and the app may stop responding or close.

    See details >
    OS Build 10240.18244

    June 11, 2019
    KB4503291
    Resolved
    KB4507458
    July 09, 2019
    10:00 AM PT
    - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524153.

    Back to top
    OS Build 10240.18334

    September 23, 2019
    KB4522009
    Resolved
    KB4524153
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520011.

    Back to top
    OS Build 10240.18334

    September 23, 2019
    KB4522009
    Resolved
    KB4520011
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    " diff --git a/windows/release-information/resolved-issues-windows-10-1607.yml b/windows/release-information/resolved-issues-windows-10-1607.yml index f6d0389a8b..e716f09b5f 100644 --- a/windows/release-information/resolved-issues-windows-10-1607.yml +++ b/windows/release-information/resolved-issues-windows-10-1607.yml @@ -32,7 +32,7 @@ sections: - type: markdown text: " - + @@ -71,7 +71,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusDate resolved
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 14393.3206

    September 23, 2019
    KB4522010
    Resolved
    KB4524152
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 14393.3206

    September 23, 2019
    KB4522010
    Resolved
    KB4519998
    October 08, 2019
    10:00 AM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >
    OS Build 14393.3204

    September 10, 2019
    KB4516044
    Resolved
    September 17, 2019
    04:47 PM PT
    Apps and scripts using the NetQueryDisplayInformation API may fail with error
    Applications and scripts that call the NetQueryDisplayInformation API or the WinNT provider equivalent may fail to return results after the first page of data.

    See details >
    OS Build 14393.3053

    June 18, 2019
    KB4503294
    Resolved
    KB4516044
    September 10, 2019
    10:00 AM PT
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after updating.

    See details >
    OS Build 14393.3115

    July 16, 2019
    KB4507459
    Resolved
    KB4512517
    August 13, 2019
    10:00 AM PT
    - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524152.

    Back to top
    OS Build 14393.3206

    September 23, 2019
    KB4522010
    Resolved
    KB4524152
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4519998.

    Back to top
    OS Build 14393.3206

    September 23, 2019
    KB4522010
    Resolved
    KB4519998
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) may become unresponsive or may have high CPU usage. Affected IMEs include Chinese Simplified (ChsIME.EXE) and Chinese Traditional (ChtIME.EXE) with Changjie/Quick keyboard.


    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Resolution: After investigation, we have found that this issue does not affect this version of Windows.

    Back to top
    OS Build 14393.3204

    September 10, 2019
    KB4516044
    Resolved
    Resolved:
    September 17, 2019
    04:47 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    " diff --git a/windows/release-information/resolved-issues-windows-10-1703.yml b/windows/release-information/resolved-issues-windows-10-1703.yml index 4478c0a447..3417779bd7 100644 --- a/windows/release-information/resolved-issues-windows-10-1703.yml +++ b/windows/release-information/resolved-issues-windows-10-1703.yml @@ -32,7 +32,7 @@ sections: - type: markdown text: " - + @@ -62,7 +62,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusDate resolved
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 15063.2046

    September 23, 2019
    KB4522011
    Resolved
    KB4524151
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 15063.2046

    September 23, 2019
    KB4522011
    Resolved
    KB4520010
    October 08, 2019
    10:00 AM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >
    OS Build 15063.2045

    September 10, 2019
    KB4516068
    Resolved
    September 17, 2019
    04:47 PM PT
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after updating.

    See details >
    OS Build 15063.1955

    July 16, 2019
    KB4507467
    Resolved
    KB4512507
    August 13, 2019
    10:00 AM PT
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and VBScript may stop responding and you may receive an error.

    See details >
    OS Build 15063.1988

    August 13, 2019
    KB4512507
    Resolved
    KB4512474
    August 17, 2019
    02:00 PM PT
    - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524151.

    Back to top
    OS Build 15063.2046

    September 23, 2019
    KB4522011
    Resolved
    KB4524151
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520010.

    Back to top
    OS Build 15063.2046

    September 23, 2019
    KB4522011
    Resolved
    KB4520010
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) may become unresponsive or may have high CPU usage. Affected IMEs include Chinese Simplified (ChsIME.EXE) and Chinese Traditional (ChtIME.EXE) with Changjie/Quick keyboard.


    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Resolution: After investigation, we have found that this issue does not affect this version of Windows.

    Back to top
    OS Build 15063.2045

    September 10, 2019
    KB4516068
    Resolved
    Resolved:
    September 17, 2019
    04:47 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    " diff --git a/windows/release-information/resolved-issues-windows-10-1709.yml b/windows/release-information/resolved-issues-windows-10-1709.yml index f74e209cd0..edf606e491 100644 --- a/windows/release-information/resolved-issues-windows-10-1709.yml +++ b/windows/release-information/resolved-issues-windows-10-1709.yml @@ -32,7 +32,7 @@ sections: - type: markdown text: " - + @@ -64,7 +64,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusDate resolved
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 16299.1392

    September 23, 2019
    KB4522012
    Resolved
    KB4524150
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 16299.1392

    September 23, 2019
    KB4522012
    Resolved
    KB4520004
    October 08, 2019
    10:00 AM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >
    OS Build 16299.1387

    September 10, 2019
    KB4516066
    Resolved
    September 19, 2019
    04:08 PM PT
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after updating.

    See details >
    OS Build 16299.1296

    July 16, 2019
    KB4507465
    Resolved
    KB4512516
    August 13, 2019
    10:00 AM PT
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using Preboot Execution Environment (PXE) images from Windows Deployment Services (WDS) may fail to start with error \"0xc0000001.\"

    See details >
    OS Build 16299.1217

    June 11, 2019
    KB4503284
    Resolved
    KB4512494
    August 16, 2019
    02:00 PM PT
    - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524150.

    Back to top
    OS Build 16299.1392

    September 23, 2019
    KB4522012
    Resolved
    KB4524150
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520004.

    Back to top
    OS Build 16299.1392

    September 23, 2019
    KB4522012
    Resolved
    KB4520004
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) may become unresponsive or may have high CPU usage. Affected IMEs include Chinese Simplified (ChsIME.EXE) and Chinese Traditional (ChtIME.EXE) with Changjie/Quick keyboard.


    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016

    Resolution: Due to security related changes in KB4516066, this issue may occur when Touch Keyboard and Handwriting Panel Service is not configured to its default startup type of Manual. To resolve the issue, perform the following steps:
    1. Select the Start button and type Services.
    2. Locate Touch Keyboard and Handwriting Panel Service and double click on it or long press and select Properties.
    3. Locate Startup type: and change it to Manual
    4. Select Ok
    5. The TabletInputService service is now in the default configuration and IME should work as expected.

    Back to top
    OS Build 16299.1387

    September 10, 2019
    KB4516066
    Resolved
    Resolved:
    September 19, 2019
    04:08 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    " diff --git a/windows/release-information/resolved-issues-windows-10-1803.yml b/windows/release-information/resolved-issues-windows-10-1803.yml index a1829db162..88242a7ce0 100644 --- a/windows/release-information/resolved-issues-windows-10-1803.yml +++ b/windows/release-information/resolved-issues-windows-10-1803.yml @@ -32,7 +32,7 @@ sections: - type: markdown text: " - + @@ -65,7 +65,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusDate resolved
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 17134.1009

    September 23, 2019
    KB4522014
    Resolved
    KB4524149
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 17134.1009

    September 23, 2019
    KB4522014
    Resolved
    KB4520008
    October 08, 2019
    10:00 AM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >
    OS Build 17134.1006

    September 10, 2019
    KB4516058
    Resolved
    September 19, 2019
    04:08 PM PT
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after updating.

    See details >
    OS Build 17134.915

    July 16, 2019
    KB4507466
    Resolved
    KB4512501
    August 13, 2019
    10:00 AM PT
    Notification issue: \"Your device is missing important security and quality fixes.\"
    Some users may have incorrectly received the notification \"Your device is missing important security and quality fixes.\"

    See details >
    N/A

    Resolved
    September 03, 2019
    12:32 PM PT
    - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524149.

    Back to top
    OS Build 17134.1009

    September 23, 2019
    KB4522014
    Resolved
    KB4524149
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520008.

    Back to top
    OS Build 17134.1009

    September 23, 2019
    KB4522014
    Resolved
    KB4520008
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) may become unresponsive or may have high CPU usage. Affected IMEs include Chinese Simplified (ChsIME.EXE) and Chinese Traditional (ChtIME.EXE) with Changjie/Quick keyboard.


    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016

    Resolution: Due to security related changes in KB4516058, this issue may occur when Touch Keyboard and Handwriting Panel Service is not configured to its default startup type of Manual. To resolve the issue, perform the following steps:
    1. Select the Start button and type Services.
    2. Locate Touch Keyboard and Handwriting Panel Service and double click on it or long press and select Properties.
    3. Locate Startup type: and change it to Manual
    4. Select Ok
    5. The TabletInputService service is now in the default configuration and IME should work as expected.

    Back to top
    OS Build 17134.1006

    September 10, 2019
    KB4516058
    Resolved
    Resolved:
    September 19, 2019
    04:08 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    Notification issue: \"Your device is missing important security and quality fixes.\"
    Some users may have incorrectly received the notification \"Your device is missing important security and quality fixes\" in the Windows Update dialog and a red \"!\" in the task tray on the Windows Update tray icon. This notification is intended for devices that are 90 days or more out of date, but some users with installed updates released in June or July also saw this notification.

    Affected platforms:
    • Client: Windows 10, version 1803
    • Server: Windows Server, version 1803
    Resolution: This issue was resolved on the server side on August 30, 2019. Only devices that are out of date by 90 days or more should now see the notification. No action is required by the user to resolve this issue. If you are still seeing the \"Your device is missing important security and quality fixes\" notification, we recommend selecting Check for Updates in the Windows Update dialog. For instructions, see Update Windows 10. Microsoft always recommends trying to keep your devices up to date, as the monthly updates contain important security fixes. 

    Back to top
    N/A

    Resolved
    Resolved:
    September 03, 2019
    12:32 PM PT

    Opened:
    September 03, 2019
    12:32 PM PT
    diff --git a/windows/release-information/resolved-issues-windows-10-1809-and-windows-server-2019.yml b/windows/release-information/resolved-issues-windows-10-1809-and-windows-server-2019.yml index 141d598e3f..f51a44421a 100644 --- a/windows/release-information/resolved-issues-windows-10-1809-and-windows-server-2019.yml +++ b/windows/release-information/resolved-issues-windows-10-1809-and-windows-server-2019.yml @@ -32,7 +32,7 @@ sections: - type: markdown text: " - + @@ -72,7 +72,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusDate resolved
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 17763.740

    September 23, 2019
    KB4522015
    Resolved
    KB4524148
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 17763.740

    September 23, 2019
    KB4522015
    Resolved
    KB4519338
    October 08, 2019
    10:00 AM PT
    Apps and scripts using the NetQueryDisplayInformation API may fail with error
    Applications and scripts that call the NetQueryDisplayInformation API or the WinNT provider equivalent may fail to return results after the first page of data.

    See details >
    OS Build 17763.55

    October 09, 2018
    KB4464330
    Resolved
    KB4516077
    September 24, 2019
    10:00 AM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >
    OS Build 17763.737

    September 10, 2019
    KB4512578
    Resolved
    September 19, 2019
    04:08 PM PT
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after updating.

    See details >
    OS Build 17763.652

    July 22, 2019
    KB4505658
    Resolved
    KB4511553
    August 13, 2019
    10:00 AM PT
    - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524148.

    Back to top
    OS Build 17763.740

    September 23, 2019
    KB4522015
    Resolved
    KB4524148
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4519338.

    Back to top
    OS Build 17763.740

    September 23, 2019
    KB4522015
    Resolved
    KB4519338
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) may become unresponsive or may have high CPU usage. Affected IMEs include Chinese Simplified (ChsIME.EXE) and Chinese Traditional (ChtIME.EXE) with Changjie/Quick keyboard.


    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016

    Resolution: Due to security related changes in KB4512578, this issue may occur when Touch Keyboard and Handwriting Panel Service is not configured to its default startup type of Manual. To resolve the issue, perform the following steps:
    1. Select the Start button and type Services.
    2. Locate Touch Keyboard and Handwriting Panel Service and double click on it or long press and select Properties.
    3. Locate Startup type: and change it to Manual
    4. Select Ok
    5. The TabletInputService service is now in the default configuration and IME should work as expected.

    Back to top
    OS Build 17763.737

    September 10, 2019
    KB4512578
    Resolved
    Resolved:
    September 19, 2019
    04:08 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    " diff --git a/windows/release-information/resolved-issues-windows-10-1903.yml b/windows/release-information/resolved-issues-windows-10-1903.yml index 110be2f42f..b8113225b2 100644 --- a/windows/release-information/resolved-issues-windows-10-1903.yml +++ b/windows/release-information/resolved-issues-windows-10-1903.yml @@ -32,7 +32,7 @@ sections: - type: markdown text: " - + @@ -70,7 +70,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusDate resolved
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 18362.357

    September 23, 2019
    KB4522016
    Resolved
    KB4524147
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 18362.357

    September 23, 2019
    KB4522016
    Resolved
    KB4517389
    October 08, 2019
    10:00 AM PT
    Audio in games is quiet or different than expected
    Microsoft has received reports that audio in certain games is quieter or different than expected.

    See details >
    OS Build 18362.356

    September 10, 2019
    KB4515384
    Resolved
    KB4517211
    September 26, 2019
    02:00 PM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >
    OS Build 18362.356

    September 10, 2019
    KB4515384
    Resolved
    September 19, 2019
    04:08 PM PT
    Some users report issues related to the Start menu and Windows Desktop Search
    Microsoft has received reports that a small number of users are having issues related to the Start menu and Windows Desktop Search.

    See details >
    OS Build 18362.356

    September 10, 2019
    KB4515384
    Resolved
    September 19, 2019
    04:58 PM PT
    - + diff --git a/windows/release-information/resolved-issues-windows-7-and-windows-server-2008-r2-sp1.yml b/windows/release-information/resolved-issues-windows-7-and-windows-server-2008-r2-sp1.yml index bd24de9f18..06de4933bb 100644 --- a/windows/release-information/resolved-issues-windows-7-and-windows-server-2008-r2-sp1.yml +++ b/windows/release-information/resolved-issues-windows-7-and-windows-server-2008-r2-sp1.yml @@ -32,7 +32,7 @@ sections: - type: markdown text: "
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524147.

    Back to top
    OS Build 18362.357

    September 23, 2019
    KB4522016
    Resolved
    KB4524147
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4517389.

    Back to top
    OS Build 18362.357

    September 23, 2019
    KB4522016
    Resolved
    KB4517389
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Audio in games is quiet or different than expected
    Microsoft has received reports that audio in certain games is quieter or different than expected. At the request of some of our audio partners, we implemented a compatibility change that enabled certain games to query support and render multi-channel audio. Due to customer feedback, we are reverting this change as some games and some devices are not rendering multi-channel audio as expected. This may result in games sounding different than customers are used to and may have missing channels.

    Affected platforms:
    • Client: Windows 10, version 1903
    Resolution: This issue was resolved in KB4517211.

    Back to top
    OS Build 18362.356

    September 10, 2019
    KB4515384
    Resolved
    KB4517211
    Resolved:
    September 26, 2019
    02:00 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) may become unresponsive or may have high CPU usage. Affected IMEs include Chinese Simplified (ChsIME.EXE) and Chinese Traditional (ChtIME.EXE) with Changjie/Quick keyboard.


    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016

    Resolution: Due to security related changes in KB4515384, this issue may occur when Touch Keyboard and Handwriting Panel Service is not configured to its default startup type of Manual. To resolve the issue, perform the following steps:
    1. Select the Start button and type Services.
    2. Locate Touch Keyboard and Handwriting Panel Service and double click on it or long press and select Properties.
    3. Locate Startup type: and change it to Manual
    4. Select Ok
    5. The TabletInputService service is now in the default configuration and IME should work as expected.

    Back to top
    OS Build 18362.356

    September 10, 2019
    KB4515384
    Resolved
    Resolved:
    September 19, 2019
    04:08 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    Some users report issues related to the Start menu and Windows Desktop Search
    Microsoft has received reports that a small number of users are having issues related to the Start menu and Windows Desktop Search.

    Affected platforms:
    • Client: Windows 10, version 1903
    Resolution: At this time, Microsoft has not found a Search or Start issue significantly impacting users originating from KB4515384. We will continue monitoring to ensure users have a high-quality experience when interacting with these areas. If you are currently having issues, we recommend you to take a moment to report it in via the Feedback Hub (Windows + F) then try the Windows 10 Troubleshoot settings (found in Settings). If you are having an issue with search, see Fix problems in Windows Search.

    Back to top
    OS Build 18362.356

    September 10, 2019
    KB4515384
    Resolved
    Resolved:
    September 19, 2019
    04:58 PM PT

    Opened:
    September 11, 2019
    05:18 PM PT
    - + @@ -66,7 +66,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusDate resolved
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516048
    Resolved
    KB4524157
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516048
    Resolved
    KB4519976
    October 08, 2019
    10:00 AM PT
    You may receive an error when opening or using the Toshiba Qosmio AV Center
    Toshiba Qosmio AV Center may error when opening and you may also receive an error in Event Log related to cryptnet.dll.

    See details >
    August 13, 2019
    KB4512506
    Resolved
    KB4516048
    September 24, 2019
    10:00 AM PT
    Windows updates that are SHA-2 signed may not be offered for Symantec and Norton AV
    Windows updates that are SHA-2 signed are not available with Symantec or Norton antivirus program installed

    See details >
    August 13, 2019
    KB4512506
    Resolved External
    August 27, 2019
    02:29 PM PT
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using Preboot Execution Environment (PXE) images from Windows Deployment Services (WDS) may fail to start with error \"0xc0000001.\"

    See details >
    June 11, 2019
    KB4503292
    Resolved
    KB4512514
    August 17, 2019
    02:00 PM PT
    - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524157. If you are using Security Only updates, see KB4524135 for resolving KB for your platform.

    Back to top
    September 24, 2019
    KB4516048
    Resolved
    KB4524157
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4519976. If you are using Security Only updates, see KB4519974 for resolving KB for your platform.

    Back to top
    September 24, 2019
    KB4516048
    Resolved
    KB4519976
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    You may receive an error when opening or using the Toshiba Qosmio AV Center
    After installing KB4512506, you may receive an error when opening or using the Toshiba Qosmio AV Center. You may also receive an error in Event Log related to cryptnet.dll.

    Affected platforms:
    • Client: Windows 7 SP1
    Resolution: This issue was resolved in KB4516048.

    Back to top
    August 13, 2019
    KB4512506
    Resolved
    KB4516048
    Resolved:
    September 24, 2019
    10:00 AM PT

    Opened:
    September 10, 2019
    09:48 AM PT
    " diff --git a/windows/release-information/resolved-issues-windows-8.1-and-windows-server-2012-r2.yml b/windows/release-information/resolved-issues-windows-8.1-and-windows-server-2012-r2.yml index eb55d204f7..b397d4c0c7 100644 --- a/windows/release-information/resolved-issues-windows-8.1-and-windows-server-2012-r2.yml +++ b/windows/release-information/resolved-issues-windows-8.1-and-windows-server-2012-r2.yml @@ -32,7 +32,7 @@ sections: - type: markdown text: " - + @@ -66,7 +66,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusDate resolved
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516041
    Resolved
    KB4524156
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516041
    Resolved
    KB4520005
    October 08, 2019
    10:00 AM PT
    Windows RT 8.1 devices may have issues opening Internet Explorer 11
    On Windows RT 8.1 devices, Internet Explorer 11 may not open and you may receive an error.

    See details >
    September 10, 2019
    KB4516067
    Resolved
    KB4516041
    September 24, 2019
    10:00 AM PT
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using Preboot Execution Environment (PXE) images from Windows Deployment Services (WDS) may fail to start with error \"0xc0000001.\"

    See details >
    June 11, 2019
    KB4503276
    Resolved
    KB4512478
    August 17, 2019
    02:00 PM PT
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and VBScript may stop responding and you may receive an error.

    See details >
    August 13, 2019
    KB4512488
    Resolved
    KB4517298
    August 16, 2019
    02:00 PM PT
    - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524156. If you are using Security Only updates, see KB4524135 for resolving KB for your platform.

    Back to top
    September 24, 2019
    KB4516041
    Resolved
    KB4524156
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520005. If you are using Security Only updates, see KB4519974 for resolving KB for your platform.

    Back to top
    September 24, 2019
    KB4516041
    Resolved
    KB4520005
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Windows RT 8.1 devices may have issues opening Internet Explorer 11
    On Windows 8.1 RT devices, Internet Explorer 11 may not open and you may receive the error, \"C:\\Program Files\\Internet Explorer\\iexplore.exe: A certificate was explicitly revoked by its issuer.\"


    Affected platforms:
    • Client: Windows RT 8.1
    Resolution: This issue was resolved in KB4516041.

    Back to top
    September 10, 2019
    KB4516067
    Resolved
    KB4516041
    Resolved:
    September 24, 2019
    10:00 AM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    " diff --git a/windows/release-information/resolved-issues-windows-server-2008-sp2.yml b/windows/release-information/resolved-issues-windows-server-2008-sp2.yml index 4e48865271..1549fb60e3 100644 --- a/windows/release-information/resolved-issues-windows-server-2008-sp2.yml +++ b/windows/release-information/resolved-issues-windows-server-2008-sp2.yml @@ -32,7 +32,7 @@ sections: - type: markdown text: " - + @@ -57,7 +57,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusDate resolved
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516030
    Resolved
    KB4524135
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516030
    Resolved
    KB4520002
    October 08, 2019
    10:00 AM PT
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using Preboot Execution Environment (PXE) images from Windows Deployment Services (WDS) may fail to start with error \"0xc0000001.\"

    See details >
    June 11, 2019
    KB4503273
    Resolved
    KB4512499
    August 17, 2019
    02:00 PM PT
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and VBScript may stop responding and you may receive an error.

    See details >
    August 13, 2019
    KB4512476
    Resolved
    KB4517301
    August 16, 2019
    02:00 PM PT
    MacOS may be unable to access network shares via CIFS or SMBv1 on Windows devices
    You may receive an error on MacOS when trying to access network shares via CIFS or SMBv1 on Windows devices that installed updates on June 11, 2019 or later.

    See details >
    June 11, 2019
    KB4503273
    Resolved External
    August 09, 2019
    07:03 PM PT
    - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524135.

    Back to top
    September 24, 2019
    KB4516030
    Resolved
    KB4524135
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520002. If you are using Security Only updates, see KB4519974 for resolving KB for your platform.

    Back to top
    September 24, 2019
    KB4516030
    Resolved
    KB4520002
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    " diff --git a/windows/release-information/resolved-issues-windows-server-2012.yml b/windows/release-information/resolved-issues-windows-server-2012.yml index aa3359846f..71e4d56153 100644 --- a/windows/release-information/resolved-issues-windows-server-2012.yml +++ b/windows/release-information/resolved-issues-windows-server-2012.yml @@ -32,7 +32,7 @@ sections: - type: markdown text: " - + @@ -62,7 +62,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusDate resolved
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516069
    Resolved
    KB4524154
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516069
    Resolved
    KB4520007
    October 08, 2019
    10:00 AM PT
    Devices starting using PXE from a WDS or SCCM servers may fail to start
    Devices that start up using Preboot Execution Environment (PXE) images from Windows Deployment Services (WDS) may fail to start with error \"0xc0000001.\"

    See details >
    June 11, 2019
    KB4503285
    Resolved
    KB4512512
    August 17, 2019
    02:00 PM PT
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    Applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and VBScript may stop responding and you may receive an error.

    See details >
    August 13, 2019
    KB4512518
    Resolved
    KB4517302
    August 16, 2019
    02:00 PM PT
    MacOS may be unable to access network shares via CIFS or SMBv1 on Windows devices
    You may receive an error on MacOS when trying to access network shares via CIFS or SMBv1 on Windows devices that installed updates on June 11, 2019 or later.

    See details >
    June 11, 2019
    KB4503285
    Resolved External
    August 09, 2019
    07:03 PM PT
    - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524154. If you are using Security Only updates, see KB4524135 for resolving KB for your platform.

    Back to top
    September 24, 2019
    KB4516069
    Resolved
    KB4524154
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520007. If you are using Security Only updates, see KB4519974 for resolving KB for your platform.

    Back to top
    September 24, 2019
    KB4516069
    Resolved
    KB4520007
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    " diff --git a/windows/release-information/status-windows-10-1507.yml b/windows/release-information/status-windows-10-1507.yml index ea9de65f95..ca4bc3e9f8 100644 --- a/windows/release-information/status-windows-10-1507.yml +++ b/windows/release-information/status-windows-10-1507.yml @@ -60,7 +60,7 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - +
    SummaryOriginating updateStatusLast updated
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 10240.18334

    September 23, 2019
    KB4522009
    Resolved
    KB4524153
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 10240.18334

    September 23, 2019
    KB4522009
    Resolved
    KB4520011
    October 08, 2019
    10:00 AM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Certain operations, such as rename, performed on files or folders on a Cluster Shared Volume (CSV) may fail with the error, \"STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5)\".

    See details >
    OS Build 10240.18094

    January 08, 2019
    KB4480962
    Mitigated
    April 25, 2019
    02:00 PM PT
    " @@ -77,7 +77,7 @@ sections: - type: markdown text: " - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524153.

    Back to top
    OS Build 10240.18334

    September 23, 2019
    KB4522009
    Resolved
    KB4524153
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520011.

    Back to top
    OS Build 10240.18334

    September 23, 2019
    KB4522009
    Resolved
    KB4520011
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    " diff --git a/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml b/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml index 58db7bec3f..8ae7ab2eb4 100644 --- a/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml +++ b/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml @@ -60,10 +60,9 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - + - @@ -82,7 +81,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusLast updated
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 14393.3206

    September 23, 2019
    KB4522010
    Resolved
    KB4524152
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 14393.3206

    September 23, 2019
    KB4522010
    Resolved
    KB4519998
    October 08, 2019
    10:00 AM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >
    OS Build 14393.3204

    September 10, 2019
    KB4516044
    Resolved
    September 17, 2019
    04:47 PM PT
    Apps and scripts using the NetQueryDisplayInformation API may fail with error
    Applications and scripts that call the NetQueryDisplayInformation API or the WinNT provider equivalent may fail to return results after the first page of data.

    See details >
    OS Build 14393.3053

    June 18, 2019
    KB4503294
    Resolved
    KB4516044
    September 10, 2019
    10:00 AM PT
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after updating.

    See details >
    OS Build 14393.3115

    July 16, 2019
    KB4507459
    Resolved
    KB4512517
    August 13, 2019
    10:00 AM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Certain operations, such as rename, performed on files or folders on a Cluster Shared Volume (CSV) may fail with the error, \"STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5)\".

    See details >
    OS Build 14393.2724

    January 08, 2019
    KB4480961
    Mitigated
    April 25, 2019
    02:00 PM PT
    Windows may not start on certain Lenovo and Fujitsu laptops with less than 8GB of RAM
    Windows may fail to start on certain Lenovo and Fujitsu laptops that have less than 8 GB of RAM.

    See details >
    OS Build 14393.2608

    November 13, 2018
    KB4467691
    Mitigated
    February 19, 2019
    10:00 AM PT
    Cluster service may fail if the minimum password length is set to greater than 14
    The cluster service may fail to start with the error “2245 (NERR_PasswordTooShort)” if the Group Policy “Minimum Password Length” is configured with greater than 14 characters.

    See details >
    OS Build 14393.2639

    November 27, 2018
    KB4467684
    Mitigated
    April 25, 2019
    02:00 PM PT
    - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524152.

    Back to top
    OS Build 14393.3206

    September 23, 2019
    KB4522010
    Resolved
    KB4524152
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4519998.

    Back to top
    OS Build 14393.3206

    September 23, 2019
    KB4522010
    Resolved
    KB4519998
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) may become unresponsive or may have high CPU usage. Affected IMEs include Chinese Simplified (ChsIME.EXE) and Chinese Traditional (ChtIME.EXE) with Changjie/Quick keyboard.


    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Resolution: After investigation, we have found that this issue does not affect this version of Windows.

    Back to top
    OS Build 14393.3204

    September 10, 2019
    KB4516044
    Resolved
    Resolved:
    September 17, 2019
    04:47 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    " @@ -96,16 +95,6 @@ sections: " -- title: July 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after installation of KB4507459. Devices that are domain controllers or domain members are both affected.

    To safeguard your update experience, we have applied a compatibility hold on devices configured to use MIT Kerberos realm from being offered Windows 10, version 1903 or Windows Server, version 1903.

    Note If you are not sure if your device is affected, contact your administrator. Advanced users can check for “Define interoperable Kerberos v5 realm settings” policy under Computer Configuration -> Policies -> Administrative Templates > System -> Kerberos or check if this registry key exists:
    HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System\\Kerberos\\MitRealms
    -

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Resolution: This issue was resolved in KB4512517 and the safeguard hold has been removed. Please note, it can take up to 48 hours before you can update to offered Windows 10, version 1903 or Windows Server, version 1903.

    Back to top
    OS Build 14393.3115

    July 16, 2019
    KB4507459
    Resolved
    KB4512517
    Resolved:
    August 13, 2019
    10:00 AM PT

    Opened:
    July 25, 2019
    06:10 PM PT
    - " - - title: January 2019 - items: - type: markdown diff --git a/windows/release-information/status-windows-10-1703.yml b/windows/release-information/status-windows-10-1703.yml index a402fad971..9f123d8aeb 100644 --- a/windows/release-information/status-windows-10-1703.yml +++ b/windows/release-information/status-windows-10-1703.yml @@ -64,9 +64,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - + -
    SummaryOriginating updateStatusLast updated
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 15063.2046

    September 23, 2019
    KB4522011
    Resolved
    KB4524151
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 15063.2046

    September 23, 2019
    KB4522011
    Resolved
    KB4520010
    October 08, 2019
    10:00 AM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >
    OS Build 15063.2045

    September 10, 2019
    KB4516068
    Resolved
    September 17, 2019
    04:47 PM PT
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after updating.

    See details >
    OS Build 15063.1955

    July 16, 2019
    KB4507467
    Resolved
    KB4512507
    August 13, 2019
    10:00 AM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Certain operations, such as rename, performed on files or folders on a Cluster Shared Volume (CSV) may fail with the error, \"STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5)\".

    See details >
    OS Build 15063.1563

    January 08, 2019
    KB4480973
    Mitigated
    April 25, 2019
    02:00 PM PT
    " @@ -83,21 +82,11 @@ sections: - type: markdown text: " - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524151.

    Back to top
    OS Build 15063.2046

    September 23, 2019
    KB4522011
    Resolved
    KB4524151
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520010.

    Back to top
    OS Build 15063.2046

    September 23, 2019
    KB4522011
    Resolved
    KB4520010
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) may become unresponsive or may have high CPU usage. Affected IMEs include Chinese Simplified (ChsIME.EXE) and Chinese Traditional (ChtIME.EXE) with Changjie/Quick keyboard.


    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Resolution: After investigation, we have found that this issue does not affect this version of Windows.

    Back to top
    OS Build 15063.2045

    September 10, 2019
    KB4516068
    Resolved
    Resolved:
    September 17, 2019
    04:47 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    " -- title: July 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after installation of KB4507467. Devices that are domain controllers or domain members are both affected.

    To safeguard your update experience, we have applied a compatibility hold on devices configured to use MIT Kerberos realm from being offered Windows 10, version 1903 or Windows Server, version 1903.

    Note If you are not sure if your device is affected, contact your administrator. Advanced users can check for “Define interoperable Kerberos v5 realm settings” policy under Computer Configuration -> Policies -> Administrative Templates > System -> Kerberos or check if this registry key exists:
    HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System\\Kerberos\\MitRealms
    -

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Resolution: This issue was resolved in KB4512507 and the safeguard hold has been removed. Please note, it can take up to 48 hours before you can update to offered Windows 10, version 1903 or Windows Server, version 1903.

    Back to top
    OS Build 15063.1955

    July 16, 2019
    KB4507467
    Resolved
    KB4512507
    Resolved:
    August 13, 2019
    10:00 AM PT

    Opened:
    July 25, 2019
    06:10 PM PT
    - " - - title: January 2019 - items: - type: markdown diff --git a/windows/release-information/status-windows-10-1709.yml b/windows/release-information/status-windows-10-1709.yml index 2dd29ea31f..5c261a20d3 100644 --- a/windows/release-information/status-windows-10-1709.yml +++ b/windows/release-information/status-windows-10-1709.yml @@ -60,9 +60,8 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - + -
    SummaryOriginating updateStatusLast updated
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 16299.1392

    September 23, 2019
    KB4522012
    Resolved
    KB4524150
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 16299.1392

    September 23, 2019
    KB4522012
    Resolved
    KB4520004
    October 08, 2019
    10:00 AM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >
    OS Build 16299.1387

    September 10, 2019
    KB4516066
    Resolved
    September 19, 2019
    04:08 PM PT
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after updating.

    See details >
    OS Build 16299.1296

    July 16, 2019
    KB4507465
    Resolved
    KB4512516
    August 13, 2019
    10:00 AM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Certain operations, such as rename, performed on files or folders on a Cluster Shared Volume (CSV) may fail with the error, \"STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5)\".

    See details >
    OS Build 16299.904

    January 08, 2019
    KB4480978
    Mitigated
    April 25, 2019
    02:00 PM PT
    " @@ -79,21 +78,11 @@ sections: - type: markdown text: " - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524150.

    Back to top
    OS Build 16299.1392

    September 23, 2019
    KB4522012
    Resolved
    KB4524150
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520004.

    Back to top
    OS Build 16299.1392

    September 23, 2019
    KB4522012
    Resolved
    KB4520004
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) may become unresponsive or may have high CPU usage. Affected IMEs include Chinese Simplified (ChsIME.EXE) and Chinese Traditional (ChtIME.EXE) with Changjie/Quick keyboard.


    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016

    Resolution: Due to security related changes in KB4516066, this issue may occur when Touch Keyboard and Handwriting Panel Service is not configured to its default startup type of Manual. To resolve the issue, perform the following steps:
    1. Select the Start button and type Services.
    2. Locate Touch Keyboard and Handwriting Panel Service and double click on it or long press and select Properties.
    3. Locate Startup type: and change it to Manual
    4. Select Ok
    5. The TabletInputService service is now in the default configuration and IME should work as expected.

    Back to top
    OS Build 16299.1387

    September 10, 2019
    KB4516066
    Resolved
    Resolved:
    September 19, 2019
    04:08 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    " -- title: July 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after installation of KB4507465. Devices that are domain controllers or domain members are both affected.

    To safeguard your update experience, we have applied a compatibility hold on devices configured to use MIT Kerberos realm from being offered Windows 10, version 1903 or Windows Server, version 1903.

    Note If you are not sure if your device is affected, contact your administrator. Advanced users can check for “Define interoperable Kerberos v5 realm settings” policy under Computer Configuration -> Policies -> Administrative Templates > System -> Kerberos or check if this registry key exists:
    HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System\\Kerberos\\MitRealms
    -

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Resolution: This issue was resolved in KB4512516 and the safeguard hold has been removed. Please note, it can take up to 48 hours before you can update to offered Windows 10, version 1903 or Windows Server, version 1903.

    Back to top
    OS Build 16299.1296

    July 16, 2019
    KB4507465
    Resolved
    KB4512516
    Resolved:
    August 13, 2019
    10:00 AM PT

    Opened:
    July 25, 2019
    06:10 PM PT
    - " - - title: January 2019 - items: - type: markdown diff --git a/windows/release-information/status-windows-10-1803.yml b/windows/release-information/status-windows-10-1803.yml index a69dcf3047..20747f2e00 100644 --- a/windows/release-information/status-windows-10-1803.yml +++ b/windows/release-information/status-windows-10-1803.yml @@ -64,10 +64,9 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - + -
    SummaryOriginating updateStatusLast updated
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 17134.1009

    September 23, 2019
    KB4522014
    Resolved
    KB4524149
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 17134.1009

    September 23, 2019
    KB4522014
    Resolved
    KB4520008
    October 08, 2019
    10:00 AM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >
    OS Build 17134.1006

    September 10, 2019
    KB4516058
    Resolved
    September 19, 2019
    04:08 PM PT
    Windows Mixed Reality Portal users may intermittently receive a 15-5 error code
    You may receive a 15-5 error code in Windows Mixed Reality Portal and your headset may not respond to \"wake up\" from sleep.

    See details >
    OS Build 17134.950

    August 13, 2019
    KB4512501
    Mitigated
    September 11, 2019
    05:32 PM PT
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after updating.

    See details >
    OS Build 17134.915

    July 16, 2019
    KB4507466
    Resolved
    KB4512501
    August 13, 2019
    10:00 AM PT
    Startup to a black screen after installing updates
    Your device may startup to a black screen during the first logon after installing updates.

    See details >
    OS Build 17134.829

    June 11, 2019
    KB4503286
    Mitigated
    June 14, 2019
    04:41 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Certain operations, such as rename, performed on files or folders on a Cluster Shared Volume (CSV) may fail with the error, \"STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5)\".

    See details >
    OS Build 17134.523

    January 08, 2019
    KB4480966
    Mitigated
    April 25, 2019
    02:00 PM PT
    @@ -85,22 +84,12 @@ sections: - type: markdown text: " - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524149.

    Back to top
    OS Build 17134.1009

    September 23, 2019
    KB4522014
    Resolved
    KB4524149
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520008.

    Back to top
    OS Build 17134.1009

    September 23, 2019
    KB4522014
    Resolved
    KB4520008
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) may become unresponsive or may have high CPU usage. Affected IMEs include Chinese Simplified (ChsIME.EXE) and Chinese Traditional (ChtIME.EXE) with Changjie/Quick keyboard.


    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016

    Resolution: Due to security related changes in KB4516058, this issue may occur when Touch Keyboard and Handwriting Panel Service is not configured to its default startup type of Manual. To resolve the issue, perform the following steps:
    1. Select the Start button and type Services.
    2. Locate Touch Keyboard and Handwriting Panel Service and double click on it or long press and select Properties.
    3. Locate Startup type: and change it to Manual
    4. Select Ok
    5. The TabletInputService service is now in the default configuration and IME should work as expected.

    Back to top
    OS Build 17134.1006

    September 10, 2019
    KB4516058
    Resolved
    Resolved:
    September 19, 2019
    04:08 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    Windows Mixed Reality Portal users may intermittently receive a 15-5 error code
    After installing KB4512501, Windows Mixed Reality Portal users may intermittently receive a 15-5 error code. In some cases, Windows Mixed Reality Portal may report that the headset is sleeping and pressing “Wake up” may appear to produce no action.

    Affected platforms:
    • Client: Windows 10, version 1809; Windows 10, version 1803
    Workaround: To mitigate the issue, use the following steps:
    1. Close the Windows Mixed Reality Portal, if it is running.
    2. Open Task Manager by selecting the Start button and typing Task Manager.
    3. In Task Manager under the Processes tab, right click or long press on “Windows Explorer” and select restart.
    4. You can now open the Windows Mixed Reality Portal.

    Next steps: We are working on a resolution and will provide an update in an upcoming release.

    Back to top
    OS Build 17134.950

    August 13, 2019
    KB4512501
    Mitigated
    Last updated:
    September 11, 2019
    05:32 PM PT

    Opened:
    September 11, 2019
    05:32 PM PT
    " -- title: July 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after installation of KB4507466. Devices that are domain controllers or domain members are both affected.

    To safeguard your update experience, we have applied a compatibility hold on devices configured to use MIT Kerberos realm from being offered Windows 10, version 1903 or Windows Server, version 1903.

    Note If you are not sure if your device is affected, contact your administrator. Advanced users can check for “Define interoperable Kerberos v5 realm settings” policy under Computer Configuration -> Policies -> Administrative Templates > System -> Kerberos or check if this registry key exists:
    HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System\\Kerberos\\MitRealms
    -

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Resolution: This issue was resolved in KB4512501 and the safeguard hold has been removed. Please note, it can take up to 48 hours before you can update to offered Windows 10, version 1903 or Windows Server, version 1903.

    Back to top
    OS Build 17134.915

    July 16, 2019
    KB4507466
    Resolved
    KB4512501
    Resolved:
    August 13, 2019
    10:00 AM PT

    Opened:
    July 25, 2019
    06:10 PM PT
    - " - - title: June 2019 - items: - type: markdown diff --git a/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml b/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml index 1cb92449c8..62622b2f60 100644 --- a/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml +++ b/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml @@ -64,11 +64,10 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - + - @@ -87,7 +86,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusLast updated
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 17763.740

    September 23, 2019
    KB4522015
    Resolved
    KB4524148
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 17763.740

    September 23, 2019
    KB4522015
    Resolved
    KB4519338
    October 08, 2019
    10:00 AM PT
    Apps and scripts using the NetQueryDisplayInformation API may fail with error
    Applications and scripts that call the NetQueryDisplayInformation API or the WinNT provider equivalent may fail to return results after the first page of data.

    See details >
    OS Build 17763.55

    October 09, 2018
    KB4464330
    Resolved
    KB4516077
    September 24, 2019
    10:00 AM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >
    OS Build 17763.737

    September 10, 2019
    KB4512578
    Resolved
    September 19, 2019
    04:08 PM PT
    Windows Mixed Reality Portal users may intermittently receive a 15-5 error code
    You may receive a 15-5 error code in Windows Mixed Reality Portal and your headset may not respond to \"wake up\" from sleep.

    See details >
    OS Build 17763.678

    August 13, 2019
    KB4511553
    Mitigated
    September 11, 2019
    05:32 PM PT
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after updating.

    See details >
    OS Build 17763.652

    July 22, 2019
    KB4505658
    Resolved
    KB4511553
    August 13, 2019
    10:00 AM PT
    Startup to a black screen after installing updates
    Your device may startup to a black screen during the first logon after installing updates.

    See details >
    OS Build 17763.557

    June 11, 2019
    KB4503327
    Mitigated
    June 14, 2019
    04:41 PM PT
    Devices with some Asian language packs installed may receive an error
    After installing the KB4493509 devices with some Asian language packs installed may receive the error, \"0x800f0982 - PSFX_E_MATCHING_COMPONENT_NOT_F

    See details >
    OS Build 17763.437

    April 09, 2019
    KB4493509
    Mitigated
    May 03, 2019
    10:59 AM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Certain operations, such as rename, performed on files or folders on a Cluster Shared Volume (CSV) may fail with the error, \"STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5)\".

    See details >
    OS Build 17763.253

    January 08, 2019
    KB4480116
    Mitigated
    April 09, 2019
    10:00 AM PT
    - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524148.

    Back to top
    OS Build 17763.740

    September 23, 2019
    KB4522015
    Resolved
    KB4524148
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4519338.

    Back to top
    OS Build 17763.740

    September 23, 2019
    KB4522015
    Resolved
    KB4519338
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) may become unresponsive or may have high CPU usage. Affected IMEs include Chinese Simplified (ChsIME.EXE) and Chinese Traditional (ChtIME.EXE) with Changjie/Quick keyboard.


    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016

    Resolution: Due to security related changes in KB4512578, this issue may occur when Touch Keyboard and Handwriting Panel Service is not configured to its default startup type of Manual. To resolve the issue, perform the following steps:
    1. Select the Start button and type Services.
    2. Locate Touch Keyboard and Handwriting Panel Service and double click on it or long press and select Properties.
    3. Locate Startup type: and change it to Manual
    4. Select Ok
    5. The TabletInputService service is now in the default configuration and IME should work as expected.

    Back to top
    OS Build 17763.737

    September 10, 2019
    KB4512578
    Resolved
    Resolved:
    September 19, 2019
    04:08 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    Windows Mixed Reality Portal users may intermittently receive a 15-5 error code
    After installing KB4511553, Windows Mixed Reality Portal users may intermittently receive a 15-5 error code. In some cases, Windows Mixed Reality Portal may report that the headset is sleeping and pressing “Wake up” may appear to produce no action.

    Affected platforms:
    • Client: Windows 10, version 1809; Windows 10, version 1803
    Workaround: To mitigate the issue, use the following steps:
    1. Close the Windows Mixed Reality Portal, if it is running.
    2. Open Task Manager by selecting the Start button and typing Task Manager.
    3. In Task Manager under the Processes tab, right click or long press on “Windows Explorer” and select restart.
    4. You can now open the Windows Mixed Reality Portal.

    Next steps: We are working on a resolution and will provide an update in an upcoming release.

    Back to top
    OS Build 17763.678

    August 13, 2019
    KB4511553
    Mitigated
    Last updated:
    September 11, 2019
    05:32 PM PT

    Opened:
    September 11, 2019
    05:32 PM PT
    @@ -102,16 +101,6 @@ sections: " -- title: July 2019 -- items: - - type: markdown - text: " - - -
    DetailsOriginating updateStatusHistory
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after installation of KB4505658. Devices that are domain controllers or domain members are both affected.

    To safeguard your update experience, we have applied a compatibility hold on devices configured to use MIT Kerberos realm from being offered Windows 10, version 1903 or Windows Server, version 1903.

    Note If you are not sure if your device is affected, contact your administrator. Advanced users can check for “Define interoperable Kerberos v5 realm settings” policy under Computer Configuration -> Policies -> Administrative Templates > System -> Kerberos or check if this registry key exists:
    HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System\\Kerberos\\MitRealms
    -

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Resolution: This issue was resolved in KB4511553 and the safeguard hold has been removed. Please note, it can take up to 48 hours before you can update to offered Windows 10, version 1903 or Windows Server, version 1903.

    Back to top
    OS Build 17763.652

    July 22, 2019
    KB4505658
    Resolved
    KB4511553
    Resolved:
    August 13, 2019
    10:00 AM PT

    Opened:
    July 25, 2019
    06:10 PM PT
    - " - - title: June 2019 - items: - type: markdown diff --git a/windows/release-information/status-windows-10-1903.yml b/windows/release-information/status-windows-10-1903.yml index 661f11987d..fab48103a1 100644 --- a/windows/release-information/status-windows-10-1903.yml +++ b/windows/release-information/status-windows-10-1903.yml @@ -64,15 +64,13 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - + - - @@ -95,7 +93,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusLast updated
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 18362.357

    September 23, 2019
    KB4522016
    Resolved
    KB4524147
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    OS Build 18362.357

    September 23, 2019
    KB4522016
    Resolved
    KB4517389
    October 08, 2019
    10:00 AM PT
    Audio in games is quiet or different than expected
    Microsoft has received reports that audio in certain games is quieter or different than expected.

    See details >
    OS Build 18362.356

    September 10, 2019
    KB4515384
    Resolved
    KB4517211
    September 26, 2019
    02:00 PM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) including ChsIME.EXE and ChtIME.EXE, may become unresponsive or may have high CPU usage.

    See details >
    OS Build 18362.356

    September 10, 2019
    KB4515384
    Resolved
    September 19, 2019
    04:08 PM PT
    Some users report issues related to the Start menu and Windows Desktop Search
    Microsoft has received reports that a small number of users are having issues related to the Start menu and Windows Desktop Search.

    See details >
    OS Build 18362.356

    September 10, 2019
    KB4515384
    Resolved
    September 19, 2019
    04:58 PM PT
    Safeguard on certain devices with some Intel and Broadcom Wi-Fi adapters
    Microsoft and NEC have found incompatibility issues with some devices with Intel Centrino 6205/6235 and Broadcom 802.11ac Wi-Fi cards when running Windows 10, version 1903.

    See details >
    N/A

    Mitigated
    September 13, 2019
    05:25 PM PT
    Screenshots and Snips have an unnatural orange tint
    Users have reported an orange tint on Screenshots and Snips with the Lenovo Vantage app installed

    See details >
    OS Build 18362.356

    September 10, 2019
    KB4516115
    Resolved External
    September 11, 2019
    08:54 PM PT
    Windows Desktop Search may not return any results and may have high CPU usage
    Windows Desktop Search may not return any results and SearchUI.exe may have high CPU usage after installing KB4512941.

    See details >
    OS Build 18362.329

    August 30, 2019
    KB4512941
    Resolved
    KB4515384
    September 10, 2019
    10:00 AM PT
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after updating.

    See details >
    OS Build 18362.145

    May 29, 2019
    KB4497935
    Resolved
    KB4512941
    August 30, 2019
    10:00 AM PT
    Issues updating when certain versions of Intel storage drivers are installed
    Certain versions of Intel Rapid Storage Technology (Intel RST) drivers may cause updating to Windows 10, version 1903 to fail.

    See details >
    OS Build 18362.145

    May 29, 2019
    KB4497935
    Resolved
    KB4512941
    August 30, 2019
    10:00 AM PT
    Updates may fail to install and you may receive Error 0x80073701
    Installation of updates may fail and you may receive an error, \"Updates Failed, There were problems installing some updates, but we'll try again later\" and \"Error 0x80073701.\"

    See details >
    OS Build 18362.145

    May 29, 2019
    KB4497935
    Investigating
    August 16, 2019
    04:28 PM PT
    Intermittent loss of Wi-Fi connectivity
    Some older devices may experience loss of Wi-Fi connectivity due to an outdated Qualcomm driver.

    See details >
    OS Build 18362.116

    May 21, 2019
    KB4505057
    Mitigated External
    August 01, 2019
    08:44 PM PT
    Gamma ramps, color profiles, and night light settings do not apply in some cases
    Microsoft has identified some scenarios where gamma ramps, color profiles and night light settings may stop working.

    See details >
    OS Build 18362.116

    May 21, 2019
    KB4505057
    Mitigated
    August 01, 2019
    06:27 PM PT
    - + @@ -119,9 +117,6 @@ sections: - type: markdown text: "
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524147.

    Back to top
    OS Build 18362.357

    September 23, 2019
    KB4522016
    Resolved
    KB4524147
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4517389.

    Back to top
    OS Build 18362.357

    September 23, 2019
    KB4522016
    Resolved
    KB4517389
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Audio in games is quiet or different than expected
    Microsoft has received reports that audio in certain games is quieter or different than expected. At the request of some of our audio partners, we implemented a compatibility change that enabled certain games to query support and render multi-channel audio. Due to customer feedback, we are reverting this change as some games and some devices are not rendering multi-channel audio as expected. This may result in games sounding different than customers are used to and may have missing channels.

    Affected platforms:
    • Client: Windows 10, version 1903
    Resolution: This issue was resolved in KB4517211.

    Back to top
    OS Build 18362.356

    September 10, 2019
    KB4515384
    Resolved
    KB4517211
    Resolved:
    September 26, 2019
    02:00 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    IME may become unresponsive or have High CPU usage
    Some Input Method Editor (IME) may become unresponsive or may have high CPU usage. Affected IMEs include Chinese Simplified (ChsIME.EXE) and Chinese Traditional (ChtIME.EXE) with Changjie/Quick keyboard.


    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016

    Resolution: Due to security related changes in KB4515384, this issue may occur when Touch Keyboard and Handwriting Panel Service is not configured to its default startup type of Manual. To resolve the issue, perform the following steps:
    1. Select the Start button and type Services.
    2. Locate Touch Keyboard and Handwriting Panel Service and double click on it or long press and select Properties.
    3. Locate Startup type: and change it to Manual
    4. Select Ok
    5. The TabletInputService service is now in the default configuration and IME should work as expected.

    Back to top
    OS Build 18362.356

    September 10, 2019
    KB4515384
    Resolved
    Resolved:
    September 19, 2019
    04:08 PM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    Some users report issues related to the Start menu and Windows Desktop Search
    Microsoft has received reports that a small number of users are having issues related to the Start menu and Windows Desktop Search.

    Affected platforms:
    • Client: Windows 10, version 1903
    Resolution: At this time, Microsoft has not found a Search or Start issue significantly impacting users originating from KB4515384. We will continue monitoring to ensure users have a high-quality experience when interacting with these areas. If you are currently having issues, we recommend you to take a moment to report it in via the Feedback Hub (Windows + F) then try the Windows 10 Troubleshoot settings (found in Settings). If you are having an issue with search, see Fix problems in Windows Search.

    Back to top
    OS Build 18362.356

    September 10, 2019
    KB4515384
    Resolved
    Resolved:
    September 19, 2019
    04:58 PM PT

    Opened:
    September 11, 2019
    05:18 PM PT
    - -
    DetailsOriginating updateStatusHistory
    Domain connected devices that use MIT Kerberos realms will not start up
    Devices connected to a domain that is configured to use MIT Kerberos realms will not start up or may continue to restart after installation of KB4497935. Devices that are domain controllers or domain members are both affected.

    To safeguard your update experience, we have applied a compatibility hold on devices configured to use MIT Kerberos realm from being offered Windows 10, version 1903 or Windows Server, version 1903.

    Note If you are not sure if your device is affected, contact your administrator. Advanced users can check for “Define interoperable Kerberos v5 realm settings” policy under Computer Configuration -> Policies -> Administrative Templates > System -> Kerberos or check if this registry key exists:
    HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System\\Kerberos\\MitRealms
    -

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016
    Resolution: This issue was resolved in KB4512941 and the safeguard hold has been removed. Please note, it can take up to 48 hours before you can update to offered Windows 10, version 1903 or Windows Server, version 1903.

    Back to top
    OS Build 18362.145

    May 29, 2019
    KB4497935
    Resolved
    KB4512941
    Resolved:
    August 30, 2019
    10:00 AM PT

    Opened:
    July 25, 2019
    06:10 PM PT
    Issues updating when certain versions of Intel storage drivers are installed
    Intel and Microsoft have found incompatibility issues with certain versions of the Intel Rapid Storage Technology (Intel RST) drivers and the Windows 10 May 2019 Update (Windows 10, version 1903).  

    To safeguard your update experience, we have applied a compatibility hold on devices with Intel RST drivers, versions 15.1.0.1002 through version 15.5.2.1053 installed from installing or being offered Windows 10, version 1903 or Windows Server, version 1903, until the driver has been updated.

    Versions 15.5.2.1054 or later are compatible, and a device that has these drivers installed can install the Windows 10 May 2019 Update. For affected devices, the recommended version is 15.9.8.1050.

    Affected platforms:
    • Client: Windows 10, version 1903
    • Server: Windows Server, version 1903
    Resolution: This issue was resolved in KB4512941 and the safeguard hold has been removed. Please note, it can take up to 48 hours before you can update to Windows 10, version 1903.

    Back to top
    OS Build 18362.145

    May 29, 2019
    KB4497935
    Resolved
    KB4512941
    Resolved:
    August 30, 2019
    10:00 AM PT

    Opened:
    July 25, 2019
    06:10 PM PT
    The dGPU may occasionally disappear from device manager on Surface Book 2 with dGPU
    Microsoft has identified a compatibility issue on some Surface Book 2 devices configured with Nvidia discrete graphics processing unit (dGPU). After updating to Windows 10, version 1903 (May 2019 Feature Update), some apps or games that needs to perform graphics intensive operations may close or fail to open.

    To safeguard your update experience, we have applied a compatibility hold on Surface Book 2 devices with Nvidia dGPUs from being offered Windows 10, version 1903, until this issue is resolved.

    Affected platforms:
    • Client: Windows 10, version 1903
    Workaround: To mitigate the issue if you are already on Windows 10, version 1903, you can restart the device or select the Scan for hardware changes button in the Action menu or on the toolbar in Device Manager.

    Note We recommend that you do not attempt to manually update using the Update now button or the Media Creation Tool until this issue has been resolved.

    Next steps: We are working on a resolution and will provide an update in an upcoming release.

    Back to top
    OS Build 18362.145

    May 29, 2019
    KB4497935
    Investigating
    Last updated:
    July 16, 2019
    09:04 AM PT

    Opened:
    July 12, 2019
    04:20 PM PT
    " diff --git a/windows/release-information/status-windows-7-and-windows-server-2008-r2-sp1.yml b/windows/release-information/status-windows-7-and-windows-server-2008-r2-sp1.yml index 1f1610c028..3d71ca817a 100644 --- a/windows/release-information/status-windows-7-and-windows-server-2008-r2-sp1.yml +++ b/windows/release-information/status-windows-7-and-windows-server-2008-r2-sp1.yml @@ -60,7 +60,7 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - +
    SummaryOriginating updateStatusLast updated
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516048
    Resolved
    KB4524157
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516048
    Resolved
    KB4519976
    October 08, 2019
    10:00 AM PT
    You may receive an error when opening or using the Toshiba Qosmio AV Center
    Toshiba Qosmio AV Center may error when opening and you may also receive an error in Event Log related to cryptnet.dll.

    See details >
    August 13, 2019
    KB4512506
    Resolved
    KB4516048
    September 24, 2019
    10:00 AM PT
    IA64 and x64 devices may fail to start after installing updates
    After installing updates released on or after August 13, 2019, IA64 and x64 devices using EFI Boot may fail to start.

    See details >
    August 13, 2019
    KB4512506
    Mitigated
    August 17, 2019
    12:59 PM PT
    @@ -78,7 +78,7 @@ sections: - type: markdown text: " - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524157. If you are using Security Only updates, see KB4524135 for resolving KB for your platform.

    Back to top
    September 24, 2019
    KB4516048
    Resolved
    KB4524157
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4519976. If you are using Security Only updates, see KB4519974 for resolving KB for your platform.

    Back to top
    September 24, 2019
    KB4516048
    Resolved
    KB4519976
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    You may receive an error when opening or using the Toshiba Qosmio AV Center
    After installing KB4512506, you may receive an error when opening or using the Toshiba Qosmio AV Center. You may also receive an error in Event Log related to cryptnet.dll.

    Affected platforms:
    • Client: Windows 7 SP1
    Resolution: This issue was resolved in KB4516048.

    Back to top
    August 13, 2019
    KB4512506
    Resolved
    KB4516048
    Resolved:
    September 24, 2019
    10:00 AM PT

    Opened:
    September 10, 2019
    09:48 AM PT
    " diff --git a/windows/release-information/status-windows-8.1-and-windows-server-2012-r2.yml b/windows/release-information/status-windows-8.1-and-windows-server-2012-r2.yml index d974923d48..a95d9775c6 100644 --- a/windows/release-information/status-windows-8.1-and-windows-server-2012-r2.yml +++ b/windows/release-information/status-windows-8.1-and-windows-server-2012-r2.yml @@ -60,7 +60,7 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - + @@ -79,7 +79,7 @@ sections: - type: markdown text: "
    SummaryOriginating updateStatusLast updated
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516041
    Resolved
    KB4524156
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516041
    Resolved
    KB4520005
    October 08, 2019
    10:00 AM PT
    Windows RT 8.1 devices may have issues opening Internet Explorer 11
    On Windows RT 8.1 devices, Internet Explorer 11 may not open and you may receive an error.

    See details >
    September 10, 2019
    KB4516067
    Resolved
    KB4516041
    September 24, 2019
    10:00 AM PT
    Japanese IME doesn't show the new Japanese Era name as a text input option
    If previous dictionary updates are installed, the Japanese input method editor (IME) doesn't show the new Japanese Era name as a text input option.

    See details >
    April 25, 2019
    KB4493443
    Mitigated
    May 15, 2019
    05:53 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Certain operations, such as rename, performed on files or folders on a Cluster Shared Volume (CSV) may fail with the error, “STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5)”.

    See details >
    January 08, 2019
    KB4480963
    Mitigated
    April 25, 2019
    02:00 PM PT
    - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524156. If you are using Security Only updates, see KB4524135 for resolving KB for your platform.

    Back to top
    September 24, 2019
    KB4516041
    Resolved
    KB4524156
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520005. If you are using Security Only updates, see KB4519974 for resolving KB for your platform.

    Back to top
    September 24, 2019
    KB4516041
    Resolved
    KB4520005
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Windows RT 8.1 devices may have issues opening Internet Explorer 11
    On Windows 8.1 RT devices, Internet Explorer 11 may not open and you may receive the error, \"C:\\Program Files\\Internet Explorer\\iexplore.exe: A certificate was explicitly revoked by its issuer.\"


    Affected platforms:
    • Client: Windows RT 8.1
    Resolution: This issue was resolved in KB4516041.

    Back to top
    September 10, 2019
    KB4516067
    Resolved
    KB4516041
    Resolved:
    September 24, 2019
    10:00 AM PT

    Opened:
    September 13, 2019
    05:25 PM PT
    " diff --git a/windows/release-information/status-windows-server-2008-sp2.yml b/windows/release-information/status-windows-server-2008-sp2.yml index 0eee091e73..fda671a495 100644 --- a/windows/release-information/status-windows-server-2008-sp2.yml +++ b/windows/release-information/status-windows-server-2008-sp2.yml @@ -60,7 +60,7 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - +
    SummaryOriginating updateStatusLast updated
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516030
    Resolved
    KB4524135
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516030
    Resolved
    KB4520002
    October 08, 2019
    10:00 AM PT
    Issues manually installing updates by double-clicking the .msu file
    You may encounter issues manually installing updates by double-clicking the .msu file and may receive an error.

    See details >
    September 10, 2019
    KB4474419
    Mitigated
    KB4474419
    September 24, 2019
    08:17 AM PT
    " @@ -77,7 +77,7 @@ sections: - type: markdown text: " - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524135.

    Back to top
    September 24, 2019
    KB4516030
    Resolved
    KB4524135
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520002. If you are using Security Only updates, see KB4519974 for resolving KB for your platform.

    Back to top
    September 24, 2019
    KB4516030
    Resolved
    KB4520002
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Issues manually installing updates by double-clicking the .msu file
    After installing the SHA-2 update (KB4474419) released on September 10, 2019, you may encounter issues manually installing updates by double-clicking on the .msu file and may receive the error, \"Installer encountered an error: 0x80073afc. The resource loader failed to find MUI file.\"

    Affected platforms:
    • Server: Windows Server 2008 SP2
    Workaround: Open a command prompt and use the following command (replacing <msu location> with the actual location and filename of the update): wusa.exe <msu location> /quiet

    Resolution: This issue is resolved in KB4474419 released September 23, 2019. Currently, this version is only available from the Microsoft Update Catalog. To resolve this issue, you will need to manually download the package and use the workaround above to install it.

    Next steps: We estimate a solution will be available in mid-October on Windows Update and Windows Server Update Services (WSUS).

    Back to top
    September 10, 2019
    KB4474419
    Mitigated
    KB4474419
    Last updated:
    September 24, 2019
    08:17 AM PT

    Opened:
    September 20, 2019
    04:57 PM PT
    " diff --git a/windows/release-information/status-windows-server-2012.yml b/windows/release-information/status-windows-server-2012.yml index f22c434757..f472c2357e 100644 --- a/windows/release-information/status-windows-server-2012.yml +++ b/windows/release-information/status-windows-server-2012.yml @@ -60,7 +60,7 @@ sections: - type: markdown text: "
    This table offers a summary of current active issues and those issues that have been resolved in the last 30 days.

    - +
    SummaryOriginating updateStatusLast updated
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516069
    Resolved
    KB4524154
    October 03, 2019
    10:00 AM PT
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing.

    See details >
    September 24, 2019
    KB4516069
    Resolved
    KB4520007
    October 08, 2019
    10:00 AM PT
    Japanese IME doesn't show the new Japanese Era name as a text input option
    If previous dictionary updates are installed, the Japanese input method editor (IME) doesn't show the new Japanese Era name as a text input option.

    See details >
    April 25, 2019
    KB4493462
    Mitigated
    May 15, 2019
    05:53 PM PT
    Certain operations performed on a Cluster Shared Volume may fail
    Certain operations, such as rename, performed on files or folders on a Cluster Shared Volume (CSV) may fail with the error, “STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5)”.

    See details >
    January 08, 2019
    KB4480975
    Mitigated
    April 25, 2019
    02:00 PM PT
    @@ -78,7 +78,7 @@ sections: - type: markdown text: " - +
    DetailsOriginating updateStatusHistory
    Intermittent issues when printing
    The print spooler service may intermittently have issues completing a print job and may result in a print job being canceled or failing. Some apps may close or error when the print spooler fails and you may receive a remote procedure call error (RPC error) from some printing utility or printing apps.

    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4524154. If you are using Security Only updates, see KB4524135 for resolving KB for your platform.

    Back to top
    September 24, 2019
    KB4516069
    Resolved
    KB4524154
    Resolved:
    October 03, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    Intermittent issues when printing
    Applications and printer drivers that leverage the Windows Javascript engine (jscript.dll) for processing print jobs might experience one or more of the following symptoms:
    • Applications interacting with the V4 printer driver might close or error when printing. Issues might only be encountered when printing but might also be encountered at any time the app is running, depending on when the app interacts with the print driver.
    • The printer spooler service (spoolsv.exe) might close or error in jscript.dll with exception code 0xc0000005 causing the print jobs to stop processing. Only part of the print job might print and the rest might be canceled or error.
    Note This issue also affects the Internet Explorer Cumulative Update KB4522007, release September 23, 2019.

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4520007. If you are using Security Only updates, see KB4519974 for resolving KB for your platform.

    Back to top
    September 24, 2019
    KB4516069
    Resolved
    KB4520007
    Resolved:
    October 08, 2019
    10:00 AM PT

    Opened:
    September 30, 2019
    06:26 PM PT
    " diff --git a/windows/release-information/windows-message-center.yml b/windows/release-information/windows-message-center.yml index 2d377d5542..5041d4ac98 100644 --- a/windows/release-information/windows-message-center.yml +++ b/windows/release-information/windows-message-center.yml @@ -50,6 +50,7 @@ sections: text: " + From cecc4f70281a6416db01145190df2cdeadf321d7 Mon Sep 17 00:00:00 2001 From: Thomas Raya Date: Tue, 8 Oct 2019 10:12:45 -0700 Subject: [PATCH 134/191] Corrected Spelling Error --- windows/configuration/lock-down-windows-10-to-specific-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/configuration/lock-down-windows-10-to-specific-apps.md b/windows/configuration/lock-down-windows-10-to-specific-apps.md index 37f72c354a..f42631e973 100644 --- a/windows/configuration/lock-down-windows-10-to-specific-apps.md +++ b/windows/configuration/lock-down-windows-10-to-specific-apps.md @@ -411,7 +411,7 @@ Group accounts are specified using ``. Nested groups are not supporte #### [Preview] Global Profile -Global profile is added in curernt Windows 10 Prerelease. There are times when IT Admin wants to everyone who logging into a specific devices are assigned access users, even there is no dedicated profile for that user, or there are times that Assigned Access could not identify a profile for the user and a fallback profile is wished to use. Global Profile is designed for these scenarios. +Global profile is added in current Windows 10 Prerelease. There are times when IT Admin wants to everyone who logging into a specific devices are assigned access users, even there is no dedicated profile for that user, or there are times that Assigned Access could not identify a profile for the user and a fallback profile is wished to use. Global Profile is designed for these scenarios. Usage is demonstrated below, by using the new xml namespace and specify GlobalProfile from that namespace. When GlobalProfile is configured, a non-admin account logs in, if this user does not have designated profile in Assigned Access, or Assigned Access fails to determine a profile for current user, global profile will be applied for the user. From 94a1c0b512a7da110593388142dc8f2dbabf3da4 Mon Sep 17 00:00:00 2001 From: Thomas Raya Date: Tue, 8 Oct 2019 10:18:05 -0700 Subject: [PATCH 135/191] Corrected Two Spelling Errors --- .../hello-for-business/hello-hybrid-aadj-sso-base.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/security/identity-protection/hello-for-business/hello-hybrid-aadj-sso-base.md b/windows/security/identity-protection/hello-for-business/hello-hybrid-aadj-sso-base.md index 64ad6ca815..060bf7e60a 100644 --- a/windows/security/identity-protection/hello-for-business/hello-hybrid-aadj-sso-base.md +++ b/windows/security/identity-protection/hello-for-business/hello-hybrid-aadj-sso-base.md @@ -44,7 +44,7 @@ If you upgraded your Active Directory schema to the Windows Server 2016 schema a A fundamental prerequisite of all cloud and hybrid Windows Hello for Business deployments is device registration. A user cannot provision Windows Hello for Business unless the device from which they are trying to provision has registered with Azure Active Directory. For more information about device registration, read [Introduction to device management in Azure Active Directory](https://docs.microsoft.com/azure/active-directory/devices/overview). You can use the **dsregcmd.exe** command to determine if your device is registered to Azure Active Directory. -![dsregcmd outpout](images/aadj/dsregcmd.png) +![dsregcmd output](images/aadj/dsregcmd.png) ### CRL Distribution Point (CDP) @@ -264,7 +264,7 @@ Steps you will perform include: 1. Sign-in a domain controller using administrative credentials. 2. Open the **Run** dialog box. Type **certlm.msc** to open the **Certificate Manager** for the local computer. 3. In the navigation pane, expand **Personal**. Click **Certificates**. In the details pane, double-click the existing domain controller certificate includes **KDC Authentication** in the list of **Intended Purposes**. -4. Click the **Certification Path** tab. In the **Certifcation path** view, select the top most node and click **View Certificate**. +4. Click the **Certification Path** tab. In the **Certification path** view, select the top most node and click **View Certificate**. ![Certificate Path](images/aadj/certlm-cert-path-tab.png) 5. In the new **Certificate** dialog box, click the **Details** tab. Click **Copy to File**. ![Details tab and copy to file](images/aadj/certlm-root-cert-details-tab.png) From 3d90aac7acbf4b2f8c60e4fcf18b4076f953a1e8 Mon Sep 17 00:00:00 2001 From: Daniel Simpson Date: Tue, 8 Oct 2019 10:54:25 -0700 Subject: [PATCH 136/191] Update command-line-arguments-windows-defender-antivirus.md --- ...mmand-line-arguments-windows-defender-antivirus.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-antivirus/command-line-arguments-windows-defender-antivirus.md b/windows/security/threat-protection/windows-defender-antivirus/command-line-arguments-windows-defender-antivirus.md index 26179100a3..5760e380c9 100644 --- a/windows/security/threat-protection/windows-defender-antivirus/command-line-arguments-windows-defender-antivirus.md +++ b/windows/security/threat-protection/windows-defender-antivirus/command-line-arguments-windows-defender-antivirus.md @@ -35,12 +35,16 @@ The utility has the following commands: ```DOS MpCmdRun.exe [command] [-options] ``` +For example, +``` +MpCmdRun.exe -scan -2 +``` | Command | Description | |:--------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------| | \-? **or** -h | Displays all available options for this tool | -| \-Scan [-ScanType [0\|1\|2\|3]] [-File \ [-DisableRemediation] [-BootSectorScan]] [-Timeout \] [-Cancel] | Scans for malicious software. Values for **ScanType** are: **0** Default, according to your configuration, **1** Quick scan, **2** Full scan, **3** File and directory custom scan. | +| \-Scan [-ScanType [0\|1\|2\|3]] [-File \ [-DisableRemediation] [-BootSectorScan]] [-Timeout \] [-Cancel] | Scans for malicious software. Values for **ScanType** are: **0** Default, according to your configuration, **-1** Quick scan, **-2** Full scan, **-3** File and directory custom scan. | | \-Trace [-Grouping #] [-Level #] | Starts diagnostic tracing | | \-GetFiles | Collects support information | | \-GetFilesDiagTrack | Same as Getfiles but outputs to temporary DiagTrack folder | @@ -53,7 +57,10 @@ MpCmdRun.exe [command] [-options] | \-ListAllDynamicSignatures | Lists the loaded dynamic Security intelligence | | \-RemoveDynamicSignature [-SignatureSetID] | Removes dynamic Security intelligence | | \-CheckExclusion -path \ | Checks whether a path is excluded | - +For example, +``` +mpcmdrun.exe -scan -2 +``` ## Related topics - [Reference topics for management and configuration tools](configuration-management-reference-windows-defender-antivirus.md) From 89fbdbb37df4b01c1944d83e52645c391aad2c04 Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Tue, 8 Oct 2019 11:03:59 -0700 Subject: [PATCH 137/191] update about-microsoft-edge add note to direct searchers to new version of Edge if that's what they were looking for. --- browsers/edge/about-microsoft-edge.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/browsers/edge/about-microsoft-edge.md b/browsers/edge/about-microsoft-edge.md index b58f9167db..878ce73fda 100644 --- a/browsers/edge/about-microsoft-edge.md +++ b/browsers/edge/about-microsoft-edge.md @@ -19,6 +19,9 @@ ms.date: 10/02/2018 # Microsoft Edge system and language requirements >Applies to: Microsoft Edge on Windows 10 and Windows 10 Mobile +> [!NOTE] +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index.yml). + Microsoft Edge is the new, default web browser for Windows 10, helping you to experience modern web standards, better performance, improved security, and increased reliability. Microsoft Edge lets you stay up-to-date through the Microsoft Store and to manage your enterprise through Group Policy or your mobile device management (MDM) tools. From f2a67f5dd3d122c26dad8720059982bfdd171995 Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Tue, 8 Oct 2019 11:32:38 -0700 Subject: [PATCH 138/191] update kiosk mode article add note to direct searchers to new Edge docs --- browsers/edge/microsoft-edge-kiosk-mode-deploy.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/browsers/edge/microsoft-edge-kiosk-mode-deploy.md b/browsers/edge/microsoft-edge-kiosk-mode-deploy.md index b8899ba2b6..db47f7a863 100644 --- a/browsers/edge/microsoft-edge-kiosk-mode-deploy.md +++ b/browsers/edge/microsoft-edge-kiosk-mode-deploy.md @@ -17,7 +17,10 @@ ms.date: 10/29/2018 # Deploy Microsoft Edge kiosk mode >Applies to: Microsoft Edge on Windows 10, version 1809 ->Professional, Enterprise, and Education +>Professional, Enterprise, and Education + +> [!NOTE] +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index.yml). In the Windows 10 October 2018 Update, we added the capability to use Microsoft Edge as a kiosk using assigned access. With assigned access, you create a tailored browsing experience locking down a Windows 10 device to only run as a single-app or multi-app kiosk. Assigned access restricts a local standard user account so that it only has access to one or more Windows app, such as Microsoft Edge in kiosk mode. From 12eee643a1f3fcb38a1e85470063f149f5e95d5d Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Tue, 8 Oct 2019 11:44:38 -0700 Subject: [PATCH 139/191] update edge faq add note to direct searchers to new docs --- browsers/edge/microsoft-edge-faq.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/browsers/edge/microsoft-edge-faq.md b/browsers/edge/microsoft-edge-faq.md index 4e520db1e3..3c481357d0 100644 --- a/browsers/edge/microsoft-edge-faq.md +++ b/browsers/edge/microsoft-edge-faq.md @@ -17,6 +17,9 @@ ms.localizationpriority: medium >Applies to: Microsoft Edge on Windows 10 and Windows 10 Mobile +> [!NOTE] +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index.yml). + ## How can I get the next major version of Microsoft Edge, based on Chromium? In December 2018, Microsoft [announced](https://blogs.windows.com/windowsexperience/2018/12/06/microsoft-edge-making-the-web-better-through-more-open-source-collaboration/#8jv53blDvL6TIKuS.97) our intention to adopt the Chromium open source project in the development of Microsoft Edge on the desktop, to create better web compatibility for our customers and less fragmentation of the web for all web developers. You can get more information at the [Microsoft Edge Insiders site](https://www.microsoftedgeinsider.com/). From eb926209ffa93af818888135a4b044335023a97b Mon Sep 17 00:00:00 2001 From: "Trond B. Krokli" <38162891+illfated@users.noreply.github.com> Date: Tue, 8 Oct 2019 20:49:54 +0200 Subject: [PATCH 140/191] Update windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-block-rules.md - improved phrasing Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- .../microsoft-recommended-block-rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-block-rules.md b/windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-block-rules.md index 6ec7694669..430c51f578 100644 --- a/windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-block-rules.md +++ b/windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-block-rules.md @@ -1514,7 +1514,7 @@ Pick the correct version of each .dll for the Windows release you plan to suppor
    > [!Note] -> To create a policy that works on both version 1803 and 1809, you can create two diff policies, or merge them into one broader policy. +> To create a policy that works on both Windows 10, version 1803 and version 1809, you can create two different policies, or merge them into one broader policy. ## Further reading (How-To) From 09b645765bc509a75c161145b07577f970ca35d1 Mon Sep 17 00:00:00 2001 From: "Trond B. Krokli" <38162891+illfated@users.noreply.github.com> Date: Tue, 8 Oct 2019 20:50:52 +0200 Subject: [PATCH 141/191] Update windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-block-rules.md - generalized heading text (better phrasing) Co-Authored-By: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- .../microsoft-recommended-block-rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-block-rules.md b/windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-block-rules.md index 430c51f578..67c82d8e59 100644 --- a/windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-block-rules.md +++ b/windows/security/threat-protection/windows-defender-application-control/microsoft-recommended-block-rules.md @@ -1516,6 +1516,6 @@ Pick the correct version of each .dll for the Windows release you plan to suppor > [!Note] > To create a policy that works on both Windows 10, version 1803 and version 1809, you can create two different policies, or merge them into one broader policy. -## Further reading (How-To) +## More information - [Merge Windows Defender Application Control policies](merge-windows-defender-application-control-policies.md) From ce07f1157cfce4c9e8b468565def5872c2f3c294 Mon Sep 17 00:00:00 2001 From: denisebmsft Date: Tue, 8 Oct 2019 11:57:31 -0700 Subject: [PATCH 142/191] fixed links removed "en-us/" --- .../internet-explorer/internet-explorer.yml | 4 +-- devices/surface-hub/surface-hub-2s-connect.md | 2 +- devices/surface/surface-wireless-connect.md | 2 +- .../windows-autopilot-and-surface-devices.md | 2 +- mdop/mbam-v25/deploy-mbam.md | 6 ++-- ...p-microsoft-store-for-business-overview.md | 8 ++--- .../generate-kernel-or-complete-crash-dump.md | 4 +-- .../mdm/applicationcontrol-csp.md | 4 +-- .../mdm/diagnosticlog-csp.md | 2 +- .../mdm/diagnosticlog-ddf.md | 2 +- .../mdm/enable-admx-backed-policies-in-mdm.md | 2 +- .../mdm/passportforwork-csp.md | 2 +- .../system-failure-recovery-options.md | 2 +- .../troubleshoot-windows-startup.md | 6 ++-- ...change-history-for-configure-windows-10.md | 30 +++++++++---------- .../windows-10-1803-removed-features.md | 2 +- .../windows-10-1809-removed-features.md | 2 +- windows/deployment/update/index.md | 2 +- .../windows-autopilot-requirements.md | 2 +- windows/hub/windows-10.yml | 8 ++--- windows/privacy/gdpr-it-guidance.md | 2 +- ...ponents-to-microsoft-services-using-MDM.md | 8 ++--- .../privacy/windows-diagnostic-data-1703.md | 2 +- ...-endpoints-1709-non-enterprise-editions.md | 2 +- ...ws-personal-data-services-configuration.md | 2 +- .../resolved-issues-windows-10-1607.yml | 2 +- ...indows-10-1809-and-windows-server-2019.yml | 2 +- ...indows-10-1607-and-windows-server-2016.yml | 2 +- ...indows-10-1809-and-windows-server-2019.yml | 2 +- .../windows-message-center.yml | 4 +-- .../microsoft-defender-atp/alerts.md | 2 +- .../configure-machines-onboarding.md | 2 +- .../investigate-incidents.md | 6 ++-- .../manage-incidents.md | 2 +- .../overview-endpoint-detection-response.md | 2 +- .../view-incidents-queue.md | 2 +- ...create-windows-firewall-rules-in-intune.md | 2 +- 37 files changed, 70 insertions(+), 70 deletions(-) diff --git a/browsers/internet-explorer/internet-explorer.yml b/browsers/internet-explorer/internet-explorer.yml index 5007545950..4c11b5c85e 100644 --- a/browsers/internet-explorer/internet-explorer.yml +++ b/browsers/internet-explorer/internet-explorer.yml @@ -41,7 +41,7 @@ sections: - type: markdown text: " Find the resources you need to successfully deploy Internet Explorer 11 in your organization.
    -
    MessageDate
    Take Action: October 2019 security update available for all supported versions of Windows
    The October 2019 security update release, referred to as our “B” release, is now available for Windows 10, version 1903 and all supported versions of Windows. We recommend that you install these updates promptly. For more information on the different types of monthly quality updates, see our Windows 10 update servicing cadence primer. To be informed about the latest updates and releases, follow us on Twitter @WindowsUpdate.
     
    October 08, 2019
    08:00 AM PT
    Take action: Security update available for all supported versions of Windows
    On October 3, 2019, Microsoft expanded delivery of the out-of-band Internet Explorer scripting engine security vulnerability (CVE-2019-1367) update released on September 23, 2019 to Windows Update and Windows Server Update Services (WSUS). This is now a required security update for all supported versions of Windows as it includes the Internet Explorer scripting engine vulnerability mitigation and corrects a recent printing issue some users have experienced. All customers using Windows Update or WSUS will be offered this update automatically. We recommend that you install this update as soon as a possible, then restart your PC to fully apply the mitigations and help secure your devices. As with all cumulative updates, this update supersedes any preceding update.
     
    Note: This update does not replace the standard October 2019 monthly security update release, which is scheduled for October 8, 2019.
    October 03, 2019
    08:00 AM PT
    September 2019 Windows 10, version 1903 \"D\" optional release is available
    The September 2019 optional monthly “D” release for Windows 10, version 1903 is now available. For more information on the different types of monthly quality updates, see our Windows 10 update servicing cadence primer. Follow @WindowsUpdate for the latest on the availability of this release.
    September 26, 2019
    02:00 PM PT
    Status update: September 2019 Windows \"C\" optional release available
    The September 2019 optional monthly “C” release for all supported versions of Windows is now available. For more information on the different types of monthly quality updates, see our Windows 10 update servicing cadence primer. Follow @WindowsUpdate for the latest on the availability of this release.
    September 24, 2019
    08:10 AM PT
    +

    **Customize Internet Explorer 11**
    The Internet Explorer Administration Kit (IEAK) simplifies the creation, deployment, and management of customized Internet Explorer packages. You can use the IEAK to configure the out-of-box Internet Explorer experience or to manage user settings after deployment.
    Download IEAK 11
    IEAK 11 user's guide
    Frequently asked questions about IEAK 11
    Customization and distribution guidelines

    **Install Internet Explorer 11**
    Explore the different options for installation.
    Through Automatic Updates (recommended)
    As part of an operating system deployment
    Over the network
    With System Center 2012 R2 Configuration Manager
    With Windows Server Update Services (WSUS)
    With Microsoft Intune
    With third-party tools

    **Customize Internet Explorer 11**
    The Internet Explorer Administration Kit (IEAK) simplifies the creation, deployment, and management of customized Internet Explorer packages. You can use the IEAK to configure the out-of-box Internet Explorer experience or to manage user settings after deployment.
    Download IEAK 11
    IEAK 11 user's guide
    Frequently asked questions about IEAK 11
    Customization and distribution guidelines

    **Install Internet Explorer 11**
    Explore the different options for installation.
    Through Automatic Updates (recommended)
    As part of an operating system deployment
    Over the network
    With System Center 2012 R2 Configuration Manager
    With Windows Server Update Services (WSUS)
    With Microsoft Intune
    With third-party tools
    " - title: Manage @@ -49,7 +49,7 @@ sections: - type: markdown text: " Find everything you need to manage Internet Explorer 11 effectively in your organization. Get information on Group Policy, blocked out-of-date ActiveX controls, scripts, and more.
    - +

    **Enforce settings with Group Policy**
    Learn how to use Group Policy to enforce settings on the computers in your organization.
    Group Policy for beginners
    New Group Policy settings for IE11
    Administrative templates for IE11

    **Standardize with Group Policy preferences**
    Group Policy preferences simplify deployment and standardize configurations, but unlike Group Policy, they can later be changed by users.
    Group Policy preferences for IE11
    Configure Group Policy preferences

    **Blocked out-of-date ActiveX controls**
    Find out more about the out-of-date ActiveX control blocking security feature available in Internet Explorer.
    Blocked out-of-date ActiveX controls
    Out-of-date ActiveX control blocking
    Update to block out-of-date ActiveX controls in Internet Explorer

    **Scripts for IT professionals**
    Find scripts to help you save time and automate common tasks.
    Batch loop: Check is a process running, if yes, wait in loop
    Script to join user to AD with automatic Local user Profile Migration
    Find-IE Citrix receiver Version
    See all scripts

    **Enforce settings with Group Policy**
    Learn how to use Group Policy to enforce settings on the computers in your organization.
    Group Policy for beginners
    New Group Policy settings for IE11
    Administrative templates for IE11

    **Standardize with Group Policy preferences**
    Group Policy preferences simplify deployment and standardize configurations, but unlike Group Policy, they can later be changed by users.
    Group Policy preferences for IE11
    Configure Group Policy preferences

    **Blocked out-of-date ActiveX controls**
    Find out more about the out-of-date ActiveX control blocking security feature available in Internet Explorer.
    Blocked out-of-date ActiveX controls
    Out-of-date ActiveX control blocking
    Update to block out-of-date ActiveX controls in Internet Explorer

    **Scripts for IT professionals**
    Find scripts to help you save time and automate common tasks.
    Batch loop: Check is a process running, if yes, wait in loop
    Script to join user to AD with automatic Local user Profile Migration
    Find-IE Citrix receiver Version
    See all scripts
    " - title: Support diff --git a/devices/surface-hub/surface-hub-2s-connect.md b/devices/surface-hub/surface-hub-2s-connect.md index 3726eae176..7cc48d747d 100644 --- a/devices/surface-hub/surface-hub-2s-connect.md +++ b/devices/surface-hub/surface-hub-2s-connect.md @@ -131,4 +131,4 @@ You can connect the following accessories to Surface Hub-2S using Bluetooth: - Speakers > [!NOTE] -> After you connect a Bluetooth headset or speaker, you might need to change the default microphone and speaker settings. For more information, see [**Local management for Surface Hub settings**](https://docs.microsoft.com/en-us/surface-hub/local-management-surface-hub-settings). +> After you connect a Bluetooth headset or speaker, you might need to change the default microphone and speaker settings. For more information, see [**Local management for Surface Hub settings**](https://docs.microsoft.com/surface-hub/local-management-surface-hub-settings). diff --git a/devices/surface/surface-wireless-connect.md b/devices/surface/surface-wireless-connect.md index 42d9e3a2c5..fbbaec21e8 100644 --- a/devices/surface/surface-wireless-connect.md +++ b/devices/surface/surface-wireless-connect.md @@ -27,7 +27,7 @@ This document assumes you have successfully deployed a wireless network that sup ## Configuring access points for optimal roaming capabilities -If you’re managing a wireless network that’s typically accessed by many different types of client devices, it’s recommended to enable specific protocols on access points (APs) in your WLAN, as described in [Fast Roaming with 802.11k, 802.11v, and 802.11r](https://docs.microsoft.com/en-us/windows-hardware/drivers/network/fast-roaming-with-802-11k--802-11v--and-802-11r). Surface devices can take advantage of the following wireless protocols: +If you’re managing a wireless network that’s typically accessed by many different types of client devices, it’s recommended to enable specific protocols on access points (APs) in your WLAN, as described in [Fast Roaming with 802.11k, 802.11v, and 802.11r](https://docs.microsoft.com/windows-hardware/drivers/network/fast-roaming-with-802-11k--802-11v--and-802-11r). Surface devices can take advantage of the following wireless protocols: - **802.11r.** “**Fast BSS Transition”** accelerates connecting to new wireless access points by reducing the number of frames required before your device can access another AP as you move around with your device. - **802.11k.** **“Neighbor Reports”** provides devices with information on current conditions at neighboring access points. It can help your Surface device choose the best AP using criteria other than signal strength such as AP utilization. diff --git a/devices/surface/windows-autopilot-and-surface-devices.md b/devices/surface/windows-autopilot-and-surface-devices.md index aee66dbdb7..9c6fafb2d6 100644 --- a/devices/surface/windows-autopilot-and-surface-devices.md +++ b/devices/surface/windows-autopilot-and-surface-devices.md @@ -19,7 +19,7 @@ Windows Autopilot is a cloud-based deployment technology available in Windows 10 With Surface devices, you can choose to register your devices at the time of purchase when purchasing from a Surface partner enabled for Windows Autopilot. New devices can be shipped directly to your end-users and will be automatically enrolled and configured when the units are unboxed and turned on for the first time. This process can eliminate need to reimage your devices as part of your deployment process, reducing the work required of your deployment staff and opening up new, agile methods for device management and distribution. -In this article learn how to enroll your Surface devices in Windows Autopilot with a Surface partner and the options and considerations you will need to know along the way. This article focuses specifically on Surface devices, for more information about using Windows Autopilot with other devices, or to read more about Windows Autopilot and its capabilities, see [Overview of Windows Autopilot](https://docs.microsoft.com/windows/deployment/windows-autopilot/windows-10-autopilot) in the Windows Docs Library. For information about licensing and other prerequisites, see [Windows Autopilot requirements](https://docs.microsoft.com/en-us/windows/deployment/windows-autopilot/windows-autopilot-requirements). +In this article learn how to enroll your Surface devices in Windows Autopilot with a Surface partner and the options and considerations you will need to know along the way. This article focuses specifically on Surface devices, for more information about using Windows Autopilot with other devices, or to read more about Windows Autopilot and its capabilities, see [Overview of Windows Autopilot](https://docs.microsoft.com/windows/deployment/windows-autopilot/windows-10-autopilot) in the Windows Docs Library. For information about licensing and other prerequisites, see [Windows Autopilot requirements](https://docs.microsoft.com/windows/deployment/windows-autopilot/windows-autopilot-requirements). ### Windows version considerations Support for broad deployments of Surface devices using Windows Autopilot, including enrollment performed by Surface partners at the time of purchase, requires devices manufactured with or otherwise installed with Windows 10 Version 1709 (Fall Creators Update) or later. These versions support a 4000-byte (4k) hash value to uniquely identify devices for Windows Autopilot that is necessary for deployments at scale. All new Surface devices ship with Windows 10 Version 1709 or above. diff --git a/mdop/mbam-v25/deploy-mbam.md b/mdop/mbam-v25/deploy-mbam.md index 8d746d6841..cc24ad5c89 100644 --- a/mdop/mbam-v25/deploy-mbam.md +++ b/mdop/mbam-v25/deploy-mbam.md @@ -553,7 +553,7 @@ Now that you have finished the deployment activity, you should review the follow * If a certificate is used, the certificate must have both FQDN and NetBIOS names entered into the **Subject Alternative Name** field for all IIS servers in the load balance group and also as the Friendly Name (for example: bitlocker.corp.net). Otherwise, the certificate will be reported as not trusted by the browser when you browse load-balanced addresses. -For more information, see [IIS Network Load Balancing](https://docs.microsoft.com/microsoft-desktop-optimization-pack/mbam-v25/planning-for-mbam-25-high-availability#a-href-idbkmk-load-balanceaiis-network-load-balancing) and [Registering SPNs for the application pool account](https://docs.microsoft.com/en-us/microsoft-desktop-optimization-pack/mbam-v25/planning-how-to-secure-the-mbam-websites#registering-spns-for-the-application-pool-account). +For more information, see [IIS Network Load Balancing](https://docs.microsoft.com/microsoft-desktop-optimization-pack/mbam-v25/planning-for-mbam-25-high-availability#a-href-idbkmk-load-balanceaiis-network-load-balancing) and [Registering SPNs for the application pool account](https://docs.microsoft.com/microsoft-desktop-optimization-pack/mbam-v25/planning-how-to-secure-the-mbam-websites#registering-spns-for-the-application-pool-account). ### How to configure a certificate @@ -589,6 +589,6 @@ For more information, see [MBAM Setup fails with “Register SPN Deferred” err You'll see multiple OS options in the MBAM root node for GPO after you update the ADMX templates to their latest versions. For example, Windows 7, Windows 8.1, and Windows 10, version 1511 and later versions. For more information about how to update the ADMX templates, see the following articles: -* [How to Download and Deploy MDOP Group Policy (.admx) Templates](https://docs.microsoft.com/en-us/microsoft-desktop-optimization-pack/solutions/how-to-download-and-deploy-mdop-group-policy--admx--templates) -* [Planning for MBAM 2.5 Group Policy Requirements](https://docs.microsoft.com/en-us/microsoft-desktop-optimization-pack/mbam-v25/planning-for-mbam-25-group-policy-requirements) +* [How to Download and Deploy MDOP Group Policy (.admx) Templates](https://docs.microsoft.com/microsoft-desktop-optimization-pack/solutions/how-to-download-and-deploy-mdop-group-policy--admx--templates) +* [Planning for MBAM 2.5 Group Policy Requirements](https://docs.microsoft.com/microsoft-desktop-optimization-pack/mbam-v25/planning-for-mbam-25-group-policy-requirements) * [Microsoft Desktop Optimization Pack Group Policy Administrative Templates](https://www.microsoft.com/en-us/download/details.aspx?id=55531) diff --git a/store-for-business/sign-up-microsoft-store-for-business-overview.md b/store-for-business/sign-up-microsoft-store-for-business-overview.md index ac2d921eb8..68548aeb8b 100644 --- a/store-for-business/sign-up-microsoft-store-for-business-overview.md +++ b/store-for-business/sign-up-microsoft-store-for-business-overview.md @@ -29,10 +29,10 @@ IT admins can sign up for Microsoft Store for Business and Education, and get st | Topic | Description | | ----- | ----------- | | [Microsoft Store for Business and Education overview](windows-store-for-business-overview.md) | Learn about Microsoft Store for Business. | -| [Prerequisites for Microsoft Store for Business and Education](https://docs.microsoft.com/en-us/microsoft-store/prerequisites-microsoft-store-for-business) | There are a few prerequisites for using Microsoft Store for Business and Education.](https://docs.microsoft.com/en-us/microsoft-store/prerequisites-microsoft-store-for-business) | -| [Sign up for Microsoft Store for Business or Microsoft Store for Education](https://docs.microsoft.com/en-us/microsoft-store/sign-up-microsoft-store-for-business) | Before you sign up for Store for Business and Education, at a minimum, you'll need an Azure Active Directory (AD) or Office 365 account for your organization, and you'll need to be the global administrator for your organization. If your organization is already using Azure AD, you can go ahead and sign up for Store for Business. If not, we'll help you create an Azure AD or Office 365 account and directory as part of the sign up process. | -| [Roles and permissions in Microsoft Store for Business and Education](https://docs.microsoft.com/en-us/microsoft-store/roles-and-permissions-microsoft-store-for-business)| The first person to sign in to Microsoft Store for Business and Education must be a Global Admin of the Azure Active Directory (AD) tenant. Once the Global Admin has signed in, they can give permissions to others employees. | -| [Settings reference: Microsoft Store for Business and Education](https://docs.microsoft.com/en-us/microsoft-store/settings-reference-microsoft-store-for-business) | Microsoft Store for Business and Education has a group of settings that admins use to manage the store. | +| [Prerequisites for Microsoft Store for Business and Education](https://docs.microsoft.com/microsoft-store/prerequisites-microsoft-store-for-business) | There are a few prerequisites for using Microsoft Store for Business and Education.](https://docs.microsoft.com/microsoft-store/prerequisites-microsoft-store-for-business) | +| [Sign up for Microsoft Store for Business or Microsoft Store for Education](https://docs.microsoft.com/microsoft-store/sign-up-microsoft-store-for-business) | Before you sign up for Store for Business and Education, at a minimum, you'll need an Azure Active Directory (AD) or Office 365 account for your organization, and you'll need to be the global administrator for your organization. If your organization is already using Azure AD, you can go ahead and sign up for Store for Business. If not, we'll help you create an Azure AD or Office 365 account and directory as part of the sign up process. | +| [Roles and permissions in Microsoft Store for Business and Education](https://docs.microsoft.com/microsoft-store/roles-and-permissions-microsoft-store-for-business)| The first person to sign in to Microsoft Store for Business and Education must be a Global Admin of the Azure Active Directory (AD) tenant. Once the Global Admin has signed in, they can give permissions to others employees. | +| [Settings reference: Microsoft Store for Business and Education](https://docs.microsoft.com/microsoft-store/settings-reference-microsoft-store-for-business) | Microsoft Store for Business and Education has a group of settings that admins use to manage the store. | diff --git a/windows/client-management/generate-kernel-or-complete-crash-dump.md b/windows/client-management/generate-kernel-or-complete-crash-dump.md index 894ed853fc..6601e238eb 100644 --- a/windows/client-management/generate-kernel-or-complete-crash-dump.md +++ b/windows/client-management/generate-kernel-or-complete-crash-dump.md @@ -103,9 +103,9 @@ To do this, follow these steps: ### Use the keyboard -[Forcing a System Crash from the Keyboard](https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/forcing-a-system-crash-from-the-keyboard) +[Forcing a System Crash from the Keyboard](https://docs.microsoft.com/windows-hardware/drivers/debugger/forcing-a-system-crash-from-the-keyboard) ### Use Debugger -[Forcing a System Crash from the Debugger](https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/forcing-a-system-crash-from-the-debugger) +[Forcing a System Crash from the Debugger](https://docs.microsoft.com/windows-hardware/drivers/debugger/forcing-a-system-crash-from-the-debugger) diff --git a/windows/client-management/mdm/applicationcontrol-csp.md b/windows/client-management/mdm/applicationcontrol-csp.md index 7dc2e66ea2..052d05d6a0 100644 --- a/windows/client-management/mdm/applicationcontrol-csp.md +++ b/windows/client-management/mdm/applicationcontrol-csp.md @@ -11,7 +11,7 @@ ms.date: 05/21/2019 # ApplicationControl CSP -Windows Defender Application Control (WDAC) policies can be managed from an MDM server through ApplicationControl configuration service provider (CSP). This CSP provides expanded diagnostic capabilities and support for [multiple policies](https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-application-control/deploy-multiple-windows-defender-application-control-policies) (introduced in Windows 10, version 1903). It also provides support for rebootless policy deployment (introduced in Windows 10, version 1709). Unlike [AppLocker CSP](applocker-csp.md), ApplicationControl CSP correctly detects the presence of no-reboot option and consequently does not schedule a reboot. +Windows Defender Application Control (WDAC) policies can be managed from an MDM server through ApplicationControl configuration service provider (CSP). This CSP provides expanded diagnostic capabilities and support for [multiple policies](https://docs.microsoft.com/windows/security/threat-protection/windows-defender-application-control/deploy-multiple-windows-defender-application-control-policies) (introduced in Windows 10, version 1903). It also provides support for rebootless policy deployment (introduced in Windows 10, version 1709). Unlike [AppLocker CSP](applocker-csp.md), ApplicationControl CSP correctly detects the presence of no-reboot option and consequently does not schedule a reboot. Existing WDAC policies deployed using AppLocker CSP’s CodeIntegrity node can now be deployed using ApplicationControl CSP URI. Although WDAC policy deployment via AppLocker CSP will continue to be supported, all new feature work will be done in ApplicationControl CSP only. ApplicationControl CSP was added in Windows 10, version 1903. @@ -117,7 +117,7 @@ Value type is char. To use ApplicationControl CSP, you must: - Know a generated policy’s GUID, which can be found in the policy xml as ``. - Convert the policies to binary format using the ConvertFrom-CIPolicy cmdlet in order to be deployed. The binary policy may be signed or unsigned. -- Create a policy node (a Base64-encoded blob of the binary policy representation) using the [certutil -encode](https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/cc732443(v=ws.11)#BKMK_encode) command line tool. +- Create a policy node (a Base64-encoded blob of the binary policy representation) using the [certutil -encode](https://docs.microsoft.com/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/cc732443(v=ws.11)#BKMK_encode) command line tool. Here is a sample certutil invocation: ``` diff --git a/windows/client-management/mdm/diagnosticlog-csp.md b/windows/client-management/mdm/diagnosticlog-csp.md index 6b3a628eb7..d0a24d5007 100644 --- a/windows/client-management/mdm/diagnosticlog-csp.md +++ b/windows/client-management/mdm/diagnosticlog-csp.md @@ -979,7 +979,7 @@ The data type is string. Default string is as follows: -https://docs.microsoft.com/en-us/windows/desktop/WES/eventmanifestschema-channeltype-complextype. +https://docs.microsoft.com/windows/desktop/WES/eventmanifestschema-channeltype-complextype. Add **SDDL** ``` xml diff --git a/windows/client-management/mdm/diagnosticlog-ddf.md b/windows/client-management/mdm/diagnosticlog-ddf.md index ec63a3f303..c4591652a5 100644 --- a/windows/client-management/mdm/diagnosticlog-ddf.md +++ b/windows/client-management/mdm/diagnosticlog-ddf.md @@ -2030,7 +2030,7 @@ The content below are the latest versions of the DDF files: - SDDL String controlling access to the channel. Default: https://docs.microsoft.com/en-us/windows/desktop/WES/eventmanifestschema-channeltype-complextype + SDDL String controlling access to the channel. Default: https://docs.microsoft.com/windows/desktop/WES/eventmanifestschema-channeltype-complextype diff --git a/windows/client-management/mdm/enable-admx-backed-policies-in-mdm.md b/windows/client-management/mdm/enable-admx-backed-policies-in-mdm.md index 548a34e79e..cafddacdb6 100644 --- a/windows/client-management/mdm/enable-admx-backed-policies-in-mdm.md +++ b/windows/client-management/mdm/enable-admx-backed-policies-in-mdm.md @@ -32,7 +32,7 @@ See [Support Tip: Ingesting Office ADMX-backed policies using Microsoft Intune]( ## Enable a policy > [!NOTE] -> See [Understanding ADMX-backed policies](https://docs.microsoft.com/en-us/windows/client-management/mdm/understanding-admx-backed-policies). +> See [Understanding ADMX-backed policies](https://docs.microsoft.com/windows/client-management/mdm/understanding-admx-backed-policies). 1. Find the policy from the list [ADMX-backed policies](policy-configuration-service-provider.md#admx-backed-policies). You need the following information listed in the policy description. - GP English name diff --git a/windows/client-management/mdm/passportforwork-csp.md b/windows/client-management/mdm/passportforwork-csp.md index b7b64e75fe..32d3ae4dc0 100644 --- a/windows/client-management/mdm/passportforwork-csp.md +++ b/windows/client-management/mdm/passportforwork-csp.md @@ -271,7 +271,7 @@ Scope is permanent. Supported operation is Get. **SecurityKey/UseSecurityKeyForSignin** (only for ./Device/Vendor/MSFT) -Added in Windows 10, version 1903. Enables users to sign-in to their device with a [FIDO2 security key](https://docs.microsoft.com/en-us/azure/active-directory/authentication/concept-authentication-passwordless#fido2-security-keys) that is compatible with Microsoft’s implementation. +Added in Windows 10, version 1903. Enables users to sign-in to their device with a [FIDO2 security key](https://docs.microsoft.com/azure/active-directory/authentication/concept-authentication-passwordless#fido2-security-keys) that is compatible with Microsoft’s implementation. Scope is dynamic. Supported operations are Add, Get, Replace, and Delete. diff --git a/windows/client-management/system-failure-recovery-options.md b/windows/client-management/system-failure-recovery-options.md index 04dcbbafc9..28f7edaab0 100644 --- a/windows/client-management/system-failure-recovery-options.md +++ b/windows/client-management/system-failure-recovery-options.md @@ -202,4 +202,4 @@ To view system failure and recovery settings for your local computer, type **wmi ## References -[Varieties of Kernel-Mode Dump Files](https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/varieties-of-kernel-mode-dump-files) +[Varieties of Kernel-Mode Dump Files](https://docs.microsoft.com/windows-hardware/drivers/debugger/varieties-of-kernel-mode-dump-files) diff --git a/windows/client-management/troubleshoot-windows-startup.md b/windows/client-management/troubleshoot-windows-startup.md index 70bda5a8f5..308677bcef 100644 --- a/windows/client-management/troubleshoot-windows-startup.md +++ b/windows/client-management/troubleshoot-windows-startup.md @@ -46,8 +46,8 @@ To understand the underlying cause of Windows startup problems, it's important t These articles will walk you through the resources you need to troubleshoot Windows startup issues: -- [Advanced troubleshooting for Windows boot problems](https://docs.microsoft.com/en-us/windows/client-management/advanced-troubleshooting-boot-problems) +- [Advanced troubleshooting for Windows boot problems](https://docs.microsoft.com/windows/client-management/advanced-troubleshooting-boot-problems) -- [Advanced troubleshooting for Stop error or blue screen error](https://docs.microsoft.com/en-us/windows/client-management/troubleshoot-stop-errors) +- [Advanced troubleshooting for Stop error or blue screen error](https://docs.microsoft.com/windows/client-management/troubleshoot-stop-errors) -- [Advanced troubleshooting for Windows-based computer freeze issues](https://docs.microsoft.com/en-us/windows/client-management/troubleshoot-windows-freeze) +- [Advanced troubleshooting for Windows-based computer freeze issues](https://docs.microsoft.com/windows/client-management/troubleshoot-windows-freeze) diff --git a/windows/configuration/change-history-for-configure-windows-10.md b/windows/configuration/change-history-for-configure-windows-10.md index 5746781d7a..e1100ede91 100644 --- a/windows/configuration/change-history-for-configure-windows-10.md +++ b/windows/configuration/change-history-for-configure-windows-10.md @@ -119,14 +119,14 @@ The following topics were moved into the [Privacy](/windows/privacy/index) libra New or changed topic | Description --- | --- -[Configure Windows diagnostic data in your organizationspro](https://docs.microsoft.com/en-us/windows/privacy/configure-windows-diagnostic-data-in-your-organization) | Updated endpoints. +[Configure Windows diagnostic data in your organizationspro](https://docs.microsoft.com/windows/privacy/configure-windows-diagnostic-data-in-your-organization) | Updated endpoints. [Configure cellular settings for tablets and PCs](provisioning-apn.md) | Added instructions for confirming that the settings were applied. ## March 2018 New or changed topic | Description --- | --- -[Windows 10, version 1709 basic level Windows diagnostic events and fields](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709) and [Windows 10, version 1703 basic level Windows diagnostic events and fields](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703) | Added events and fields that were added in the March update. +[Windows 10, version 1709 basic level Windows diagnostic events and fields](https://docs.microsoft.com/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709) and [Windows 10, version 1703 basic level Windows diagnostic events and fields](https://docs.microsoft.com/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703) | Added events and fields that were added in the March update. Set up a kiosk on Windows 10 Pro, Enterprise, or Education | Renamed it **Set up a kiosk or digital signage on Windows 10 Pro, Enterprise, or Education** and reorganized the information to make the choices clearer. @@ -134,7 +134,7 @@ Set up a kiosk on Windows 10 Pro, Enterprise, or Education | Renamed it **Set up New or changed topic | Description --- | --- -[Windows 10, version 1709 basic diagnostic events and fields](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709) and [Windows 10, version 1703 basic level Windows diagnostic events and fields](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703) | Added events and fields that were added in the February update. +[Windows 10, version 1709 basic diagnostic events and fields](https://docs.microsoft.com/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709) and [Windows 10, version 1703 basic level Windows diagnostic events and fields](https://docs.microsoft.com/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703) | Added events and fields that were added in the February update. [Create a Windows 10 kiosk that runs multiple apps](lock-down-windows-10-to-specific-apps.md) | Added steps for configuring a kiosk in Microsoft Intune. [Customize Windows 10 Start and taskbar with mobile device management (MDM)](customize-windows-10-start-screens-by-using-mobile-device-management.md) | Updated the instructions for applying a customized Start layout using Microsoft Intune. @@ -145,9 +145,9 @@ New or changed topic | Description [Create a Windows 10 kiosk that runs multiple apps](lock-down-windows-10-to-specific-apps.md) | Added videos demonstrating how to use Microsoft Intune and how to use provisioning packages to configure multi-app kiosks. [ConnectivityProfiles](wcd/wcd-connectivityprofiles.md) | Added settings for VPN **Native** and **Third Party** profile types. [Start layout XML for desktop editions of Windows 10 (reference)](start-layout-xml-desktop.md) | Clarified that the TopMFUApps elements in layoutmodification.xml are not supported in Windows 10, version 1709. -| [Diagnostic Data Viewer Overview](https://docs.microsoft.com/en-us/windows/privacy/diagnostic-data-viewer-overviewd) | New topic | +| [Diagnostic Data Viewer Overview](https://docs.microsoft.com/windows/privacy/diagnostic-data-viewer-overviewd) | New topic | [Configure Windows 10 taskbar](configure-windows-10-taskbar.md) | Added section for removing default apps from the taskbar. -[Manage Windows 10 connection endpoints](https://docs.microsoft.com/en-us/windows/privacy/manage-windows-1709-endpoints) | New topic for Windows 10, version 1709 that explains the purpose for connections to Microsoft services and how to manage them. +[Manage Windows 10 connection endpoints](https://docs.microsoft.com/windows/privacy/manage-windows-1709-endpoints) | New topic for Windows 10, version 1709 that explains the purpose for connections to Microsoft services and how to manage them. [Configure Windows Spotlight on the lock screen](windows-spotlight.md) | Added section for resolution of custom lock screen images. [Set up a kiosk on Windows 10 Pro, Enterprise, or Education](set-up-a-kiosk-for-windows-10-for-desktop-editions.md) | Added section for automatic sign-in after restart on unmanaged devices. @@ -156,7 +156,7 @@ New or changed topic | Description New or changed topic | Description --- | --- -|[Windows 10, version 1703 basic level Windows diagnostic events and fields](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703)| Added events that were added in November. | +|[Windows 10, version 1703 basic level Windows diagnostic events and fields](https://docs.microsoft.com/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703)| Added events that were added in November. | [Create a provisioning package with multivariant settings](provisioning-packages/provisioning-multivariant.md) | Add support for desktop to [Conditions](provisioning-packages/provisioning-multivariant.md#conditions) table. ## October 2017 @@ -171,16 +171,16 @@ The topics in this library have been updated for Windows 10, version 1709 (also - [Create a Windows 10 kiosk that runs multiple apps](lock-down-windows-10-to-specific-apps.md) - [Multi-app kiosk XML reference](multi-app-kiosk-xml.md) -- [Windows 10, version 1709 basic diagnostic events and fields](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709) -- [Windows 10, version 1709 enhanced diagnostic data events and fields used by Windows Analytics](https://docs.microsoft.com/en-us/windows/privacy/enhanced-diagnostic-data-windows-analytics-events-and-fields) +- [Windows 10, version 1709 basic diagnostic events and fields](https://docs.microsoft.com/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709) +- [Windows 10, version 1709 enhanced diagnostic data events and fields used by Windows Analytics](https://docs.microsoft.com/windows/privacy/enhanced-diagnostic-data-windows-analytics-events-and-fields) ## September 2017 |New or changed topic | Description| |--- | ---| -|[Beginning your General Data Protection Regulation (GDPR) journey for Windows 10](https://docs.microsoft.com/en-us/windows/privacy/gdpr-win10-whitepaper)|New conceptual info about Windows 10 and the upcoming GDPR-compliance requirements.| -|[Manage connections from Windows operating system components to Microsoft services](https://docs.microsoft.com/en-us/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services) | Added that Windows Spotlight can be managed by the Experience/AllowWindowsSpotlight MDM policy. | +|[Beginning your General Data Protection Regulation (GDPR) journey for Windows 10](https://docs.microsoft.com/windows/privacy/gdpr-win10-whitepaper)|New conceptual info about Windows 10 and the upcoming GDPR-compliance requirements.| +|[Manage connections from Windows operating system components to Microsoft services](https://docs.microsoft.com/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services) | Added that Windows Spotlight can be managed by the Experience/AllowWindowsSpotlight MDM policy. | @@ -195,12 +195,12 @@ The topics in this library have been updated for Windows 10, version 1709 (also | New or changed topic | Description | | --- | --- | -|[Windows 10, version 1703 Diagnostic Data](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703)|Updated categories and included diagnostic data.| +|[Windows 10, version 1703 Diagnostic Data](https://docs.microsoft.com/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703)|Updated categories and included diagnostic data.| |[Add image for secondary tiles](start-secondary-tiles.md) | Added XML example for Edge secondary tiles and **ImportEdgeAssets** | |[Customize and export Start layout](customize-and-export-start-layout.md) | Added explanation for tile behavior when the app is not installed | |[Guidelines for choosing an app for assigned access](guidelines-for-assigned-access-app.md) | Added that Microsoft Edge is not supported for assigned access | -|[Windows 10, version 1703 basic level Windows diagnostic events and fields](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703)|Updated several Appraiser events and added Census.Speech. | -|[Manage connections from Windows operating system components to Microsoft-services](https://docs.microsoft.com/en-us/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services) | Updated Date & Time and Windows spotlight sections. | +|[Windows 10, version 1703 basic level Windows diagnostic events and fields](https://docs.microsoft.com/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703)|Updated several Appraiser events and added Census.Speech. | +|[Manage connections from Windows operating system components to Microsoft-services](https://docs.microsoft.com/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services) | Updated Date & Time and Windows spotlight sections. | ## June 2017 @@ -215,7 +215,7 @@ The topics in this library have been updated for Windows 10, version 1709 (also | New or changed topic | Description | | --- | --- | | [Configure cellular settings for tablets and PCs](provisioning-apn.md) | New | -| [Manage connections from Windows operating system components to Microsoft services](https://docs.microsoft.com/en-us/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services) | Added MDM policies for privacy settings | +| [Manage connections from Windows operating system components to Microsoft services](https://docs.microsoft.com/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services) | Added MDM policies for privacy settings | ## April 2017 @@ -233,4 +233,4 @@ The topics in this library have been updated for Windows 10, version 1703 (also - [Use the Lockdown Designer app to create a Lockdown XML file](mobile-devices/mobile-lockdown-designer.md) - [Add image for secondary tiles](start-secondary-tiles.md) - [Provision PCs with apps](provisioning-packages/provision-pcs-with-apps.md) -- [Windows 10, version 1703 basic level Windows diagnostic events and fields](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703) \ No newline at end of file +- [Windows 10, version 1703 basic level Windows diagnostic events and fields](https://docs.microsoft.com/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703) \ No newline at end of file diff --git a/windows/deployment/planning/windows-10-1803-removed-features.md b/windows/deployment/planning/windows-10-1803-removed-features.md index 4a6777f046..562f287c68 100644 --- a/windows/deployment/planning/windows-10-1803-removed-features.md +++ b/windows/deployment/planning/windows-10-1803-removed-features.md @@ -21,7 +21,7 @@ Each release of Windows 10 adds new features and functionality; we also occasion > [!TIP] > - You can get early access to Windows 10 builds by joining the [Windows Insider program](https://insider.windows.com) - this is a great way to test feature changes. -- Have questions about other releases? Check out the information for [Features that are removed or deprecated in Windows 10, version 1703](https://docs.microsoft.com/en-us/windows/deployment/planning/windows-10-1703-removed-features), [Features that are removed or deprecated in Windows 10, version 1709](https://docs.microsoft.com/en-us/windows/deployment/planning/windows-10-1709-removed-features), and [Features that are removed or deprecated in Windows 10 Creators Update](https://support.microsoft.com/en-us/help/4014193/features-that-are-removed-or-deprecated-in-windows-10-creators-update). +- Have questions about other releases? Check out the information for [Features that are removed or deprecated in Windows 10, version 1703](https://docs.microsoft.com/windows/deployment/planning/windows-10-1703-removed-features), [Features that are removed or deprecated in Windows 10, version 1709](https://docs.microsoft.com/windows/deployment/planning/windows-10-1709-removed-features), and [Features that are removed or deprecated in Windows 10 Creators Update](https://support.microsoft.com/en-us/help/4014193/features-that-are-removed-or-deprecated-in-windows-10-creators-update). **The list is subject to change and might not include every affected feature or functionality.** diff --git a/windows/deployment/planning/windows-10-1809-removed-features.md b/windows/deployment/planning/windows-10-1809-removed-features.md index 6c8962eca7..9a2cb63049 100644 --- a/windows/deployment/planning/windows-10-1809-removed-features.md +++ b/windows/deployment/planning/windows-10-1809-removed-features.md @@ -21,7 +21,7 @@ Each release of Windows 10 adds new features and functionality; we also occasion > [!TIP] > You can get early access to Windows 10 builds by joining the [Windows Insider program](https://insider.windows.com) - this is a great way to test feature changes. -> Have questions about other releases? Check out the information for [Features removed or planned for replacement starting with Windows 10, version 1809](https://docs.microsoft.com/en-us/windows/deployment/planning/windows-10-1809-removed-features), [Features removed or planned for replacement starting with Windows Server, version 1709](https://docs.microsoft.com/en-us/windows-server/get-started/removed-features-1709), and [Features that are removed or deprecated in Windows 10, version 1703](https://docs.microsoft.com/en-us/windows/deployment/planning/windows-10-1703-removed-features). +> Have questions about other releases? Check out the information for [Features removed or planned for replacement starting with Windows 10, version 1809](https://docs.microsoft.com/windows/deployment/planning/windows-10-1809-removed-features), [Features removed or planned for replacement starting with Windows Server, version 1709](https://docs.microsoft.com/windows-server/get-started/removed-features-1709), and [Features that are removed or deprecated in Windows 10, version 1703](https://docs.microsoft.com/windows/deployment/planning/windows-10-1703-removed-features). **The list is subject to change and might not include every affected feature or functionality.** diff --git a/windows/deployment/update/index.md b/windows/deployment/update/index.md index 87ffa516dc..9c45228695 100644 --- a/windows/deployment/update/index.md +++ b/windows/deployment/update/index.md @@ -36,7 +36,7 @@ Windows as a service provides a new way to think about building, deploying, and | [Overview of Windows as a service](waas-overview.md) | Explains the differences in building, deploying, and servicing Windows 10; introduces feature updates, quality updates, and the different servicing branches; compares servicing tools. | | [Prepare servicing strategy for Windows 10 updates](waas-servicing-strategy-windows-10-updates.md) | Explains the decisions you need to make in your servicing strategy. | | [Build deployment rings for Windows 10 updates](waas-deployment-rings-windows-10-updates.md) | Explains how to make use of servicing branches and update deferrals to manage Windows 10 updates. | -| [Assign devices to servicing branches for Windows 10 updates](https://docs.microsoft.com/en-us/windows/deployment/update/waas-servicing-channels-windows-10-updates) | Explains how to assign devices to the Semi-Annual Channel for feature and quality updates, and how to enroll devices in Windows Insider. | +| [Assign devices to servicing branches for Windows 10 updates](https://docs.microsoft.com/windows/deployment/update/waas-servicing-channels-windows-10-updates) | Explains how to assign devices to the Semi-Annual Channel for feature and quality updates, and how to enroll devices in Windows Insider. | | [Monitor Windows Updates with Update Compliance](update-compliance-monitor.md) | Explains how to use Windows Analytics: Update Compliance to monitor and manage Windows Updates on devices in your organization. | | [Optimize update delivery for Windows 10 updates](waas-optimize-windows-10-updates.md) | Explains the benefits of using Delivery Optimization or BranchCache for update distribution. | | [Deploy updates for Windows 10 Mobile Enterprise and Windows 10 IoT Mobile](waas-mobile-updates.md) | Explains updates for Windows 10 Mobile Enterprise and Windows 10 IoT Mobile. | diff --git a/windows/deployment/windows-autopilot/windows-autopilot-requirements.md b/windows/deployment/windows-autopilot/windows-autopilot-requirements.md index 26322f5a1a..80be0dc299 100644 --- a/windows/deployment/windows-autopilot/windows-autopilot-requirements.md +++ b/windows/deployment/windows-autopilot/windows-autopilot-requirements.md @@ -124,4 +124,4 @@ There are no additional hardware requirements to use Windows 10 Autopilot, beyon ## Related topics -[Configure Autopilot deployment](https://docs.microsoft.com/en-us/windows/deployment/windows-autopilot/) +[Configure Autopilot deployment](https://docs.microsoft.com/windows/deployment/windows-autopilot/) diff --git a/windows/hub/windows-10.yml b/windows/hub/windows-10.yml index e858c87806..1504e2cae3 100644 --- a/windows/hub/windows-10.yml +++ b/windows/hub/windows-10.yml @@ -33,7 +33,7 @@ sections: - type: markdown text: " Learn about the latest releases and servicing options.
    - +
    What's new in Windows 10, version 1809
    What's new in Windows 10, version 1803
    What's new in Windows 10, version 1709
    Windows 10 release information
    Windows 10 update history
    Windows 10 roadmap
    What's new in Windows 10, version 1809
    What's new in Windows 10, version 1803
    What's new in Windows 10, version 1709
    Windows 10 release information
    Windows 10 update history
    Windows 10 roadmap
    " - title: Frequently asked questions @@ -41,7 +41,7 @@ sections: - type: markdown text: " Get answers to common questions, or get help with a specific problem.
    - +
    Windows 10 FAQ for IT Pros
    Windows 10 forums
    Windows 10 TechCommunity
    Which edition is right for your organization?
    Infrastructure requirements
    What's Windows as a service?
    Windows 10 Mobile deployment and management guide
    Windows 10 FAQ for IT Pros
    Windows 10 forums
    Windows 10 TechCommunity
    Which edition is right for your organization?
    Infrastructure requirements
    What's Windows as a service?
    Windows 10 Mobile deployment and management guide
    " - title: Plan @@ -57,7 +57,7 @@ sections: - type: markdown text: " Download recommended tools and get step-by-step guidance for in-place upgrades, dynamic provisioning, or traditional deployments.
    - +

    **In-place upgrade**
    The simplest way to upgrade PCs that are currently running WIndows 7, Windows 8, or Windows 8.1 is to do an in-place upgrade.
    Upgrade to Windows 10 with Configuration Manager
    Upgrade to Windows 10 with MDT

    **Traditional deployment**
    Some organizations may still need to opt for an image-based deployment of Windows 10.
    Deploy Windows 10 with Configuration Manager
    Deploy Windows 10 with MDT

    **Dynamic provisioning**
    With Windows 10 you can create provisioning packages that let you quickly configure a device without having to install a new image.
    Provisioning packages for Windows 10
    Build and apply a provisioning package
    Customize Windows 10 start and the taskbar
    Windows deployment for education environments
    Set up a shared or guest PC with Windows 10
    Sideload apps in Windows 10

    **In-place upgrade**
    The simplest way to upgrade PCs that are currently running WIndows 7, Windows 8, or Windows 8.1 is to do an in-place upgrade.
    Upgrade to Windows 10 with Configuration Manager
    Upgrade to Windows 10 with MDT

    **Traditional deployment**
    Some organizations may still need to opt for an image-based deployment of Windows 10.
    Deploy Windows 10 with Configuration Manager
    Deploy Windows 10 with MDT

    **Dynamic provisioning**
    With Windows 10 you can create provisioning packages that let you quickly configure a device without having to install a new image.
    Provisioning packages for Windows 10
    Build and apply a provisioning package
    Customize Windows 10 start and the taskbar
    Windows deployment for education environments
    Set up a shared or guest PC with Windows 10
    Sideload apps in Windows 10
    " - title: Management and security @@ -65,7 +65,7 @@ sections: - type: markdown text: " Learn how to manage Windows 10 clients and apps, secure company data, and manage risk.
    - +

    **Manage Windows 10 updates**
    Get best practices and tools to help you manage clients and apps.
    Manage clients in Windows 10
    Manage apps and features in Windows 10

    **Security**
    Intelligent security, powered by the cloud. Out-of-the-box protection, advanced security features, and intelligent management to respond to advanced threats.
    Windows 10 enterprise security
    Threat protection
    Identity protection
    Information protection

    **Manage Windows 10 updates**
    Get best practices and tools to help you manage clients and apps.
    Manage clients in Windows 10
    Manage apps and features in Windows 10

    **Security**
    Intelligent security, powered by the cloud. Out-of-the-box protection, advanced security features, and intelligent management to respond to advanced threats.
    Windows 10 enterprise security
    Threat protection
    Identity protection
    Information protection
    " - title: Stay informed diff --git a/windows/privacy/gdpr-it-guidance.md b/windows/privacy/gdpr-it-guidance.md index 0ab63bfaa5..ba1428445d 100644 --- a/windows/privacy/gdpr-it-guidance.md +++ b/windows/privacy/gdpr-it-guidance.md @@ -224,7 +224,7 @@ IT Professionals that are interested in this configuration, see [Windows 10 pers ### Windows 10 connections to Microsoft -To find out more about the network connections that Windows components make to Microsoft as well as the privacy settings that affect data shared with either Microsoft or apps, see [Manage connections from Windows operating system components to Microsoft services](https://docs.microsoft.com/en-us/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services). This article describe how these settings can be managed by an IT Professional, and fronts an array of Windows version-specific articles. +To find out more about the network connections that Windows components make to Microsoft as well as the privacy settings that affect data shared with either Microsoft or apps, see [Manage connections from Windows operating system components to Microsoft services](https://docs.microsoft.com/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services). This article describe how these settings can be managed by an IT Professional, and fronts an array of Windows version-specific articles. ### At-a-glance: the relationship between an IT organization and the GDPR diff --git a/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services-using-MDM.md b/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services-using-MDM.md index 8211fc3089..3f002495cd 100644 --- a/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services-using-MDM.md +++ b/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services-using-MDM.md @@ -140,8 +140,8 @@ For Windows 10, the following MDM policies are available in the [Policy CSP](htt 1. [Defender/SubmitSamplesConsent](https://docs.microsoft.com/windows/client-management/mdm/policy-csp-defender#defender-submitsamplesconsent). Stop sending file samples back to Microsoft. **Set to 2 (two)** 1. Windows Defender Smartscreen - [Browser/AllowSmartScreen](https://docs.microsoft.com/windows/client-management/mdm/policy-csp-browser#browser-allowsmartscreen). Disable Windows Defender Smartscreen. **Set to 0 (zero)** 1. Windows Defender Smartscreen EnableAppInstallControl - [SmartScreen/EnableAppInstallControl](https://docs.microsoft.com/windows/client-management/mdm/policy-csp-smartscreen#smartscreen-enableappinstallcontrol). Controls whether users are allowed to install apps from places other than the Microsoft Store. **Set to 0 (zero)** - 1. Windows Defender Potentially Unwanted Applications(PUA) Protection - [Defender/PUAProtection](https://docs.microsoft.com/en-us/windows/client-management/mdm/policy-csp-defender#defender-puaprotection). Specifies the level of detection for potentially unwanted applications (PUAs). **Set to 1 (one)** - 1. [Defender/SignatureUpdateFallbackOrder](https://docs.microsoft.com/en-us/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services-using-mdm). Allows you to define the order in which different definition update sources should be contacted. The OMA-URI for this is: **./Vendor/MSFT/Policy/Config/Defender/SignatureUpdateFallbackOrder**, Data type: **String**, Value: **FileShares** + 1. Windows Defender Potentially Unwanted Applications(PUA) Protection - [Defender/PUAProtection](https://docs.microsoft.com/windows/client-management/mdm/policy-csp-defender#defender-puaprotection). Specifies the level of detection for potentially unwanted applications (PUAs). **Set to 1 (one)** + 1. [Defender/SignatureUpdateFallbackOrder](https://docs.microsoft.com/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services-using-mdm). Allows you to define the order in which different definition update sources should be contacted. The OMA-URI for this is: **./Vendor/MSFT/Policy/Config/Defender/SignatureUpdateFallbackOrder**, Data type: **String**, Value: **FileShares** 1. **Windows Spotlight** - [Experience/AllowWindowsSpotlight](https://docs.microsoft.com/windows/client-management/mdm/policy-csp-experience#experience-allowwindowsspotlight). Disable Windows Spotlight. **Set to 0 (zero)** 1. **Microsoft Store** 1. [ApplicationManagement/DisableStoreOriginatedApps](https://docs.microsoft.com/windows/client-management/mdm/policy-csp-applicationmanagement#applicationmanagement-disablestoreoriginatedapps). Boolean value that disables the launch of all apps from Microsoft Store that came pre-installed or were downloaded. **Set to 1 (one)** @@ -151,8 +151,8 @@ For Windows 10, the following MDM policies are available in the [Policy CSP](htt 1. [DeliveryOptimization/DODownloadMode](https://docs.microsoft.com/windows/client-management/mdm/policy-csp-deliveryoptimization#deliveryoptimization-dodownloadmode). Let’s you choose where Delivery Optimization gets or sends updates and apps. **Set to 100 (one hundred)** 1. **Windows Update** 1. [Update/AllowAutoUpdate](https://docs.microsoft.com/windows/client-management/mdm/policy-csp-update#update-allowautoupdate). Control automatic updates. **Set to 5 (five)** - 1. Windows Update Allow Update Service - [Update/AllowUpdateService](https://docs.microsoft.com/en-us/windows/client-management/mdm/policy-csp-update#update-allowupdateservice). Specifies whether the device could use Microsoft Update, Windows Server Update Services (WSUS), or Microsoft Store. **Set to 0 (zero)** - 1. Windows Update Service URL - [Update/UpdateServiceUrl](https://docs.microsoft.com/en-us/windows/client-management/mdm/policy-csp-update#update-updateserviceurl). Allows the device to check for updates from a WSUS server instead of Microsoft Update. **Set to String** with the Value: + 1. Windows Update Allow Update Service - [Update/AllowUpdateService](https://docs.microsoft.com/windows/client-management/mdm/policy-csp-update#update-allowupdateservice). Specifies whether the device could use Microsoft Update, Windows Server Update Services (WSUS), or Microsoft Store. **Set to 0 (zero)** + 1. Windows Update Service URL - [Update/UpdateServiceUrl](https://docs.microsoft.com/windows/client-management/mdm/policy-csp-update#update-updateserviceurl). Allows the device to check for updates from a WSUS server instead of Microsoft Update. **Set to String** with the Value: 1. **\\$CmdID$\\\chr\text/plain\\ \./Vendor/MSFT/Policy/Config/Update/UpdateServiceUrl\\http://abcd-srv:8530\\** ### Allowed traffic for Microsoft Intune / MDM configurations diff --git a/windows/privacy/windows-diagnostic-data-1703.md b/windows/privacy/windows-diagnostic-data-1703.md index e8020b3788..73ccd75c12 100644 --- a/windows/privacy/windows-diagnostic-data-1703.md +++ b/windows/privacy/windows-diagnostic-data-1703.md @@ -21,7 +21,7 @@ ms.reviewer: **Applies to:** - Windows 10, version 1703 -Microsoft collects Windows diagnostic data to keep Windows up-to-date, secure, and operating properly. It also helps us improve Windows and, for users who have turned on “tailored experiences”, can be used to provide more relevant tips and recommendations to tailor Microsoft products to the user’s needs. This article describes all types diagnostic data collected by Windows at the Full diagnostic data level (inclusive of data collected at Basic), with comprehensive examples of data we collect per each type. For additional, detailed technical descriptions of Basic data items, see [Windows 10, version 1709 Basic level diagnostic events and fields](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709) and [Windows 10, version 1703 Basic level diagnostic events and fields](https://docs.microsoft.com/en-us/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703). +Microsoft collects Windows diagnostic data to keep Windows up-to-date, secure, and operating properly. It also helps us improve Windows and, for users who have turned on “tailored experiences”, can be used to provide more relevant tips and recommendations to tailor Microsoft products to the user’s needs. This article describes all types diagnostic data collected by Windows at the Full diagnostic data level (inclusive of data collected at Basic), with comprehensive examples of data we collect per each type. For additional, detailed technical descriptions of Basic data items, see [Windows 10, version 1709 Basic level diagnostic events and fields](https://docs.microsoft.com/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1709) and [Windows 10, version 1703 Basic level diagnostic events and fields](https://docs.microsoft.com/windows/privacy/basic-level-windows-diagnostic-events-and-fields-1703). The data covered in this article is grouped into the following categories: diff --git a/windows/privacy/windows-endpoints-1709-non-enterprise-editions.md b/windows/privacy/windows-endpoints-1709-non-enterprise-editions.md index 36bfd5534d..13660e8f01 100644 --- a/windows/privacy/windows-endpoints-1709-non-enterprise-editions.md +++ b/windows/privacy/windows-endpoints-1709-non-enterprise-editions.md @@ -23,7 +23,7 @@ ms.reviewer: - Windows 10 Professional, version 1709 - Windows 10 Education, version 1709 -In addition to the endpoints listed for [Windows 10 Enterprise](https://docs.microsoft.com/en-us/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services), the following endpoints are available on other editions of Windows 10, version 1709. +In addition to the endpoints listed for [Windows 10 Enterprise](https://docs.microsoft.com/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services), the following endpoints are available on other editions of Windows 10, version 1709. We used the following methodology to derive these network endpoints: diff --git a/windows/privacy/windows-personal-data-services-configuration.md b/windows/privacy/windows-personal-data-services-configuration.md index 89699587ba..93c2b4da00 100644 --- a/windows/privacy/windows-personal-data-services-configuration.md +++ b/windows/privacy/windows-personal-data-services-configuration.md @@ -399,7 +399,7 @@ These settings whether employees send “Do Not Track” header from the Microso ### Windows Privacy on docs.microsoft.com * [Manage connections from Windows operating system components to Microsoft services](manage-connections-from-windows-operating-system-components-to-microsoft-services.md) -* [Manage connections from Windows 10 operating system components to Microsoft services](https://docs.microsoft.com/en-us/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services) +* [Manage connections from Windows 10 operating system components to Microsoft services](https://docs.microsoft.com/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services) * [Understanding Windows diagnostic data](configure-windows-diagnostic-data-in-your-organization.md#understanding-windows-diagnostic-data) * [Configure Windows diagnostic data in your organization](configure-windows-diagnostic-data-in-your-organization.md) diff --git a/windows/release-information/resolved-issues-windows-10-1607.yml b/windows/release-information/resolved-issues-windows-10-1607.yml index e716f09b5f..443edfba45 100644 --- a/windows/release-information/resolved-issues-windows-10-1607.yml +++ b/windows/release-information/resolved-issues-windows-10-1607.yml @@ -81,7 +81,7 @@ sections: - type: markdown text: " - +
    DetailsOriginating updateStatusHistory
    Apps and scripts using the NetQueryDisplayInformation API may fail with error
     Applications and scripts that call the NetQueryDisplayInformation API or the WinNT provider equivalent may fail to return results after the first page of data, often 50 or 100 entries. When requesting additional pages you may receive the error, “1359: an internal error occurred.”

    Affected platforms:
    • Server: Windows Server 2019; Windows Server 2016
    Resolution: This issue was resolved in KB4516044.

    Back to top
    OS Build 14393.3053

    June 18, 2019
    KB4503294
    Resolved
    KB4516044
    Resolved:
    September 10, 2019
    10:00 AM PT

    Opened:
    August 01, 2019
    05:00 PM PT
    Apps and scripts using the NetQueryDisplayInformation API may fail with error
     Applications and scripts that call the NetQueryDisplayInformation API or the WinNT provider equivalent may fail to return results after the first page of data, often 50 or 100 entries. When requesting additional pages you may receive the error, “1359: an internal error occurred.”

    Affected platforms:
    • Server: Windows Server 2019; Windows Server 2016
    Resolution: This issue was resolved in KB4516044.

    Back to top
    OS Build 14393.3053

    June 18, 2019
    KB4503294
    Resolved
    KB4516044
    Resolved:
    September 10, 2019
    10:00 AM PT

    Opened:
    August 01, 2019
    05:00 PM PT
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    After installing KB4512517, applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and scripts or apps using Visual Basic Scripting Edition (VBScript) may stop responding and you may receive an \"invalid procedure call error.\"

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4512495. This ‘optional’ update is available on Microsoft Update Catalog, Windows Update, Microsoft Update and Windows Server Update Services (WSUS). As with any 'optional' update, you will need to Check for updates to receive KB4512495 and install. For instructions, see Update Windows 10.

    Note Windows Update for Business customers should apply the update via Microsoft Update Catalog or Windows Server Update Services (WSUS).

    Back to top
    OS Build 14393.3144

    August 13, 2019
    KB4512517
    Resolved
    KB4512495
    Resolved:
    August 17, 2019
    02:00 PM PT

    Opened:
    August 14, 2019
    03:34 PM PT
    MacOS may be unable to access network shares via CIFS or SMBv1 on Windows devices
    You may receive an error on your Apple MacOS device when trying to access network shares via CIFS or SMBv1 on a Windows devices that has installed updates on June 11, 2019 (KB4503267) or later. When you encounter this issue, in MacOS you may receive the error, “There was a problem connecting to the server “{Server Host Name}”. Check the server name or IP address, and then try again. If you continue to have problems, contact your system administrator.”

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: For guidance on this issue, see the Apple support article If your Mac can't use NTLM to connect to a Windows server. There is no update for Windows needed for this issue.

    Back to top
    OS Build 14393.3025

    June 11, 2019
    KB4503267
    Resolved External
    Last updated:
    August 09, 2019
    07:03 PM PT

    Opened:
    August 09, 2019
    04:25 PM PT
    diff --git a/windows/release-information/resolved-issues-windows-10-1809-and-windows-server-2019.yml b/windows/release-information/resolved-issues-windows-10-1809-and-windows-server-2019.yml index f51a44421a..a3da9d620b 100644 --- a/windows/release-information/resolved-issues-windows-10-1809-and-windows-server-2019.yml +++ b/windows/release-information/resolved-issues-windows-10-1809-and-windows-server-2019.yml @@ -82,7 +82,7 @@ sections: - type: markdown text: " - +
    DetailsOriginating updateStatusHistory
    Apps and scripts using the NetQueryDisplayInformation API may fail with error
     Applications and scripts that call the NetQueryDisplayInformation API or the WinNT provider equivalent may fail to return results after the first page of data, often 50 or 100 entries. When requesting additional pages you may receive the error, “1359: an internal error occurred.”

    Affected platforms:
    • Server: Windows Server 2019; Windows Server 2016
    Resolution: This issue was resolved in KB4516077.

    Back to top
    OS Build 17763.55

    October 09, 2018
    KB4464330
    Resolved
    KB4516077
    Resolved:
    September 24, 2019
    10:00 AM PT

    Opened:
    August 01, 2019
    05:00 PM PT
    Apps and scripts using the NetQueryDisplayInformation API may fail with error
     Applications and scripts that call the NetQueryDisplayInformation API or the WinNT provider equivalent may fail to return results after the first page of data, often 50 or 100 entries. When requesting additional pages you may receive the error, “1359: an internal error occurred.”

    Affected platforms:
    • Server: Windows Server 2019; Windows Server 2016
    Resolution: This issue was resolved in KB4516077.

    Back to top
    OS Build 17763.55

    October 09, 2018
    KB4464330
    Resolved
    KB4516077
    Resolved:
    September 24, 2019
    10:00 AM PT

    Opened:
    August 01, 2019
    05:00 PM PT
    Apps using Visual Basic 6 (VB6), VBA, and VBScript may stop responding with error
    After installing KB4511553, applications that were made using Visual Basic 6 (VB6), macros using Visual Basic for Applications (VBA), and scripts or apps using Visual Basic Scripting Edition (VBScript) may stop responding and you may receive an \"invalid procedure call error.\"

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: This issue was resolved in KB4512534. This ‘optional’ update is available on Microsoft Update Catalog, Windows Update, Microsoft Update and Windows Server Update Services (WSUS). As with any 'optional' update, you will need to Check for updates to receive KB4512534 and install. For instructions, see Update Windows 10.

    Note Windows Update for Business customers should apply the update via Microsoft Update Catalog or Windows Server Update Services (WSUS).

    Back to top
    OS Build 17763.678

    August 13, 2019
    KB4511553
    Resolved
    KB4512534
    Resolved:
    August 17, 2019
    02:00 PM PT

    Opened:
    August 14, 2019
    03:34 PM PT
    MacOS may be unable to access network shares via CIFS or SMBv1 on Windows devices
    You may receive an error on your Apple MacOS device when trying to access network shares via CIFS or SMBv1 on a Windows devices that has installed updates on June 11, 2019 (KB4503327) or later. When you encounter this issue, in MacOS you may receive the error, “There was a problem connecting to the server “{Server Host Name}”. Check the server name or IP address, and then try again. If you continue to have problems, contact your system administrator.”

    Affected platforms:
    • Client: Windows 10, version 1903; Windows 10, version 1809; Windows 10 Enterprise LTSC 2019; Windows 10, version 1803; Windows 10, version 1709; Windows 10, version 1703; Windows 10 Enterprise LTSC 2016; Windows 10, version 1607; Windows 10 Enterprise LTSC 2015; Windows 8.1; Windows 7 SP1
    • Server: Windows Server, version 1903; Windows Server, version 1809; Windows Server 2019; Windows Server, version 1803; Windows Server, version 1709 ; Windows Server 2016; Windows Server 2012 R2; Windows Server 2012; Windows Server 2008 R2 SP1; Windows Server 2008 SP2
    Resolution: For guidance on this issue, see the Apple support article If your Mac can't use NTLM to connect to a Windows server. There is no update for Windows needed for this issue.

    Back to top
    OS Build 17763.557

    June 11, 2019
    KB4503327
    Resolved External
    Last updated:
    August 09, 2019
    07:03 PM PT

    Opened:
    August 09, 2019
    04:25 PM PT
    diff --git a/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml b/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml index 8ae7ab2eb4..b85ec92096 100644 --- a/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml +++ b/windows/release-information/status-windows-10-1607-and-windows-server-2016.yml @@ -91,7 +91,7 @@ sections: - type: markdown text: " - +
    DetailsOriginating updateStatusHistory
    Apps and scripts using the NetQueryDisplayInformation API may fail with error
     Applications and scripts that call the NetQueryDisplayInformation API or the WinNT provider equivalent may fail to return results after the first page of data, often 50 or 100 entries. When requesting additional pages you may receive the error, “1359: an internal error occurred.”

    Affected platforms:
    • Server: Windows Server 2019; Windows Server 2016
    Resolution: This issue was resolved in KB4516044.

    Back to top
    OS Build 14393.3053

    June 18, 2019
    KB4503294
    Resolved
    KB4516044
    Resolved:
    September 10, 2019
    10:00 AM PT

    Opened:
    August 01, 2019
    05:00 PM PT
    Apps and scripts using the NetQueryDisplayInformation API may fail with error
     Applications and scripts that call the NetQueryDisplayInformation API or the WinNT provider equivalent may fail to return results after the first page of data, often 50 or 100 entries. When requesting additional pages you may receive the error, “1359: an internal error occurred.”

    Affected platforms:
    • Server: Windows Server 2019; Windows Server 2016
    Resolution: This issue was resolved in KB4516044.

    Back to top
    OS Build 14393.3053

    June 18, 2019
    KB4503294
    Resolved
    KB4516044
    Resolved:
    September 10, 2019
    10:00 AM PT

    Opened:
    August 01, 2019
    05:00 PM PT
    " diff --git a/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml b/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml index 62622b2f60..e2249fd197 100644 --- a/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml +++ b/windows/release-information/status-windows-10-1809-and-windows-server-2019.yml @@ -97,7 +97,7 @@ sections: - type: markdown text: " - +
    DetailsOriginating updateStatusHistory
    Apps and scripts using the NetQueryDisplayInformation API may fail with error
     Applications and scripts that call the NetQueryDisplayInformation API or the WinNT provider equivalent may fail to return results after the first page of data, often 50 or 100 entries. When requesting additional pages you may receive the error, “1359: an internal error occurred.”

    Affected platforms:
    • Server: Windows Server 2019; Windows Server 2016
    Resolution: This issue was resolved in KB4516077.

    Back to top
    OS Build 17763.55

    October 09, 2018
    KB4464330
    Resolved
    KB4516077
    Resolved:
    September 24, 2019
    10:00 AM PT

    Opened:
    August 01, 2019
    05:00 PM PT
    Apps and scripts using the NetQueryDisplayInformation API may fail with error
     Applications and scripts that call the NetQueryDisplayInformation API or the WinNT provider equivalent may fail to return results after the first page of data, often 50 or 100 entries. When requesting additional pages you may receive the error, “1359: an internal error occurred.”

    Affected platforms:
    • Server: Windows Server 2019; Windows Server 2016
    Resolution: This issue was resolved in KB4516077.

    Back to top
    OS Build 17763.55

    October 09, 2018
    KB4464330
    Resolved
    KB4516077
    Resolved:
    September 24, 2019
    10:00 AM PT

    Opened:
    August 01, 2019
    05:00 PM PT
    " diff --git a/windows/release-information/windows-message-center.yml b/windows/release-information/windows-message-center.yml index 5041d4ac98..92b6cf0393 100644 --- a/windows/release-information/windows-message-center.yml +++ b/windows/release-information/windows-message-center.yml @@ -51,7 +51,7 @@ sections: - + @@ -67,7 +67,7 @@ sections: - + diff --git a/windows/security/threat-protection/microsoft-defender-atp/alerts.md b/windows/security/threat-protection/microsoft-defender-atp/alerts.md index 54b9c78f95..2c44e8cfe9 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/alerts.md +++ b/windows/security/threat-protection/microsoft-defender-atp/alerts.md @@ -39,7 +39,7 @@ Method|Return Type |Description Property | Type | Description :---|:---|:--- id | String | Alert ID. -incidentId | String | The [Incident](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/view-incidents-queue) ID of the Alert. +incidentId | String | The [Incident](https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/view-incidents-queue) ID of the Alert. assignedTo | String | Owner of the alert. severity | Enum | Severity of the alert. Possible values are: 'UnSpecified', 'Informational', 'Low', 'Medium' and 'High'. status | Enum | Specifies the current status of the alert. Possible values are: 'Unknown', 'New', 'InProgress' and 'Resolved'. diff --git a/windows/security/threat-protection/microsoft-defender-atp/configure-machines-onboarding.md b/windows/security/threat-protection/microsoft-defender-atp/configure-machines-onboarding.md index 3974d3dc84..484a763167 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/configure-machines-onboarding.md +++ b/windows/security/threat-protection/microsoft-defender-atp/configure-machines-onboarding.md @@ -57,7 +57,7 @@ From the device compliance page, create a configuration profile specifically for - Select **Create a device configuration profile to configure ATP sensor** to start with a predefined device configuration profile. - Create the device configuration profile from scratch. -For more information, [read about using Intune device configuration profiles to onboard machines to Microsoft Defender ATP](https://docs.microsoft.com/en-us/intune/advanced-threat-protection#onboard-devices-by-using-a-configuration-profile). +For more information, [read about using Intune device configuration profiles to onboard machines to Microsoft Defender ATP](https://docs.microsoft.com/intune/advanced-threat-protection#onboard-devices-by-using-a-configuration-profile). >Want to experience Microsoft Defender ATP? [Sign up for a free trial.](https://www.microsoft.com/microsoft-365/windows/microsoft-defender-atp?ocid=docs-wdatp-onboardconfigure-belowfoldlink) diff --git a/windows/security/threat-protection/microsoft-defender-atp/investigate-incidents.md b/windows/security/threat-protection/microsoft-defender-atp/investigate-incidents.md index 2f42cb85a4..379a0c8d3e 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/investigate-incidents.md +++ b/windows/security/threat-protection/microsoft-defender-atp/investigate-incidents.md @@ -78,6 +78,6 @@ You can click the circles on the incident graph to view the details of the malic ![Image of incident details](images/atp-incident-graph-details.png) ## Related topics -- [Incidents queue](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/view-incidents-queue) -- [Investigate incidents in Microsoft Defender ATP](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/investigate-incidents) -- [Manage Microsoft Defender ATP incidents](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/manage-incidents) \ No newline at end of file +- [Incidents queue](https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/view-incidents-queue) +- [Investigate incidents in Microsoft Defender ATP](https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/investigate-incidents) +- [Manage Microsoft Defender ATP incidents](https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/manage-incidents) \ No newline at end of file diff --git a/windows/security/threat-protection/microsoft-defender-atp/manage-incidents.md b/windows/security/threat-protection/microsoft-defender-atp/manage-incidents.md index abe9bb302d..56e0d4eeb2 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/manage-incidents.md +++ b/windows/security/threat-protection/microsoft-defender-atp/manage-incidents.md @@ -60,6 +60,6 @@ Added comments instantly appear on the pane. ## Related topics -- [Incidents queue](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/view-incidents-queue) +- [Incidents queue](https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/view-incidents-queue) - [View and organize the Incidents queue](view-incidents-queue.md) - [Investigate incidents](investigate-incidents.md) diff --git a/windows/security/threat-protection/microsoft-defender-atp/overview-endpoint-detection-response.md b/windows/security/threat-protection/microsoft-defender-atp/overview-endpoint-detection-response.md index 8a687c6dd8..4c4cf5edcf 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/overview-endpoint-detection-response.md +++ b/windows/security/threat-protection/microsoft-defender-atp/overview-endpoint-detection-response.md @@ -37,7 +37,7 @@ The response capabilities give you the power to promptly remediate threats by ac Topic | Description :---|:--- [Security operations dashboard](security-operations-dashboard.md) | Explore a high level overview of detections, highlighting where response actions are needed. -[Incidents queue](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/view-incidents-queue) | View and organize the incidents queue, and manage and investigate alerts. +[Incidents queue](https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/view-incidents-queue) | View and organize the incidents queue, and manage and investigate alerts. [Alerts queue](alerts-queue.md) | View and organize the machine alerts queue, and manage and investigate alerts. [Machines list](machines-view-overview.md) | Investigate machines with generated alerts and search for specific events over time. [Take response actions](response-actions.md) | Learn about the available response actions and apply them to machines and files. diff --git a/windows/security/threat-protection/microsoft-defender-atp/view-incidents-queue.md b/windows/security/threat-protection/microsoft-defender-atp/view-incidents-queue.md index 49ed143386..4bda743be9 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/view-incidents-queue.md +++ b/windows/security/threat-protection/microsoft-defender-atp/view-incidents-queue.md @@ -64,7 +64,7 @@ You can choose to limit the list of incidents shown based on their status to see Use this filter to show incidents that contain sensitivity labels. ## Related topics -- [Incidents queue](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/view-incidents-queue) +- [Incidents queue](https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/view-incidents-queue) - [Manage incidents](manage-incidents.md) - [Investigate incidents](investigate-incidents.md) diff --git a/windows/security/threat-protection/windows-firewall/create-windows-firewall-rules-in-intune.md b/windows/security/threat-protection/windows-firewall/create-windows-firewall-rules-in-intune.md index cde7dc4fc5..15c54f8ada 100644 --- a/windows/security/threat-protection/windows-firewall/create-windows-firewall-rules-in-intune.md +++ b/windows/security/threat-protection/windows-firewall/create-windows-firewall-rules-in-intune.md @@ -34,7 +34,7 @@ Select Windows Defender Firewall. ## Firewall rule components -The firewall rule configurations in Intune use the Windows 10 CSP for Firewall. For more information, see [Firewall CSP](https://docs.microsoft.com/en-us/windows/client-management/mdm/firewall-csp). +The firewall rule configurations in Intune use the Windows 10 CSP for Firewall. For more information, see [Firewall CSP](https://docs.microsoft.com/windows/client-management/mdm/firewall-csp). ## Application Control connections for an app or program. From fd9825b59c6ee51b408c25e20a5f7063cbe4396f Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Tue, 8 Oct 2019 12:00:51 -0700 Subject: [PATCH 143/191] update ms edge change history add note to direct searchers to new docs --- browsers/edge/change-history-for-microsoft-edge.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/browsers/edge/change-history-for-microsoft-edge.md b/browsers/edge/change-history-for-microsoft-edge.md index e02b6ba010..e83252fcc1 100644 --- a/browsers/edge/change-history-for-microsoft-edge.md +++ b/browsers/edge/change-history-for-microsoft-edge.md @@ -16,6 +16,8 @@ ms.author: dansimp # Change history for Microsoft Edge Discover what's new and updated in the Microsoft Edge for both Windows 10 and Windows 10 Mobile. +> [!NOTE] +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index.yml). #### [2018](#tab/2018/) ## October 2018 From b949e412ad710b10d59873944460152b84c8c66b Mon Sep 17 00:00:00 2001 From: denisebmsft Date: Tue, 8 Oct 2019 12:03:11 -0700 Subject: [PATCH 144/191] link fixes --- devices/surface-hub/create-a-device-account-using-office-365.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/surface-hub/create-a-device-account-using-office-365.md b/devices/surface-hub/create-a-device-account-using-office-365.md index a834e039ee..ff76987746 100644 --- a/devices/surface-hub/create-a-device-account-using-office-365.md +++ b/devices/surface-hub/create-a-device-account-using-office-365.md @@ -30,7 +30,7 @@ If you prefer to use a graphical user interface, you can create a device account ### Create the account in the admin center -1. Sign in to Office 365 by visiting http://portal.office.com +1. Sign in to Office 365 by visiting https://portal.office.com 2. Provide the admin credentials for your Office 365 tenant. This will take you to your Microsoft 365 Admin Center. ![Microsoft 365 admin center.](images/setupdeviceaccto365-02.png) From 4fa7640fe7e9a4e70bdcd96120974fcbd35aa0fc Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Tue, 8 Oct 2019 12:48:54 -0700 Subject: [PATCH 145/191] update to fix broken link in note --- browsers/edge/about-microsoft-edge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browsers/edge/about-microsoft-edge.md b/browsers/edge/about-microsoft-edge.md index 878ce73fda..758061c1e6 100644 --- a/browsers/edge/about-microsoft-edge.md +++ b/browsers/edge/about-microsoft-edge.md @@ -20,7 +20,7 @@ ms.date: 10/02/2018 >Applies to: Microsoft Edge on Windows 10 and Windows 10 Mobile > [!NOTE] -> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index.yml). +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). Microsoft Edge is the new, default web browser for Windows 10, helping you to experience modern web standards, better performance, improved security, and increased reliability. Microsoft Edge lets you stay up-to-date through the Microsoft Store and to manage your enterprise through Group Policy or your mobile device management (MDM) tools. From 95d49bc11f1c6e42616a8944bcfd50b9d9611e0c Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Tue, 8 Oct 2019 12:50:10 -0700 Subject: [PATCH 146/191] update to fix link in note --- browsers/edge/microsoft-edge-kiosk-mode-deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browsers/edge/microsoft-edge-kiosk-mode-deploy.md b/browsers/edge/microsoft-edge-kiosk-mode-deploy.md index db47f7a863..466d73f61f 100644 --- a/browsers/edge/microsoft-edge-kiosk-mode-deploy.md +++ b/browsers/edge/microsoft-edge-kiosk-mode-deploy.md @@ -20,7 +20,7 @@ ms.date: 10/29/2018 >Professional, Enterprise, and Education > [!NOTE] -> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index.yml). +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). In the Windows 10 October 2018 Update, we added the capability to use Microsoft Edge as a kiosk using assigned access. With assigned access, you create a tailored browsing experience locking down a Windows 10 device to only run as a single-app or multi-app kiosk. Assigned access restricts a local standard user account so that it only has access to one or more Windows app, such as Microsoft Edge in kiosk mode. From 4fdb16988d5812be226d52712d7187399d0b1359 Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Tue, 8 Oct 2019 12:55:47 -0700 Subject: [PATCH 147/191] fix link in new note --- browsers/edge/microsoft-edge-faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browsers/edge/microsoft-edge-faq.md b/browsers/edge/microsoft-edge-faq.md index 3c481357d0..d2af36fa34 100644 --- a/browsers/edge/microsoft-edge-faq.md +++ b/browsers/edge/microsoft-edge-faq.md @@ -18,7 +18,7 @@ ms.localizationpriority: medium >Applies to: Microsoft Edge on Windows 10 and Windows 10 Mobile > [!NOTE] -> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index.yml). +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). ## How can I get the next major version of Microsoft Edge, based on Chromium? In December 2018, Microsoft [announced](https://blogs.windows.com/windowsexperience/2018/12/06/microsoft-edge-making-the-web-better-through-more-open-source-collaboration/#8jv53blDvL6TIKuS.97) our intention to adopt the Chromium open source project in the development of Microsoft Edge on the desktop, to create better web compatibility for our customers and less fragmentation of the web for all web developers. You can get more information at the [Microsoft Edge Insiders site](https://www.microsoftedgeinsider.com/). From 47564d9fc9e7020bc2af78836d54bdd1099c2844 Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Tue, 8 Oct 2019 12:57:17 -0700 Subject: [PATCH 148/191] fix link in new note --- browsers/edge/change-history-for-microsoft-edge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browsers/edge/change-history-for-microsoft-edge.md b/browsers/edge/change-history-for-microsoft-edge.md index e83252fcc1..3927166b1d 100644 --- a/browsers/edge/change-history-for-microsoft-edge.md +++ b/browsers/edge/change-history-for-microsoft-edge.md @@ -17,7 +17,7 @@ ms.author: dansimp Discover what's new and updated in the Microsoft Edge for both Windows 10 and Windows 10 Mobile. > [!NOTE] -> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index.yml). +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). #### [2018](#tab/2018/) ## October 2018 From 2c9dd32c8c3983435b1c20fe1ef8f3f561b6e4c5 Mon Sep 17 00:00:00 2001 From: Thomas Raya Date: Tue, 8 Oct 2019 13:24:08 -0700 Subject: [PATCH 149/191] Added a Redirect per David's Request Redirect added on Line 15069: { "source_path": "windows/deployment/planning/windows-10-fall-creators-deprecation.md", "redirect_url": "https://docs.microsoft.com/windows/deployment/planning/windows-10-1709-removed-features", "redirect_document_id": true } --- .openpublishing.redirection.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index c840a81fdf..f688846dc9 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -15067,6 +15067,11 @@ "redirect_document_id": true }, { +"source_path": "windows/deployment/planning/windows-10-fall-creators-deprecation.md", +"redirect_url": "https://docs.microsoft.com/windows/deployment/planning/windows-10-1709-removed-features", +"redirect_document_id": true +}, +{ "source_path": "windows/deployment/planning/windows-10-creators-update-deprecation.md", "redirect_url": "https://docs.microsoft.com/windows/deployment/planning/windows-10-1703-removed-features", "redirect_document_id": true From 31bad6539ff77733b1739798e1e89f18249685c3 Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Tue, 8 Oct 2019 13:33:51 -0700 Subject: [PATCH 150/191] add note to address bar doc --- browsers/edge/group-policies/address-bar-settings-gp.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/browsers/edge/group-policies/address-bar-settings-gp.md b/browsers/edge/group-policies/address-bar-settings-gp.md index c9cf088a60..016e64c3ee 100644 --- a/browsers/edge/group-policies/address-bar-settings-gp.md +++ b/browsers/edge/group-policies/address-bar-settings-gp.md @@ -18,6 +18,9 @@ ms.sitesec: library # Address bar +> [!NOTE] +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). + Microsoft Edge, by default, shows a list of search suggestions in the address bar. You can minimize network connections from Microsoft Edge to Microsoft services by hiding the functionality of the Address bar drop-down list. You can find the Microsoft Edge Group Policy settings in the following location of the Group Policy Editor unless otherwise noted in the policy: From d9374227e67e7157e0c09b7fac102a19569370e8 Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Tue, 8 Oct 2019 13:35:07 -0700 Subject: [PATCH 151/191] add note to adobe flash --- browsers/edge/group-policies/adobe-settings-gp.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/browsers/edge/group-policies/adobe-settings-gp.md b/browsers/edge/group-policies/adobe-settings-gp.md index 5fc4021fce..36927b380c 100644 --- a/browsers/edge/group-policies/adobe-settings-gp.md +++ b/browsers/edge/group-policies/adobe-settings-gp.md @@ -18,6 +18,9 @@ ms.sitesec: library # Adobe Flash +> [!NOTE] +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). + Adobe Flash Player still has a significant presence on the internet, such as digital ads. However, open standards, such as HTML5, provide many of the capabilities and functionalities becoming an alternative for content on the web. With Adobe no longer supporting Flash after 2020, Microsoft has started to phase out Flash from Microsoft Edge by adding the [Configure the Adobe Flash Click-to-Run setting](#configure-the-adobe-flash-click-to-run-setting) group policy giving you a way to control the list of websites that have permission to run Adobe Flash content. To learn more about Microsoft’s plan for phasing out Flash from Microsoft Edge and Internet Explorer, see [The End of an Era — Next Steps for Adobe Flash]( https://blogs.windows.com/msedgedev/2017/07/25/flash-on-windows-timeline/#3Bcc3QjRw0l7XsZ4.97) (blog article). From fd8ec935de7c0d0d826f9018a419e01eba7e8130 Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Tue, 8 Oct 2019 13:36:17 -0700 Subject: [PATCH 152/191] add note to books library --- browsers/edge/group-policies/books-library-management-gp.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/browsers/edge/group-policies/books-library-management-gp.md b/browsers/edge/group-policies/books-library-management-gp.md index c8742367b6..07a8d0e80d 100644 --- a/browsers/edge/group-policies/books-library-management-gp.md +++ b/browsers/edge/group-policies/books-library-management-gp.md @@ -18,6 +18,9 @@ ms.sitesec: library # Books Library +> [!NOTE] +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). + Microsoft Edge decreases the amount of storage used by book files by downloading them to a shared folder in Windows. You can configure Microsoft Edge to update the configuration data for the library automatically or gather diagnostic data, such as usage data. From f8b91d0812a75fe755121dd538158b755d9d6b7b Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Tue, 8 Oct 2019 13:37:21 -0700 Subject: [PATCH 153/191] add note to browser settings --- browsers/edge/group-policies/browser-settings-management-gp.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/browsers/edge/group-policies/browser-settings-management-gp.md b/browsers/edge/group-policies/browser-settings-management-gp.md index c4f392209e..89159d490d 100644 --- a/browsers/edge/group-policies/browser-settings-management-gp.md +++ b/browsers/edge/group-policies/browser-settings-management-gp.md @@ -18,6 +18,9 @@ ms.sitesec: library # Browser experience +> [!NOTE] +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). + Not only do the other Microsoft Edge group policies enhance the browsing experience, but we also want to mention some of the other and common browsing experiences. For example, printing web content is a common browsing experience. However, if you want to prevent users from printing web content, Microsoft Edge has a group policy that allows you to prevent printing. The same goes for Pop-up Blocker; Microsoft Edge has a group policy that lets you prevent pop-up windows or let users choose to use Pop-up Blocker. You can use any one of the following group policies to continue enhancing the browsing experience for your users. From 8fc445a86e6856a42cc8e0d592b1d887bfa2c420 Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Tue, 8 Oct 2019 13:40:28 -0700 Subject: [PATCH 154/191] add note to developer tools --- browsers/edge/group-policies/developer-settings-gp.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/browsers/edge/group-policies/developer-settings-gp.md b/browsers/edge/group-policies/developer-settings-gp.md index 67fce97c58..2383f8f333 100644 --- a/browsers/edge/group-policies/developer-settings-gp.md +++ b/browsers/edge/group-policies/developer-settings-gp.md @@ -18,6 +18,9 @@ ms.sitesec: library # Developer tools +> [!NOTE] +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). + Microsoft Edge, by default, allows users to use the F12 developer tools as well as access the about:flags page. You can prevent users from using the F12 developer tools or from accessing the about:flags page. You can find the Microsoft Edge Group Policy settings in the following location of the Group Policy Editor unless otherwise noted in the policy: From c2f27fcf13310ebba9542c41c6c14dc08c6a1a76 Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Tue, 8 Oct 2019 13:41:09 -0700 Subject: [PATCH 155/191] add note to extensions --- browsers/edge/group-policies/extensions-management-gp.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/browsers/edge/group-policies/extensions-management-gp.md b/browsers/edge/group-policies/extensions-management-gp.md index 22ad6057c4..a69f976d40 100644 --- a/browsers/edge/group-policies/extensions-management-gp.md +++ b/browsers/edge/group-policies/extensions-management-gp.md @@ -18,6 +18,9 @@ ms.sitesec: library # Extensions +> [!NOTE] +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). + Currently, Microsoft Edge allows users to add or personalize, and uninstall extensions. You can prevent users from uninstalling extensions or sideloading of extensions, which does not prevent sideloading using Add-AppxPackage via PowerShell. Allowing sideloading of extensions installs and runs unverified extensions. You can find the Microsoft Edge Group Policy settings in the following location of the Group Policy Editor unless otherwise noted in the policy: From ceb2a8c9b455c907adadd1bbbb5309636919b819 Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Tue, 8 Oct 2019 13:41:51 -0700 Subject: [PATCH 156/191] add note to favorites --- browsers/edge/group-policies/favorites-management-gp.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/browsers/edge/group-policies/favorites-management-gp.md b/browsers/edge/group-policies/favorites-management-gp.md index 58ce30eb7f..78131e021a 100644 --- a/browsers/edge/group-policies/favorites-management-gp.md +++ b/browsers/edge/group-policies/favorites-management-gp.md @@ -18,6 +18,9 @@ ms.sitesec: library # Favorites +> [!NOTE] +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). + You can customize the favorites bar, for example, you can turn off features such as Save a Favorite and Import settings, and hide or show the favorites bar on all pages. Another customization you can make is provisioning a standard list of favorites, including folders, to appear in addition to the user’s favorites. If it’s important to keep the favorites in both IE11 and Microsoft Edge synced, you can turn on syncing where changes to the list of favorites in one browser reflect in the other. >[!TIP] From bd4b3ec657ee2864769ab4c7e6521c88abbcebe0 Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Tue, 8 Oct 2019 13:42:35 -0700 Subject: [PATCH 157/191] add note to home button --- browsers/edge/group-policies/home-button-gp.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/browsers/edge/group-policies/home-button-gp.md b/browsers/edge/group-policies/home-button-gp.md index 8993518748..47d016dd19 100644 --- a/browsers/edge/group-policies/home-button-gp.md +++ b/browsers/edge/group-policies/home-button-gp.md @@ -16,6 +16,9 @@ ms.topic: reference # Home button +> [!NOTE] +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). + Microsoft Edge shows the home button, by default, and by clicking it the Start page loads. With the relevant Home button policies, you can configure the Home button to load the New tab page or a specific page. You can also configure Microsoft Edge to hide the home button. ## Relevant group policies From f78798073403d80a23b0dabd38f39152d8b385a6 Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Tue, 8 Oct 2019 13:43:43 -0700 Subject: [PATCH 158/191] add note to interop and enterprise mode --- .../group-policies/interoperability-enterprise-guidance-gp.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/browsers/edge/group-policies/interoperability-enterprise-guidance-gp.md b/browsers/edge/group-policies/interoperability-enterprise-guidance-gp.md index 009ea51226..2fbd5caa4c 100644 --- a/browsers/edge/group-policies/interoperability-enterprise-guidance-gp.md +++ b/browsers/edge/group-policies/interoperability-enterprise-guidance-gp.md @@ -16,6 +16,9 @@ ms.topic: reference # Interoperability and enterprise mode guidance +> [!NOTE] +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). + Microsoft Edge is the default browser experience for Windows 10 and Windows 10 Mobile. However, Microsoft Edge lets you continue to use IE11 for sites that are on your corporate intranet or included on your Enterprise Mode Site List. If you are running web apps that continue to use ActiveX controls, x-ua-compatible headers, or legacy document modes, you need to keep running them in IE11. IE11 offers additional security, manageability, performance, backward compatibility, and modern standards support. >[!TIP] From 79a383c78b740942d0e2b0a2cd5c23a4f5890140 Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Tue, 8 Oct 2019 13:46:03 -0700 Subject: [PATCH 159/191] add note to new tab page --- browsers/edge/group-policies/new-tab-page-settings-gp.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/browsers/edge/group-policies/new-tab-page-settings-gp.md b/browsers/edge/group-policies/new-tab-page-settings-gp.md index 838228b705..1fa117d110 100644 --- a/browsers/edge/group-policies/new-tab-page-settings-gp.md +++ b/browsers/edge/group-policies/new-tab-page-settings-gp.md @@ -17,6 +17,9 @@ ms.topic: reference # New Tab page +> [!NOTE] +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). + Microsoft Edge loads the default New tab page by default. With the relevant New Tab policies, you can set a URL to load in the New Tab page and prevent users from making changes. You can also load a blank page instead or let the users choose what loads. >[!NOTE] From b25b80dfb4e2a7058273432c08ca6b88ee5261fb Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Tue, 8 Oct 2019 13:47:42 -0700 Subject: [PATCH 160/191] add note to prelaunch and preload --- browsers/edge/group-policies/prelaunch-preload-gp.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/browsers/edge/group-policies/prelaunch-preload-gp.md b/browsers/edge/group-policies/prelaunch-preload-gp.md index 3f41505fce..9993abc25c 100644 --- a/browsers/edge/group-policies/prelaunch-preload-gp.md +++ b/browsers/edge/group-policies/prelaunch-preload-gp.md @@ -13,6 +13,9 @@ ms.topic: reference # Prelaunch Microsoft Edge and preload tabs in the background +> [!NOTE] +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). + Microsoft Edge pre-launches as a background process during Windows startup when the system is idle waiting to be launched by the user. Pre-launching helps the performance of Microsoft Edge and minimizes the amount of time required to start up Microsoft Edge. You can also configure Microsoft Edge to prevent Microsoft Edge from pre-launching. Additionally, Microsoft Edge preloads the Start and New Tab pages during Windows sign in, which minimizes the amount of time required to start Microsoft Edge and load a new tab. You can also configure Microsoft Edge to prevent preloading of tabs. From 5d3d3c024ca6af7b086b2ce370bae5dc7cb0120c Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Tue, 8 Oct 2019 13:48:20 -0700 Subject: [PATCH 161/191] add note to search engine cust --- browsers/edge/group-policies/search-engine-customization-gp.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/browsers/edge/group-policies/search-engine-customization-gp.md b/browsers/edge/group-policies/search-engine-customization-gp.md index 52cf1ca380..0aa2c8486b 100644 --- a/browsers/edge/group-policies/search-engine-customization-gp.md +++ b/browsers/edge/group-policies/search-engine-customization-gp.md @@ -13,6 +13,9 @@ ms.topic: reference # Search engine customization +> [!NOTE] +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). + Microsoft Edge, by default, uses the search engine specified in App settings, which lets users make changes. You can prevent users from making changes and still use the search engine specified in App settings by disabling the Allow search engine customization policy. You can also use the policy-set search engine specified in the OpenSearch XML file in which you can configure up to five additional search engines and setting any one of them as the default. ## Relevant group policies From 724adbddbf5f053bd2a6c773c4d923a417d39589 Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Tue, 8 Oct 2019 13:49:00 -0700 Subject: [PATCH 162/191] add note to sec and privacy --- browsers/edge/group-policies/security-privacy-management-gp.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/browsers/edge/group-policies/security-privacy-management-gp.md b/browsers/edge/group-policies/security-privacy-management-gp.md index 66fc6f99a7..91d2387988 100644 --- a/browsers/edge/group-policies/security-privacy-management-gp.md +++ b/browsers/edge/group-policies/security-privacy-management-gp.md @@ -13,6 +13,9 @@ ms.topic: reference # Security and privacy +> [!NOTE] +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). + Microsoft Edge is designed with improved security in mind, helping to defend people from increasingly sophisticated and prevalent web-based attacks against Windows. Because Microsoft Edge is designed like a Universal Windows app, changing the browser to an app, it fundamentally changes the process model so that both the outer manager process and the different content processes all live within app container sandboxes. Microsoft Edge runs in 64-bit not just by default, but anytime it’s running on a 64-bit operating system. Because Microsoft Edge doesn’t support legacy ActiveX controls or 3rd-party binary extensions, there’s no longer a reason to run 32-bit processes on a 64-bit system. From f632dceff863d23f3b4051c5511cf24fcf21e7c0 Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Tue, 8 Oct 2019 13:49:33 -0700 Subject: [PATCH 163/191] add note to start pages --- browsers/edge/group-policies/start-pages-gp.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/browsers/edge/group-policies/start-pages-gp.md b/browsers/edge/group-policies/start-pages-gp.md index 4b9682362f..77c35dfae0 100644 --- a/browsers/edge/group-policies/start-pages-gp.md +++ b/browsers/edge/group-policies/start-pages-gp.md @@ -16,6 +16,9 @@ ms.topic: reference # Start pages +> [!NOTE] +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). + Microsoft Edge loads the pages specified in App settings as the default Start pages. With the relevant Start pages policies, you can configure Microsoft Edge to load either the Start page, New tab page, previously opened pages, or a specific page or pages. You can also configure Microsoft Edge to prevent users from making changes. ## Relevant group policies From e520f04ad969e9e351ca9b2b813a96a4bb47fe4f Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Tue, 8 Oct 2019 13:50:07 -0700 Subject: [PATCH 164/191] add note to sync browser --- browsers/edge/group-policies/sync-browser-settings-gp.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/browsers/edge/group-policies/sync-browser-settings-gp.md b/browsers/edge/group-policies/sync-browser-settings-gp.md index fc5a62e81c..11d7190da9 100644 --- a/browsers/edge/group-policies/sync-browser-settings-gp.md +++ b/browsers/edge/group-policies/sync-browser-settings-gp.md @@ -13,6 +13,8 @@ ms.topic: reference # Sync browser settings +> [!NOTE] +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). By default, the “browser” group syncs automatically between the user’s devices, letting users make changes. The “browser” group uses the Sync your Settings option in Settings to sync information like history and favorites. You can configure Microsoft Edge to prevent the “browser” group from syncing and prevent users from turning on the _Sync your Settings_ toggle in Settings. If you want syncing turned off by default but not disabled, select the _Allow users to turn “browser” syncing_ option in the Do not sync browser policy. From 7bbca0f0e8d8585691c2713767a75852879cf90f Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Tue, 8 Oct 2019 13:50:48 -0700 Subject: [PATCH 165/191] add note to telemetry --- browsers/edge/group-policies/telemetry-management-gp.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/browsers/edge/group-policies/telemetry-management-gp.md b/browsers/edge/group-policies/telemetry-management-gp.md index a14fc3aaf6..19d10a1830 100644 --- a/browsers/edge/group-policies/telemetry-management-gp.md +++ b/browsers/edge/group-policies/telemetry-management-gp.md @@ -13,6 +13,9 @@ ms.topic: reference # Telemetry and data collection +> [!NOTE] +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). + Microsoft Edge gathers diagnostic data, intranet history, internet history, tracking information of sites visited, and Live Tile metadata. You can configure Microsoft Edge to collect all or none of this information. You can find the Microsoft Edge Group Policy settings in the following location of the Group Policy Editor unless otherwise noted in the policy: From 2044a5b1683658a6af75a8e725c4d95445b38263 Mon Sep 17 00:00:00 2001 From: Beth Levin Date: Tue, 8 Oct 2019 14:18:48 -0700 Subject: [PATCH 166/191] Update language and links --- .../attack-surface-reduction.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md b/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md index c630ee1d51..9f5e6bd8d2 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md +++ b/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md @@ -12,7 +12,6 @@ ms.localizationpriority: medium audience: ITPro author: levinec ms.author: ellevin -ms.date: 05/07/2019 ms.reviewer: manager: dansimp --- @@ -28,7 +27,7 @@ manager: dansimp Attack surface reduction rules help prevent behaviors malware often uses to infect computers with malicious code. You can set attack surface reduction rules for computers running Windows 10, versions 1709 and 1803 or later, Windows Server, version 1803 (Semi-Annual Channel) or later, or Windows Server 2019. -To use attack surface reduction rules, you need a Windows 10 Enterprise license. If you have a Windows E5 license, it gives you the advanced management capabilities to power them. These include monitoring, analytics, and workflows available in [Microsoft Defender Advanced Threat Protection](../microsoft-defender-atp/microsoft-defender-advanced-threat-protection.md), as well as reporting and configuration capabilities in the Microsoft 365 Security Center. These advanced capabilities aren't available with an E3 license or with Windows 10 Enterprise without subscription, but you can use attack surface reduction rule events in Event Viewer to help facilitate deployment. +To use the entire feature set of attack surface reduction rules, you need a Windows 10 Enterprise license. With a Windows E5 license you get advanced management capabilities including monitoring, analytics, and workflows available in [Microsoft Defender Advanced Threat Protection](microsoft-defender-advanced-threat-protection.md), as well as reporting and configuration capabilities in the Microsoft 365 security Center. These advanced capabilities aren't available with an E3 license or with Windows 10 Enterprise without subscription, but you can use attack surface reduction rule events in Event Viewer to help facilitate deployment. Attack surface reduction rules target behaviors that malware and malicious apps typically use to infect computers, including: @@ -42,11 +41,11 @@ Triggered rules display a notification on the device. You can [customize the not For information about configuring attack surface reduction rules, see [Enable attack surface reduction rules](enable-attack-surface-reduction.md). -## Review attack surface reduction events in the Microsoft Security Center +## Review attack surface reduction events in the Microsoft Defender Security Center Microsoft Defender ATP provides detailed reporting into events and blocks as part of its alert investigation scenarios. -You can query Microsoft Defender ATP data by using [Advanced hunting](https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-windows-defender-advanced-threat-protection). If you're using [audit mode](audit-windows-defender.md), you can use Advanced hunting to see how controlled folder access settings could affect your environment. +You can query Microsoft Defender ATP data by using [Advanced hunting](advanced-hunting.md). If you're using [audit mode](audit-windows-defender.md), you can use Advanced hunting to see how controlled folder access settings could affect your environment. Here is an example query: @@ -228,7 +227,7 @@ GUID: 01443614-cd74-433a-b99e-2ecdc07bfc25 This rule provides an extra layer of protection against ransomware. It scans executable files entering the system to determine whether they're trustworthy. If the files closely resemble ransomware, this rule blocks them from running, unless they're in a trusted list or exclusion list. > [!NOTE] -> You must [enable cloud-delivered protection](https://docs.microsoft.com/windows/security/threat-protection/windows-defender-antivirus/enable-cloud-protection-windows-defender-antivirus) to use this rule. +> You must [enable cloud-delivered protection](../windows-defender-antivirus/enable-cloud-protection-windows-defender-antivirus) to use this rule. This rule was introduced in: Windows 10 1803, Windows Server 1809, Windows Server 2019, SCCM CB 1802 @@ -329,4 +328,4 @@ GUID: e6db77e5-3df2-4cf1-b95a-636979351e5b * [Enable attack surface reduction rules](enable-attack-surface-reduction.md) * [Evaluate attack surface reduction rules](evaluate-attack-surface-reduction.md) -* [Compatibility of Microsoft Defender with other antivirus/antimalware](https://docs.microsoft.com/windows/security/threat-protection/windows-defender-antivirus/windows-defender-antivirus-compatibility) +* [Compatibility of Microsoft Defender with other antivirus/antimalware](../windows-defender-antivirus/windows-defender-antivirus-compatibility) From f21451c80ebd836a0bc28c247d34f19fb3d88af1 Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Tue, 8 Oct 2019 14:20:27 -0700 Subject: [PATCH 167/191] make note link agnostic --- browsers/edge/group-policies/address-bar-settings-gp.md | 2 +- browsers/edge/group-policies/adobe-settings-gp.md | 2 +- browsers/edge/group-policies/books-library-management-gp.md | 2 +- browsers/edge/group-policies/browser-settings-management-gp.md | 2 +- browsers/edge/group-policies/developer-settings-gp.md | 2 +- browsers/edge/group-policies/extensions-management-gp.md | 2 +- browsers/edge/group-policies/favorites-management-gp.md | 2 +- browsers/edge/group-policies/home-button-gp.md | 2 +- .../group-policies/interoperability-enterprise-guidance-gp.md | 2 +- browsers/edge/group-policies/new-tab-page-settings-gp.md | 2 +- browsers/edge/group-policies/prelaunch-preload-gp.md | 2 +- browsers/edge/group-policies/search-engine-customization-gp.md | 2 +- browsers/edge/group-policies/security-privacy-management-gp.md | 2 +- browsers/edge/group-policies/start-pages-gp.md | 2 +- browsers/edge/group-policies/sync-browser-settings-gp.md | 2 +- browsers/edge/group-policies/telemetry-management-gp.md | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/browsers/edge/group-policies/address-bar-settings-gp.md b/browsers/edge/group-policies/address-bar-settings-gp.md index 016e64c3ee..d718092a90 100644 --- a/browsers/edge/group-policies/address-bar-settings-gp.md +++ b/browsers/edge/group-policies/address-bar-settings-gp.md @@ -19,7 +19,7 @@ ms.sitesec: library # Address bar > [!NOTE] -> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/). Microsoft Edge, by default, shows a list of search suggestions in the address bar. You can minimize network connections from Microsoft Edge to Microsoft services by hiding the functionality of the Address bar drop-down list. diff --git a/browsers/edge/group-policies/adobe-settings-gp.md b/browsers/edge/group-policies/adobe-settings-gp.md index 36927b380c..7d9d3e6652 100644 --- a/browsers/edge/group-policies/adobe-settings-gp.md +++ b/browsers/edge/group-policies/adobe-settings-gp.md @@ -19,7 +19,7 @@ ms.sitesec: library # Adobe Flash > [!NOTE] -> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/). Adobe Flash Player still has a significant presence on the internet, such as digital ads. However, open standards, such as HTML5, provide many of the capabilities and functionalities becoming an alternative for content on the web. With Adobe no longer supporting Flash after 2020, Microsoft has started to phase out Flash from Microsoft Edge by adding the [Configure the Adobe Flash Click-to-Run setting](#configure-the-adobe-flash-click-to-run-setting) group policy giving you a way to control the list of websites that have permission to run Adobe Flash content. diff --git a/browsers/edge/group-policies/books-library-management-gp.md b/browsers/edge/group-policies/books-library-management-gp.md index 07a8d0e80d..b2689d9638 100644 --- a/browsers/edge/group-policies/books-library-management-gp.md +++ b/browsers/edge/group-policies/books-library-management-gp.md @@ -19,7 +19,7 @@ ms.sitesec: library # Books Library > [!NOTE] -> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/). Microsoft Edge decreases the amount of storage used by book files by downloading them to a shared folder in Windows. You can configure Microsoft Edge to update the configuration data for the library automatically or gather diagnostic data, such as usage data. diff --git a/browsers/edge/group-policies/browser-settings-management-gp.md b/browsers/edge/group-policies/browser-settings-management-gp.md index 89159d490d..2301806f5f 100644 --- a/browsers/edge/group-policies/browser-settings-management-gp.md +++ b/browsers/edge/group-policies/browser-settings-management-gp.md @@ -19,7 +19,7 @@ ms.sitesec: library # Browser experience > [!NOTE] -> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/). Not only do the other Microsoft Edge group policies enhance the browsing experience, but we also want to mention some of the other and common browsing experiences. For example, printing web content is a common browsing experience. However, if you want to prevent users from printing web content, Microsoft Edge has a group policy that allows you to prevent printing. The same goes for Pop-up Blocker; Microsoft Edge has a group policy that lets you prevent pop-up windows or let users choose to use Pop-up Blocker. You can use any one of the following group policies to continue enhancing the browsing experience for your users. diff --git a/browsers/edge/group-policies/developer-settings-gp.md b/browsers/edge/group-policies/developer-settings-gp.md index 2383f8f333..67c6d1284c 100644 --- a/browsers/edge/group-policies/developer-settings-gp.md +++ b/browsers/edge/group-policies/developer-settings-gp.md @@ -19,7 +19,7 @@ ms.sitesec: library # Developer tools > [!NOTE] -> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/). Microsoft Edge, by default, allows users to use the F12 developer tools as well as access the about:flags page. You can prevent users from using the F12 developer tools or from accessing the about:flags page. diff --git a/browsers/edge/group-policies/extensions-management-gp.md b/browsers/edge/group-policies/extensions-management-gp.md index a69f976d40..dc9b9406b4 100644 --- a/browsers/edge/group-policies/extensions-management-gp.md +++ b/browsers/edge/group-policies/extensions-management-gp.md @@ -19,7 +19,7 @@ ms.sitesec: library # Extensions > [!NOTE] -> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/). Currently, Microsoft Edge allows users to add or personalize, and uninstall extensions. You can prevent users from uninstalling extensions or sideloading of extensions, which does not prevent sideloading using Add-AppxPackage via PowerShell. Allowing sideloading of extensions installs and runs unverified extensions. diff --git a/browsers/edge/group-policies/favorites-management-gp.md b/browsers/edge/group-policies/favorites-management-gp.md index 78131e021a..9a022da181 100644 --- a/browsers/edge/group-policies/favorites-management-gp.md +++ b/browsers/edge/group-policies/favorites-management-gp.md @@ -19,7 +19,7 @@ ms.sitesec: library # Favorites > [!NOTE] -> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/). You can customize the favorites bar, for example, you can turn off features such as Save a Favorite and Import settings, and hide or show the favorites bar on all pages. Another customization you can make is provisioning a standard list of favorites, including folders, to appear in addition to the user’s favorites. If it’s important to keep the favorites in both IE11 and Microsoft Edge synced, you can turn on syncing where changes to the list of favorites in one browser reflect in the other. diff --git a/browsers/edge/group-policies/home-button-gp.md b/browsers/edge/group-policies/home-button-gp.md index 47d016dd19..8f498a5d58 100644 --- a/browsers/edge/group-policies/home-button-gp.md +++ b/browsers/edge/group-policies/home-button-gp.md @@ -17,7 +17,7 @@ ms.topic: reference # Home button > [!NOTE] -> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/). Microsoft Edge shows the home button, by default, and by clicking it the Start page loads. With the relevant Home button policies, you can configure the Home button to load the New tab page or a specific page. You can also configure Microsoft Edge to hide the home button. diff --git a/browsers/edge/group-policies/interoperability-enterprise-guidance-gp.md b/browsers/edge/group-policies/interoperability-enterprise-guidance-gp.md index 2fbd5caa4c..f1a0929bb3 100644 --- a/browsers/edge/group-policies/interoperability-enterprise-guidance-gp.md +++ b/browsers/edge/group-policies/interoperability-enterprise-guidance-gp.md @@ -17,7 +17,7 @@ ms.topic: reference # Interoperability and enterprise mode guidance > [!NOTE] -> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/). Microsoft Edge is the default browser experience for Windows 10 and Windows 10 Mobile. However, Microsoft Edge lets you continue to use IE11 for sites that are on your corporate intranet or included on your Enterprise Mode Site List. If you are running web apps that continue to use ActiveX controls, x-ua-compatible headers, or legacy document modes, you need to keep running them in IE11. IE11 offers additional security, manageability, performance, backward compatibility, and modern standards support. diff --git a/browsers/edge/group-policies/new-tab-page-settings-gp.md b/browsers/edge/group-policies/new-tab-page-settings-gp.md index 1fa117d110..2f61f0bd35 100644 --- a/browsers/edge/group-policies/new-tab-page-settings-gp.md +++ b/browsers/edge/group-policies/new-tab-page-settings-gp.md @@ -18,7 +18,7 @@ ms.topic: reference # New Tab page > [!NOTE] -> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/). Microsoft Edge loads the default New tab page by default. With the relevant New Tab policies, you can set a URL to load in the New Tab page and prevent users from making changes. You can also load a blank page instead or let the users choose what loads. diff --git a/browsers/edge/group-policies/prelaunch-preload-gp.md b/browsers/edge/group-policies/prelaunch-preload-gp.md index 9993abc25c..5c4bf7c5fe 100644 --- a/browsers/edge/group-policies/prelaunch-preload-gp.md +++ b/browsers/edge/group-policies/prelaunch-preload-gp.md @@ -14,7 +14,7 @@ ms.topic: reference # Prelaunch Microsoft Edge and preload tabs in the background > [!NOTE] -> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/). Microsoft Edge pre-launches as a background process during Windows startup when the system is idle waiting to be launched by the user. Pre-launching helps the performance of Microsoft Edge and minimizes the amount of time required to start up Microsoft Edge. You can also configure Microsoft Edge to prevent Microsoft Edge from pre-launching. diff --git a/browsers/edge/group-policies/search-engine-customization-gp.md b/browsers/edge/group-policies/search-engine-customization-gp.md index 0aa2c8486b..480d0e275f 100644 --- a/browsers/edge/group-policies/search-engine-customization-gp.md +++ b/browsers/edge/group-policies/search-engine-customization-gp.md @@ -14,7 +14,7 @@ ms.topic: reference # Search engine customization > [!NOTE] -> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/). Microsoft Edge, by default, uses the search engine specified in App settings, which lets users make changes. You can prevent users from making changes and still use the search engine specified in App settings by disabling the Allow search engine customization policy. You can also use the policy-set search engine specified in the OpenSearch XML file in which you can configure up to five additional search engines and setting any one of them as the default. diff --git a/browsers/edge/group-policies/security-privacy-management-gp.md b/browsers/edge/group-policies/security-privacy-management-gp.md index 91d2387988..033d73b50e 100644 --- a/browsers/edge/group-policies/security-privacy-management-gp.md +++ b/browsers/edge/group-policies/security-privacy-management-gp.md @@ -14,7 +14,7 @@ ms.topic: reference # Security and privacy > [!NOTE] -> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/). Microsoft Edge is designed with improved security in mind, helping to defend people from increasingly sophisticated and prevalent web-based attacks against Windows. Because Microsoft Edge is designed like a Universal Windows app, changing the browser to an app, it fundamentally changes the process model so that both the outer manager process and the different content processes all live within app container sandboxes. diff --git a/browsers/edge/group-policies/start-pages-gp.md b/browsers/edge/group-policies/start-pages-gp.md index 77c35dfae0..5ea55bba9f 100644 --- a/browsers/edge/group-policies/start-pages-gp.md +++ b/browsers/edge/group-policies/start-pages-gp.md @@ -17,7 +17,7 @@ ms.topic: reference # Start pages > [!NOTE] -> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/). Microsoft Edge loads the pages specified in App settings as the default Start pages. With the relevant Start pages policies, you can configure Microsoft Edge to load either the Start page, New tab page, previously opened pages, or a specific page or pages. You can also configure Microsoft Edge to prevent users from making changes. diff --git a/browsers/edge/group-policies/sync-browser-settings-gp.md b/browsers/edge/group-policies/sync-browser-settings-gp.md index 11d7190da9..cdce19d2e5 100644 --- a/browsers/edge/group-policies/sync-browser-settings-gp.md +++ b/browsers/edge/group-policies/sync-browser-settings-gp.md @@ -14,7 +14,7 @@ ms.topic: reference # Sync browser settings > [!NOTE] -> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/). By default, the “browser” group syncs automatically between the user’s devices, letting users make changes. The “browser” group uses the Sync your Settings option in Settings to sync information like history and favorites. You can configure Microsoft Edge to prevent the “browser” group from syncing and prevent users from turning on the _Sync your Settings_ toggle in Settings. If you want syncing turned off by default but not disabled, select the _Allow users to turn “browser” syncing_ option in the Do not sync browser policy. diff --git a/browsers/edge/group-policies/telemetry-management-gp.md b/browsers/edge/group-policies/telemetry-management-gp.md index 19d10a1830..fb3329f960 100644 --- a/browsers/edge/group-policies/telemetry-management-gp.md +++ b/browsers/edge/group-policies/telemetry-management-gp.md @@ -14,7 +14,7 @@ ms.topic: reference # Telemetry and data collection > [!NOTE] -> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/). Microsoft Edge gathers diagnostic data, intranet history, internet history, tracking information of sites visited, and Live Tile metadata. You can configure Microsoft Edge to collect all or none of this information. From 940640a945faa60a308f60ec78477390c7b1defe Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Tue, 8 Oct 2019 14:25:11 -0700 Subject: [PATCH 168/191] make link agnostic --- browsers/edge/about-microsoft-edge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browsers/edge/about-microsoft-edge.md b/browsers/edge/about-microsoft-edge.md index 758061c1e6..5cd357aea7 100644 --- a/browsers/edge/about-microsoft-edge.md +++ b/browsers/edge/about-microsoft-edge.md @@ -20,7 +20,7 @@ ms.date: 10/02/2018 >Applies to: Microsoft Edge on Windows 10 and Windows 10 Mobile > [!NOTE] -> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/). Microsoft Edge is the new, default web browser for Windows 10, helping you to experience modern web standards, better performance, improved security, and increased reliability. Microsoft Edge lets you stay up-to-date through the Microsoft Store and to manage your enterprise through Group Policy or your mobile device management (MDM) tools. From 4c0ad91ddc40c5f18038dfe4b88a2c303925e734 Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Tue, 8 Oct 2019 14:26:32 -0700 Subject: [PATCH 169/191] make link agnostic --- browsers/edge/microsoft-edge-kiosk-mode-deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browsers/edge/microsoft-edge-kiosk-mode-deploy.md b/browsers/edge/microsoft-edge-kiosk-mode-deploy.md index 466d73f61f..130038d3a2 100644 --- a/browsers/edge/microsoft-edge-kiosk-mode-deploy.md +++ b/browsers/edge/microsoft-edge-kiosk-mode-deploy.md @@ -20,7 +20,7 @@ ms.date: 10/29/2018 >Professional, Enterprise, and Education > [!NOTE] -> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/). In the Windows 10 October 2018 Update, we added the capability to use Microsoft Edge as a kiosk using assigned access. With assigned access, you create a tailored browsing experience locking down a Windows 10 device to only run as a single-app or multi-app kiosk. Assigned access restricts a local standard user account so that it only has access to one or more Windows app, such as Microsoft Edge in kiosk mode. From d0ac152f7aa46bb6f071eaf890b1760633b12329 Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Tue, 8 Oct 2019 14:27:38 -0700 Subject: [PATCH 170/191] make link agnostic --- browsers/edge/microsoft-edge-faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browsers/edge/microsoft-edge-faq.md b/browsers/edge/microsoft-edge-faq.md index d2af36fa34..632905e3cb 100644 --- a/browsers/edge/microsoft-edge-faq.md +++ b/browsers/edge/microsoft-edge-faq.md @@ -18,7 +18,7 @@ ms.localizationpriority: medium >Applies to: Microsoft Edge on Windows 10 and Windows 10 Mobile > [!NOTE] -> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/). ## How can I get the next major version of Microsoft Edge, based on Chromium? In December 2018, Microsoft [announced](https://blogs.windows.com/windowsexperience/2018/12/06/microsoft-edge-making-the-web-better-through-more-open-source-collaboration/#8jv53blDvL6TIKuS.97) our intention to adopt the Chromium open source project in the development of Microsoft Edge on the desktop, to create better web compatibility for our customers and less fragmentation of the web for all web developers. You can get more information at the [Microsoft Edge Insiders site](https://www.microsoftedgeinsider.com/). From 9a78300c869637169a1f81fe68d4796c3750b168 Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Tue, 8 Oct 2019 14:28:50 -0700 Subject: [PATCH 171/191] make link agnostic --- browsers/edge/change-history-for-microsoft-edge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browsers/edge/change-history-for-microsoft-edge.md b/browsers/edge/change-history-for-microsoft-edge.md index 3927166b1d..2529a88fea 100644 --- a/browsers/edge/change-history-for-microsoft-edge.md +++ b/browsers/edge/change-history-for-microsoft-edge.md @@ -17,7 +17,7 @@ ms.author: dansimp Discover what's new and updated in the Microsoft Edge for both Windows 10 and Windows 10 Mobile. > [!NOTE] -> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/index?). +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/). #### [2018](#tab/2018/) ## October 2018 From 8bed0d93a7b036ba3c6f94c1a155643dbcf2dac1 Mon Sep 17 00:00:00 2001 From: Beth Levin Date: Tue, 8 Oct 2019 14:32:26 -0700 Subject: [PATCH 172/191] update keywords and spelling --- .../microsoft-defender-atp/attack-surface-reduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md b/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md index 9f5e6bd8d2..7739216489 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md +++ b/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md @@ -1,7 +1,7 @@ --- title: Use attack surface reduction rules to prevent malware infection description: Attack surface reduction rules can help prevent exploits from using apps and scripts to infect machines with malware -keywords: Attack surface reduction, hips, host intrusion prevention system, protection rules, anti-exploit, antiexploit, exploit, infection prevention +keywords: Attack surface reduction, asr, hips, host intrusion prevention system, protection rules, anti-exploit, antiexploit, exploit, infection prevention, search.product: eADQiWindows 10XVcnh ms.pagetype: security ms.prod: w10 @@ -27,7 +27,7 @@ manager: dansimp Attack surface reduction rules help prevent behaviors malware often uses to infect computers with malicious code. You can set attack surface reduction rules for computers running Windows 10, versions 1709 and 1803 or later, Windows Server, version 1803 (Semi-Annual Channel) or later, or Windows Server 2019. -To use the entire feature set of attack surface reduction rules, you need a Windows 10 Enterprise license. With a Windows E5 license you get advanced management capabilities including monitoring, analytics, and workflows available in [Microsoft Defender Advanced Threat Protection](microsoft-defender-advanced-threat-protection.md), as well as reporting and configuration capabilities in the Microsoft 365 security Center. These advanced capabilities aren't available with an E3 license or with Windows 10 Enterprise without subscription, but you can use attack surface reduction rule events in Event Viewer to help facilitate deployment. +To use the entire feature set of attack surface reduction rules, you need a Windows 10 Enterprise license. With a Windows E5 license you get advanced management capabilities including monitoring, analytics, and workflows available in [Microsoft Defender Advanced Threat Protection](microsoft-defender-advanced-threat-protection.md), as well as reporting and configuration capabilities in the Microsoft 365 security center. These advanced capabilities aren't available with an E3 license or with Windows 10 Enterprise without subscription, but you can use attack surface reduction rule events in Event Viewer to help facilitate deployment. Attack surface reduction rules target behaviors that malware and malicious apps typically use to infect computers, including: From 4d81e00ca4606b55a853f07928914929134a3289 Mon Sep 17 00:00:00 2001 From: Beth Levin Date: Tue, 8 Oct 2019 14:42:08 -0700 Subject: [PATCH 173/191] update links --- .../microsoft-defender-atp/attack-surface-reduction.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md b/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md index 7739216489..0f46201ee1 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md +++ b/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md @@ -207,7 +207,7 @@ This rule blocks the following file types from launching unless they either meet * Executable files (such as .exe, .dll, or .scr) > [!NOTE] -> You must [enable cloud-delivered protection](https://docs.microsoft.com/windows/security/threat-protection/windows-defender-antivirus/enable-cloud-protection-windows-defender-antivirus) to use this rule. +> You must [enable cloud-delivered protection](../windows-defender-antivirus/enable-cloud-protection-windows-defender-antivirus.md) to use this rule. > [!IMPORTANT] > The rule **Block executable files from running unless they meet a prevalence, age, or trusted list criterion** with GUID 01443614-cd74-433a-b99e-2ecdc07bfc25 is owned by Microsoft and is not specified by admins. It uses cloud-delivered protection to update its trusted list regularly. @@ -227,7 +227,7 @@ GUID: 01443614-cd74-433a-b99e-2ecdc07bfc25 This rule provides an extra layer of protection against ransomware. It scans executable files entering the system to determine whether they're trustworthy. If the files closely resemble ransomware, this rule blocks them from running, unless they're in a trusted list or exclusion list. > [!NOTE] -> You must [enable cloud-delivered protection](../windows-defender-antivirus/enable-cloud-protection-windows-defender-antivirus) to use this rule. +> You must [enable cloud-delivered protection](../windows-defender-antivirus/enable-cloud-protection-windows-defender-antivirus.md) to use this rule. This rule was introduced in: Windows 10 1803, Windows Server 1809, Windows Server 2019, SCCM CB 1802 @@ -328,4 +328,4 @@ GUID: e6db77e5-3df2-4cf1-b95a-636979351e5b * [Enable attack surface reduction rules](enable-attack-surface-reduction.md) * [Evaluate attack surface reduction rules](evaluate-attack-surface-reduction.md) -* [Compatibility of Microsoft Defender with other antivirus/antimalware](../windows-defender-antivirus/windows-defender-antivirus-compatibility) +* [Compatibility of Microsoft Defender with other antivirus/antimalware](../windows-defender-antivirus/windows-defender-antivirus-compatibility.md) From 9f1b3c2a1630f7613c060957ec20170c1c7e1dc4 Mon Sep 17 00:00:00 2001 From: Beth Levin Date: Tue, 8 Oct 2019 15:00:35 -0700 Subject: [PATCH 174/191] revise text --- .../microsoft-defender-atp/attack-surface-reduction.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md b/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md index 0f46201ee1..a858f74cac 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md +++ b/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md @@ -1,7 +1,7 @@ --- title: Use attack surface reduction rules to prevent malware infection description: Attack surface reduction rules can help prevent exploits from using apps and scripts to infect machines with malware -keywords: Attack surface reduction, asr, hips, host intrusion prevention system, protection rules, anti-exploit, antiexploit, exploit, infection prevention, +keywords: Attack surface reduction rules, asr, hips, host intrusion prevention system, protection rules, anti-exploit, antiexploit, exploit, infection prevention search.product: eADQiWindows 10XVcnh ms.pagetype: security ms.prod: w10 @@ -27,7 +27,7 @@ manager: dansimp Attack surface reduction rules help prevent behaviors malware often uses to infect computers with malicious code. You can set attack surface reduction rules for computers running Windows 10, versions 1709 and 1803 or later, Windows Server, version 1803 (Semi-Annual Channel) or later, or Windows Server 2019. -To use the entire feature set of attack surface reduction rules, you need a Windows 10 Enterprise license. With a Windows E5 license you get advanced management capabilities including monitoring, analytics, and workflows available in [Microsoft Defender Advanced Threat Protection](microsoft-defender-advanced-threat-protection.md), as well as reporting and configuration capabilities in the Microsoft 365 security center. These advanced capabilities aren't available with an E3 license or with Windows 10 Enterprise without subscription, but you can use attack surface reduction rule events in Event Viewer to help facilitate deployment. +To use the entire feature set of attack surface reduction rules, you need a Windows 10 Enterprise license. With a Windows E5 license you get advanced management capabilities including monitoring, analytics, and workflows available in [Microsoft Defender Advanced Threat Protection](microsoft-defender-advanced-threat-protection.md), as well as reporting and configuration capabilities in the Microsoft 365 security center. These advanced capabilities aren't available with an E3 license, but you can use Event Viewer to review attack surface reduction rule events. Attack surface reduction rules target behaviors that malware and malicious apps typically use to infect computers, including: @@ -45,7 +45,7 @@ For information about configuring attack surface reduction rules, see [Enable at Microsoft Defender ATP provides detailed reporting into events and blocks as part of its alert investigation scenarios. -You can query Microsoft Defender ATP data by using [Advanced hunting](advanced-hunting.md). If you're using [audit mode](audit-windows-defender.md), you can use Advanced hunting to see how controlled folder access settings could affect your environment. +You can query Microsoft Defender ATP data by using [Advanced hunting](advanced-hunting.md). If you're using [audit mode](audit-windows-defender.md), you can use Advanced hunting to understand how attack surface reduction rules could affect your environment. Here is an example query: From 0c6a6dd8ebf62468acf88d20c722fb62fbc5c12b Mon Sep 17 00:00:00 2001 From: John Kaiser <35939694+CoveMiner@users.noreply.github.com> Date: Tue, 8 Oct 2019 15:04:39 -0700 Subject: [PATCH 175/191] Update .openpublishing.redirection.json --- .openpublishing.redirection.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index 270e548b0f..a047c4b87b 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -15238,6 +15238,11 @@ "redirect_url": "https://docs.microsoft.com/microsoft-365/education/deploy/use-intune-for-education", "redirect_document_id": false }, +{ + "source_path": "devices/surface/surface-dock-updater.md", + "redirect_url": "/surface/surface-dock-firmware-update", + "redirect_document_id": true + }, { "source_path": "education/get-started/use-school-data-sync.md", "redirect_url": "https://docs.microsoft.com/microsoft-365/education/deploy/school-data-sync", From 8ab24a56b898781d30547f541ce8a7bdd14ae94c Mon Sep 17 00:00:00 2001 From: Rebecca Agiewich Date: Tue, 8 Oct 2019 15:39:45 -0700 Subject: [PATCH 176/191] fixed spelling error --- .../hello-for-business/hello-errors-during-pin-creation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/identity-protection/hello-for-business/hello-errors-during-pin-creation.md b/windows/security/identity-protection/hello-for-business/hello-errors-during-pin-creation.md index daf03b598f..cf4016e37e 100644 --- a/windows/security/identity-protection/hello-for-business/hello-errors-during-pin-creation.md +++ b/windows/security/identity-protection/hello-for-business/hello-errors-during-pin-creation.md @@ -60,7 +60,7 @@ If the error occurs again, check the error code against the following table to s - + From 25923dd4b2c9f609fee3a143a2c5f0d48c7aa2bd Mon Sep 17 00:00:00 2001 From: Mike Edgar <49731348+medgarmedgar@users.noreply.github.com> Date: Tue, 8 Oct 2019 16:58:01 -0700 Subject: [PATCH 177/191] Update manage-connections-from-windows-operating-system-components-to-microsoft-services-using-MDM.md --- ...perating-system-components-to-microsoft-services-using-MDM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services-using-MDM.md b/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services-using-MDM.md index 8211fc3089..9470e33324 100644 --- a/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services-using-MDM.md +++ b/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services-using-MDM.md @@ -164,6 +164,7 @@ For Windows 10, the following MDM policies are available in the [Policy CSP](htt |client.wns.windows.com| |crl.microsoft.com/pki/crl/*| |ctldl.windowsupdate.com| +|*displaycatalog.mp.microsoft.com| |dm3p.wns.windows.com| |\*microsoft.com/pkiops/\*| |ocsp.digicert.com/*| From e7116a24e78928885312f371b0ded965c364e27c Mon Sep 17 00:00:00 2001 From: Mike Edgar <49731348+medgarmedgar@users.noreply.github.com> Date: Tue, 8 Oct 2019 17:10:04 -0700 Subject: [PATCH 178/191] Update manage-connections-from-windows-operating-system-components-to-microsoft-services-using-MDM.md --- ...perating-system-components-to-microsoft-services-using-MDM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services-using-MDM.md b/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services-using-MDM.md index 9470e33324..f74bd5bfa6 100644 --- a/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services-using-MDM.md +++ b/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services-using-MDM.md @@ -138,6 +138,7 @@ For Windows 10, the following MDM policies are available in the [Policy CSP](htt 1. **Windows Defender** 1. [Defender/AllowCloudProtection](https://docs.microsoft.com/windows/client-management/mdm/policy-csp-defender#defender-allowcloudprotection). Disconnect from the Microsoft Antimalware Protection Service. **Set to 0 (zero)** 1. [Defender/SubmitSamplesConsent](https://docs.microsoft.com/windows/client-management/mdm/policy-csp-defender#defender-submitsamplesconsent). Stop sending file samples back to Microsoft. **Set to 2 (two)** + 1. [Defender/EnableSmartScreenInShell](https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-smartscreen/windows-defender-smartscreen-available-settings#mdm-settings). Turns off SmartScreen in Windows for app and file execution. **Set to 0 (zero)** 1. Windows Defender Smartscreen - [Browser/AllowSmartScreen](https://docs.microsoft.com/windows/client-management/mdm/policy-csp-browser#browser-allowsmartscreen). Disable Windows Defender Smartscreen. **Set to 0 (zero)** 1. Windows Defender Smartscreen EnableAppInstallControl - [SmartScreen/EnableAppInstallControl](https://docs.microsoft.com/windows/client-management/mdm/policy-csp-smartscreen#smartscreen-enableappinstallcontrol). Controls whether users are allowed to install apps from places other than the Microsoft Store. **Set to 0 (zero)** 1. Windows Defender Potentially Unwanted Applications(PUA) Protection - [Defender/PUAProtection](https://docs.microsoft.com/en-us/windows/client-management/mdm/policy-csp-defender#defender-puaprotection). Specifies the level of detection for potentially unwanted applications (PUAs). **Set to 1 (one)** From fb6da896b1bfbaa6d8a9a6bec626df8be3354b66 Mon Sep 17 00:00:00 2001 From: Dani Halfin Date: Tue, 8 Oct 2019 17:23:35 -0700 Subject: [PATCH 179/191] fixing redirect json --- .openpublishing.redirection.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index 8e4ac2faed..1eda8a197e 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -15262,19 +15262,9 @@ "redirect_document_id": false }, { -"source_path": "windows/security/threat-protection/windows-defender-exploit-guard/controlled-folders-exploit-guard.md", -"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/controlled-folders", -"redirect_document_id": true -}, -{ "source_path": "windows/security/threat-protection/windows-defender-exploit-guard/attack-surface-reduction-exploit-guard.md", "redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/exploit-protection", "redirect_document_id": true -}, -{ -"source_path": "windows/security/threat-protection/windows-defender-exploit-guard/network-protection-exploit-guard.md", -"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/network-protection", -"redirect_document_id": true } ] } From 3ae0eead8c8fae1ff1b6a5b3dcbaf689f1fe4bd3 Mon Sep 17 00:00:00 2001 From: Mike Edgar <49731348+medgarmedgar@users.noreply.github.com> Date: Tue, 8 Oct 2019 17:38:54 -0700 Subject: [PATCH 180/191] Update manage-connections-from-windows-operating-system-components-to-microsoft-services.md --- ...perating-system-components-to-microsoft-services.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services.md b/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services.md index 6914061b54..5f7979787c 100644 --- a/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services.md +++ b/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services.md @@ -1437,15 +1437,15 @@ To turn this Off in the UI: -OR- -- Create a REG_DWORD registry setting named **EnableActivityFeed** in **HKEY_LOCAL_MACHINE\\Software\\Policies\\Microsoft\\Windows\\System** with a **value of 0 (zero)** +- Create a REG_DWORD registry setting named **EnableActivityFeed** in **HKEY_LOCAL_MACHINE\\Software\\Policies\\Microsoft\\Windows\\System** with a **value of 2 (two)** -and- -- Create a REG_DWORD registry setting named **PublishUserActivities** in **HKEY_LOCAL_MACHINE\\Software\\Policies\\Microsoft\\Windows\\System** with a **value of 0 (zero)** +- Create a REG_DWORD registry setting named **PublishUserActivities** in **HKEY_LOCAL_MACHINE\\Software\\Policies\\Microsoft\\Windows\\System** with a **value of 2 (two)** -and- -- Create a REG_DWORD registry setting named **UploadUserActivities** in **HKEY_LOCAL_MACHINE\\Software\\Policies\\Microsoft\\Windows\\System** with a **value of 0 (zero)** +- Create a REG_DWORD registry setting named **UploadUserActivities** in **HKEY_LOCAL_MACHINE\\Software\\Policies\\Microsoft\\Windows\\System** with a **value of 2 (two)** ### 18.23 Voice Activation @@ -1466,11 +1466,11 @@ To turn this Off in the UI: -OR- -- Create a REG_DWORD registry setting named **LetAppsActivateWithVoice** in **HKEY_LOCAL_MACHINE\\Software\\Policies\\Microsoft\\Windows\\AppPrivacy** with a **value of 0 (zero)** +- Create a REG_DWORD registry setting named **LetAppsActivateWithVoice** in **HKEY_LOCAL_MACHINE\\Software\\Policies\\Microsoft\\Windows\\AppPrivacy** with a **value of 2 (two)** -and- -- Create a REG_DWORD registry setting named **PublishUserActivities** in **HKEY_LOCAL_MACHINE\\Software\\Policies\\Microsoft\\Windows\\AppPrivacy** with a **value of 0 (zero)** +- Create a REG_DWORD registry setting named **LetAppsActivateWithVoiceAboveLock** in HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\AppPrivacy with a **value of 2 (two)** From 1fabc089d0e548a10c2e5bc1b146217983a26e3f Mon Sep 17 00:00:00 2001 From: Mike Edgar <49731348+medgarmedgar@users.noreply.github.com> Date: Tue, 8 Oct 2019 17:40:07 -0700 Subject: [PATCH 181/191] Update manage-connections-from-windows-operating-system-components-to-microsoft-services.md --- ...windows-operating-system-components-to-microsoft-services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services.md b/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services.md index 5f7979787c..c602f4f148 100644 --- a/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services.md +++ b/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services.md @@ -1470,7 +1470,7 @@ To turn this Off in the UI: -and- -- Create a REG_DWORD registry setting named **LetAppsActivateWithVoiceAboveLock** in HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\AppPrivacy with a **value of 2 (two)** +- Create a REG_DWORD registry setting named **LetAppsActivateWithVoiceAboveLock** in **HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\AppPrivacy** with a **value of 2 (two)** From 4dcea5448fe2a7922a88ad4d59c9b26430cecf36 Mon Sep 17 00:00:00 2001 From: lomayor Date: Tue, 8 Oct 2019 17:59:54 -0700 Subject: [PATCH 182/191] AH-SEO --- .../advanced-hunting-alertevents-table.md | 12 ++++++------ .../advanced-hunting-best-practices.md | 8 ++++---- .../advanced-hunting-filecreationevents-table.md | 10 +++++----- .../advanced-hunting-imageloadevents-table.md | 10 +++++----- .../advanced-hunting-logonevents-table.md | 10 +++++----- .../advanced-hunting-machineinfo-table.md | 10 +++++----- .../advanced-hunting-machinenetworkinfo-table.md | 10 +++++----- .../advanced-hunting-miscevents-table.md | 12 ++++++------ ...anced-hunting-networkcommunicationevents-table.md | 10 +++++----- .../advanced-hunting-processcreationevents-table.md | 10 +++++----- .../advanced-hunting-reference.md | 6 +++--- .../advanced-hunting-registryevents-table.md | 10 +++++----- .../advanced-hunting-shared-queries.md | 8 ++++---- .../microsoft-defender-atp/advanced-hunting.md | 6 +++--- .../microsoft-defender-atp/overview-hunting.md | 5 +++-- 15 files changed, 69 insertions(+), 68 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-alertevents-table.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-alertevents-table.md index 2904a8e60e..fa1d929b79 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-alertevents-table.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-alertevents-table.md @@ -1,21 +1,21 @@ --- -title: AlertEvents table in the advanced hunting schema -description: Learn about the AlertEvents table in the Advanced hunting schema, such as column names, data types, and descriptions -keywords: advanced hunting, atp query, query atp data, intellisense, atp telemetry, events, events telemetry, azure log analytics, column name, data type, description, alertevent +title: AlertEvents table in the Advanced hunting schema +description: Learn about alert generation events in the AlertEvents table of the Advanced hunting schema +keywords: advanced hunting, threat hunting, cyber threat hunting, search, query, telemetry, schema reference, kusto, table, column, data type, description, alertevents, alert, severity, category search.product: eADQiWindows 10XVcnh search.appverid: met150 ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security -ms.author: v-maave -author: martyav +ms.author: lomayor +author: lomayor ms.localizationpriority: medium manager: dansimp audience: ITPro ms.collection: M365-security-compliance ms.topic: article -ms.date: 07/24/2019 +ms.date: 10/08/2019 --- # AlertEvents diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-best-practices.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-best-practices.md index 5acedaa5f1..05e285ca16 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-best-practices.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-best-practices.md @@ -1,7 +1,7 @@ --- -title: Advanced hunting best practices in Microsoft Defender ATP -description: Learn about Advanced hunting best practices such as what filters and keywords to use to effectively query data. -keywords: advanced hunting, best practices, keyword, filters, atp query, query atp data, intellisense, atp telemetry, events, events telemetry, azure log analytics, kusto +title: Query best practices for Advanced hunting +description: Learn how to construct fast, efficient, and error-free threat hunting queries when using Advanced hunting +keywords: advanced hunting, threat hunting, cyber threat hunting, search, query, telemetry, custom detections, schema, kusto, avoid timeout, command lines, process id search.product: eADQiWindows 10XVcnh search.appverid: met150 ms.prod: w10 @@ -15,7 +15,7 @@ manager: dansimp audience: ITPro ms.collection: M365-security-compliance ms.topic: article -ms.date: 09/25/2019 +ms.date: 10/08/2019 --- # Advanced hunting query best practices diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-filecreationevents-table.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-filecreationevents-table.md index 04b9c39707..2d482ec3ba 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-filecreationevents-table.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-filecreationevents-table.md @@ -1,21 +1,21 @@ --- title: FileCreationEvents table in the Advanced hunting schema -description: Learn about the FileCreationEvents table in the Advanced hunting schema, such as column names, data types, and descriptions -keywords: advanced hunting, atp query, query atp data, intellisense, atp telemetry, events, events telemetry, azure log analytics, column name, data type, description, filecreationevents +description: Learn about file-related events in the FileCreationEvents table of the Advanced hunting schema +keywords: advanced hunting, threat hunting, cyber threat hunting, search, query, telemetry, schema reference, kusto, table, column, data type, description, filecreationevents, files, path, hash, sha1, sha256, md5 search.product: eADQiWindows 10XVcnh search.appverid: met150 ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security -ms.author: v-maave -author: martyav +ms.author: lomayor +author: lomayor ms.localizationpriority: medium manager: dansimp audience: ITPro ms.collection: M365-security-compliance ms.topic: article -ms.date: 07/24/2019 +ms.date: 10/08/2019 --- # FileCreationEvents diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-imageloadevents-table.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-imageloadevents-table.md index 6f682f0578..c9726c95ad 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-imageloadevents-table.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-imageloadevents-table.md @@ -1,21 +1,21 @@ --- title: ImageLoadEvents table in the Advanced hunting schema -description: Learn about the ImageLoadEvents table in the Advanced hunting schema, such as column names, data types, and descriptions -keywords: advanced hunting, atp query, query atp data, intellisense, atp telemetry, events, events telemetry, azure log analytics, column name, data type, description, imageloadevents +description: Learn about DLL loading events in the ImageLoadEvents table of the Advanced hunting schema +keywords: advanced hunting, threat hunting, cyber threat hunting, search, query, telemetry, schema reference, kusto, table, column, data type, description, imageloadevents, DLL loading, library, file image search.product: eADQiWindows 10XVcnh search.appverid: met150 ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security -ms.author: v-maave -author: martyav +ms.author: lomayor +author: lomayor ms.localizationpriority: medium manager: dansimp audience: ITPro ms.collection: M365-security-compliance ms.topic: article -ms.date: 07/24/2019 +ms.date: 10/08/2019 --- # ImageLoadEvents diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-logonevents-table.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-logonevents-table.md index 0ef85d6027..795a3bb3f0 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-logonevents-table.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-logonevents-table.md @@ -1,21 +1,21 @@ --- title: LogonEvents table in the Advanced hunting schema -description: Learn about the LogonEvents table in the Advanced hunting schema, such as column names, data types, and descriptions -keywords: advanced hunting, atp query, query atp data, intellisense, atp telemetry, events, events telemetry, azure log analytics, column name, data type, description, logonevents +description: Learn about authentication or sign-in events in the LogonEvents table of the Advanced hunting schema +keywords: advanced hunting, threat hunting, cyber threat hunting, search, query, telemetry, schema reference, kusto, table, column, data type, description, logonevents, authentication, logon, sign in search.product: eADQiWindows 10XVcnh search.appverid: met150 ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security -ms.author: v-maave -author: martyav +ms.author: lomayor +author: lomayor ms.localizationpriority: medium manager: dansimp audience: ITPro ms.collection: M365-security-compliance ms.topic: article -ms.date: 07/24/2019 +ms.date: 10/08/2019 --- # LogonEvents diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-machineinfo-table.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-machineinfo-table.md index 5dd8272cc3..6ddae6ac6d 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-machineinfo-table.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-machineinfo-table.md @@ -1,21 +1,21 @@ --- title: MachineInfo table in the Advanced hunting schema -description: Learn about the MachineInfo table in the Advanced hunting schema, such as column names, data types, and descriptions -keywords: advanced hunting, atp query, query atp data, intellisense, atp telemetry, events, events telemetry, azure log analytics, column name, data type, description, machineinfo +description: Learn about OS, computer name, and other machine information in the MachineInfo table of the Advanced hunting schema +keywords: advanced hunting, threat hunting, cyber threat hunting, search, query, telemetry, schema reference, kusto, table, column, data type, description, machineinfo, device, machine, OS, platform, users search.product: eADQiWindows 10XVcnh search.appverid: met150 ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security -ms.author: v-maave -author: martyav +ms.author: lomayor +author: lomayor ms.localizationpriority: medium manager: dansimp audience: ITPro ms.collection: M365-security-compliance ms.topic: article -ms.date: 07/24/2019 +ms.date: 10/08/2019 --- # MachineInfo diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-machinenetworkinfo-table.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-machinenetworkinfo-table.md index 6ed1b6e9b3..e9a9f9f1b8 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-machinenetworkinfo-table.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-machinenetworkinfo-table.md @@ -1,21 +1,21 @@ --- title: MachineNetworkInfo table in the Advanced hunting schema -description: Learn about the MachineNetworkInfo table in the Advanced hunting schema, such as column names, data types, and descriptions -keywords: advanced hunting, atp query, query atp data, intellisense, atp telemetry, events, events telemetry, azure log analytics, column name, data type, description, machinenetworkinfo +description: Learn about network configuration information in the MachineNetworkInfo table of the Advanced hunting schema +keywords: advanced hunting, threat hunting, cyber threat hunting, search, query, telemetry, schema reference, kusto, table, column, data type, description, machinenetworkinfo, device, machine, mac, ip, adapter, dns, dhcp, gateway, tunnel search.product: eADQiWindows 10XVcnh search.appverid: met150 ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security -ms.author: v-maave -author: martyav +ms.author: lomayor +author: lomayor ms.localizationpriority: medium manager: dansimp audience: ITPro ms.collection: M365-security-compliance ms.topic: article -ms.date: 07/24/2019 +ms.date: 10/08/2019 --- # MachineNetworkInfo diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-miscevents-table.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-miscevents-table.md index 6a3f93d80f..e26dbbdf0e 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-miscevents-table.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-miscevents-table.md @@ -1,21 +1,21 @@ --- title: MiscEvents table in the advanced hunting schema -description: Learn about the MiscEvents table in the Advanced hunting schema, such as column names, data types, and descriptions -keywords: advanced hunting, atp query, query atp data, intellisense, atp telemetry, events, events telemetry, azure log analytics, column name, data type, description, miscEvents +description: Learn about antivirus, firewall, and other event types in the miscellaneous events (MiscEvents) table of the Advanced hunting schema +keywords: advanced hunting, threat hunting, cyber threat hunting, search, query, telemetry, schema reference, kusto, table, column, data type, security events, antivirus, firewall, exploit guard search.product: eADQiWindows 10XVcnh search.appverid: met150 ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security -ms.author: v-maave -author: martyav +ms.author: lomayor +author: lomayor ms.localizationpriority: medium manager: dansimp audience: ITPro ms.collection: M365-security-compliance ms.topic: article -ms.date: 07/24/2019 +ms.date: 10/08/2019 --- # MiscEvents @@ -26,7 +26,7 @@ ms.date: 07/24/2019 >Want to experience Microsoft Defender ATP? [Sign up for a free trial.](https://www.microsoft.com/microsoft-365/windows/microsoft-defender-atp?ocid=docs-wdatp-advancedhuntingref-abovefoldlink) -The MiscEvents table in the [Advanced hunting](overview-hunting.md) schema contains information about various event types, including events triggered by security controls, such as Windows Defender Antivirus and exploit protection. Use this reference to construct queries that return information from the table. +The miscellaneous events or MiscEvents table in the [Advanced hunting](overview-hunting.md) schema contains information about various event types, including events triggered by security controls, such as Windows Defender Antivirus and exploit protection. Use this reference to construct queries that return information from the table. For information on other tables in the Advanced hunting schema, see [the Advanced hunting schema reference](advanced-hunting-reference.md). diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-networkcommunicationevents-table.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-networkcommunicationevents-table.md index b1f12de327..9d2c7a81f7 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-networkcommunicationevents-table.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-networkcommunicationevents-table.md @@ -1,21 +1,21 @@ --- title: NetworkCommunicationEvents table in the Advanced hunting schema -description: Learn about the NetworkCommunicationEvents table in the Advanced hunting schema, such as column names, data types, and descriptions -keywords: advanced hunting, atp query, query atp data, intellisense, atp telemetry, events, events telemetry, azure log analytics, column name, data type, description, networkcommunicationevents +description: Learn about network connection events you can query from the NetworkCommunicationEvents table of the Advanced hunting schema +keywords: advanced hunting, threat hunting, cyber threat hunting, search, query, telemetry, schema reference, kusto, table, column, data type, networkcommunicationevents, network connection, remote ip, local ip search.product: eADQiWindows 10XVcnh search.appverid: met150 ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security -ms.author: v-maave -author: martyav +ms.author: lomayor +author: lomayor ms.localizationpriority: medium manager: dansimp audience: ITPro ms.collection: M365-security-compliance ms.topic: article -ms.date: 07/24/2019 +ms.date: 10/08/2019 --- # NetworkCommunicationEvents diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-processcreationevents-table.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-processcreationevents-table.md index 84aeeafcd5..6c25801d28 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-processcreationevents-table.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-processcreationevents-table.md @@ -1,21 +1,21 @@ --- title: ProcessCreationEvents table in the Advanced hunting schema -description: Learn about the ProcessCreationEvents table in the Advanced hunting schema, such as column names, data types, and descriptions -keywords: advanced hunting, atp query, query atp data, intellisense, atp telemetry, events, events telemetry, azure log analytics, column name, data type, description, processcreationevents +description: Learn about the process spawning or creation events in the ProcessCreationEvents table of the Advanced hunting schema +keywords: advanced hunting, threat hunting, cyber threat hunting, search, query, telemetry, schema reference, kusto, table, column, data type, processcreationevents, process id, command line search.product: eADQiWindows 10XVcnh search.appverid: met150 ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security -ms.author: v-maave -author: martyav +ms.author: lomayor +author: lomayor ms.localizationpriority: medium manager: dansimp audience: ITPro ms.collection: M365-security-compliance ms.topic: article -ms.date: 07/24/2019 +ms.date: 10/08/2019 --- # ProcessCreationEvents diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-reference.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-reference.md index 88124e8c37..d5c8fe8da7 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-reference.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-reference.md @@ -1,7 +1,7 @@ --- title: Advanced hunting schema reference -description: Learn about the tables in the advanced hunting schema -keywords: advanced hunting, atp query, query atp data, intellisense, atp telemetry, events, events telemetry, azure log analytics, column name, data type, description +description: Learn about the tables in the Advanced hunting schema to understand the data you can run threat hunting queries on +keywords: advanced hunting, threat hunting, cyber threat hunting, search, query, telemetry, schema reference, kusto, table, data search.product: eADQiWindows 10XVcnh search.appverid: met150 ms.prod: w10 @@ -15,7 +15,7 @@ manager: dansimp audience: ITPro ms.collection: M365-security-compliance ms.topic: article -ms.date: 09/25/2019 +ms.date: 10/08/2019 --- # Understand the Advanced hunting schema diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-registryevents-table.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-registryevents-table.md index b5150e366e..ab9f9fce88 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-registryevents-table.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-registryevents-table.md @@ -1,21 +1,21 @@ --- title: RegistryEvents table in the Advanced hunting schema -description: Learn about the RegistryEvents table in the Advanced hunting schema, such as column names, data types, and descriptions -keywords: advanced hunting, atp query, query atp data, intellisense, atp telemetry, events, events telemetry, azure log analytics, column name, data type, description, registryevents +description: Learn about registry events you can query from the RegistryEvents table of the Advanced hunting schema +keywords: advanced hunting, threat hunting, cyber threat hunting, search, query, telemetry, schema reference, kusto, table, column, data type, registryevents, registry, key, subkey, value search.product: eADQiWindows 10XVcnh search.appverid: met150 ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security -ms.author: v-maave -author: martyav +ms.author: lomayor +author: lomayor ms.localizationpriority: medium manager: dansimp audience: ITPro ms.collection: M365-security-compliance ms.topic: article -ms.date: 07/24/2019 +ms.date: 10/08/2019 --- # RegistryEvents diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-shared-queries.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-shared-queries.md index a7f66ba422..a41f6cefcc 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-shared-queries.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-shared-queries.md @@ -1,7 +1,7 @@ --- -title: Use shared queries in advanced hunting -description: Take advantage of shared advanced hunting queries. Share your queries to the public or to your organization. -keywords: advanced hunting, atp query, query atp data, atp telemetry, events, events telemetry, kusto, github repo +title: Use shared queries in Advanced hunting +description: Start threat hunting immediately with predefined and shared queries. Share your queries to the public or to your organization. +keywords: advanced hunting, threat hunting, cyber threat hunting, search, query, telemetry, custom detections, schema, kusto, github repo, my queries, shared queries search.product: eADQiWindows 10XVcnh search.appverid: met150 ms.prod: w10 @@ -15,7 +15,7 @@ manager: dansimp audience: ITPro ms.collection: M365-security-compliance ms.topic: article -ms.date: 09/25/2019 +ms.date: 10/08/2019 --- # Use shared queries in Advanced hunting diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting.md index 6ef8ce1994..863f35da47 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting.md @@ -1,7 +1,7 @@ --- title: Learn the Advanced hunting query language -description: Get an overview of the common operators and other aspects of the Advanced hunting query language you can use to formulate queries -keywords: advanced hunting, atp query, query atp data, atp telemetry, events, events telemetry, kusto +description: Create your first threat hunting query and learn about common operators and other aspects of the Advanced hunting query language +keywords: advanced hunting, threat hunting, cyber threat hunting, search, query, language, learn, first query, telemetry, events, telemetry, custom detections, schema, kusto, operators, data types search.product: eADQiWindows 10XVcnh search.appverid: met150 ms.prod: w10 @@ -15,7 +15,7 @@ manager: dansimp audience: ITPro ms.collection: M365-security-compliance ms.topic: article -ms.date: 09/25/2019 +ms.date: 10/08/2019 --- # Learn the Advanced hunting query language diff --git a/windows/security/threat-protection/microsoft-defender-atp/overview-hunting.md b/windows/security/threat-protection/microsoft-defender-atp/overview-hunting.md index ab47dc3981..e9d04dbc05 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/overview-hunting.md +++ b/windows/security/threat-protection/microsoft-defender-atp/overview-hunting.md @@ -1,7 +1,7 @@ --- title: Overview of Advanced hunting -description: Hunt for possible threats across your organization using a powerful search and query tool -keywords: advanced hunting, hunting, search, query, tool, telemetry, custom detection, schema, kusto +description: Use threat hunting capabilities in Microsoft Defender ATP to build queries that find threats and weaknesses in your network +keywords: advanced hunting, threat hunting, cyber threat hunting, search, query, telemetry, custom detections, schema, kusto search.product: eADQiWindows 10XVcnh search.appverid: met150 ms.prod: w10 @@ -15,6 +15,7 @@ manager: dansimp audience: ITPro ms.collection: M365-security-compliance ms.topic: article +ms.date: 10/08/2019 --- # Proactively hunt for threats with Advanced hunting From d37bd867525aad27f97da0875939906db7b092da Mon Sep 17 00:00:00 2001 From: lomayor Date: Tue, 8 Oct 2019 18:21:28 -0700 Subject: [PATCH 183/191] AH-SEO-optimization Legacy files renamed, redirected. Meta desc and keywords enhanced --- .openpublishing.redirection.json | 21 ++++++++++++++++--- windows/security/threat-protection/TOC.md | 6 +++--- .../advanced-hunting-alertevents-table.md | 10 ++++----- .../advanced-hunting-best-practices.md | 6 +++--- ...vanced-hunting-filecreationevents-table.md | 10 ++++----- .../advanced-hunting-imageloadevents-table.md | 10 ++++----- .../advanced-hunting-logonevents-table.md | 10 ++++----- .../advanced-hunting-machineinfo-table.md | 10 ++++----- ...vanced-hunting-machinenetworkinfo-table.md | 10 ++++----- .../advanced-hunting-miscevents-table.md | 10 ++++----- ...unting-networkcommunicationevents-table.md | 10 ++++----- ...unting.md => advanced-hunting-overview.md} | 8 +++---- ...ced-hunting-processcreationevents-table.md | 10 ++++----- ....md => advanced-hunting-query-language.md} | 6 +++--- .../advanced-hunting-registryevents-table.md | 10 ++++----- ...d => advanced-hunting-schema-reference.md} | 6 +++--- .../advanced-hunting-shared-queries.md | 6 +++--- .../attack-surface-reduction.md | 2 +- .../custom-detection-rules.md | 6 +++--- .../microsoft-defender-atp/evaluation-lab.md | 2 +- .../microsoft-defender-atp/manage-edr.md | 2 +- .../microsoft-defender-atp/oldTOC.txt | 6 +++--- .../overview-custom-detections.md | 4 ++-- .../microsoft-defender-atp/overview.md | 2 +- .../raw-data-export-event-hub.md | 4 ++-- .../raw-data-export-storage.md | 4 ++-- .../microsoft-defender-atp/raw-data-export.md | 8 +++---- .../run-advanced-query-api.md | 2 +- 28 files changed, 108 insertions(+), 93 deletions(-) rename windows/security/threat-protection/microsoft-defender-atp/{overview-hunting.md => advanced-hunting-overview.md} (93%) rename windows/security/threat-protection/microsoft-defender-atp/{advanced-hunting.md => advanced-hunting-query-language.md} (96%) rename windows/security/threat-protection/microsoft-defender-atp/{advanced-hunting-reference.md => advanced-hunting-schema-reference.md} (85%) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index 8e4ac2faed..f634e4f591 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -877,7 +877,7 @@ }, { "source_path": "windows/security/threat-protection/windows-defender-atp/advanced-hunting-windows-defender-advanced-threat-protection.md", -"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting", +"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-query-language", "redirect_document_id": true }, { @@ -887,7 +887,22 @@ }, { "source_path": "windows/security/threat-protection/windows-defender-atp/advanced-hunting-reference-windows-defender-advanced-threat-protection.md", -"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-reference", +"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-schema-reference", +"redirect_document_id": true +}, +{ +"source_path": "windows/security/threat-protection/microsoft-defender-atp/advanced-hunting.md", +"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-query-language", +"redirect_document_id": true +}, +{ +"source_path": "windows/security/threat-protection/microsoft-defender-atp/overview-hunting.md", +"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-overview", +"redirect_document_id": true +}, +{ +"source_path": "windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-reference.md", +"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-schema-reference", "redirect_document_id": true }, { @@ -1573,7 +1588,7 @@ }, { "source_path": "windows/security/threat-protection/windows-defender-atp/overview-hunting-windows-defender-advanced-threat-protection.md", -"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/overview-hunting", +"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-overview", "redirect_document_id": true }, { diff --git a/windows/security/threat-protection/TOC.md b/windows/security/threat-protection/TOC.md index f6259064c6..ef12771132 100644 --- a/windows/security/threat-protection/TOC.md +++ b/windows/security/threat-protection/TOC.md @@ -107,11 +107,11 @@ ### [Threat analytics](microsoft-defender-atp/threat-analytics.md) ### [Advanced hunting]() -#### [Advanced hunting overview](microsoft-defender-atp/overview-hunting.md) -#### [Learn the query language](microsoft-defender-atp/advanced-hunting.md) +#### [Advanced hunting overview](microsoft-defender-atp/advanced-hunting-overview.md) +#### [Learn the query language](microsoft-defender-atp/advanced-hunting-query-language.md) #### [Use shared queries](microsoft-defender-atp/advanced-hunting-shared-queries.md) #### [Advanced hunting schema reference]() -##### [Understand the schema](microsoft-defender-atp/advanced-hunting-reference.md) +##### [Understand the schema](microsoft-defender-atp/advanced-hunting-schema-reference.md) ##### [AlertEvents](microsoft-defender-atp/advanced-hunting-alertevents-table.md) ##### [FileCreationEvents](microsoft-defender-atp/advanced-hunting-filecreationevents-table.md) ##### [ImageLoadEvents](microsoft-defender-atp/advanced-hunting-imageloadevents-table.md) diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-alertevents-table.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-alertevents-table.md index fa1d929b79..84eb799e45 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-alertevents-table.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-alertevents-table.md @@ -26,9 +26,9 @@ ms.date: 10/08/2019 >Want to experience Microsoft Defender ATP? [Sign up for a free trial.](https://www.microsoft.com/microsoft-365/windows/microsoft-defender-atp?ocid=docs-wdatp-advancedhuntingref-abovefoldlink) -The AlertEvents table in the [Advanced hunting](overview-hunting.md) schema contains information about alerts on Microsoft Defender Security Center. Use this reference to construct queries that return information from the table. +The AlertEvents table in the [Advanced hunting](advanced-hunting-overview.md) schema contains information about alerts on Microsoft Defender Security Center. Use this reference to construct queries that return information from the table. -For information on other tables in the Advanced hunting schema, see [the Advanced hunting schema reference](advanced-hunting-reference.md). +For information on other tables in the Advanced hunting schema, see [the Advanced hunting schema reference](advanced-hunting-schema-reference.md). | Column name | Data type | Description | |-------------|-----------|-------------| @@ -47,6 +47,6 @@ For information on other tables in the Advanced hunting schema, see [the Advance | Table | string | Table that contains the details of the event | ## Related topics -- [Advanced hunting overview](overview-hunting.md) -- [Learn the query language](advanced-hunting.md) -- [Understand the schema](advanced-hunting-reference.md) \ No newline at end of file +- [Advanced hunting overview](advanced-hunting-overview.md) +- [Learn the query language](advanced-hunting-query-language.md) +- [Understand the schema](advanced-hunting-schema-reference.md) \ No newline at end of file diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-best-practices.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-best-practices.md index 05e285ca16..10961a9499 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-best-practices.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-best-practices.md @@ -88,6 +88,6 @@ ProcessCreationEvents >Want to experience Microsoft Defender ATP? [Sign up for a free trial.](https://www.microsoft.com/microsoft-365/windows/microsoft-defender-atp?ocid=docs-wdatp-bestpractices-belowfoldlink) ## Related topics -- [Advanced hunting overview](overview-hunting.md) -- [Learn the query language](advanced-hunting.md) -- [Understand the schema](advanced-hunting-reference.md) \ No newline at end of file +- [Advanced hunting overview](advanced-hunting-overview.md) +- [Learn the query language](advanced-hunting-query-language.md) +- [Understand the schema](advanced-hunting-schema-reference.md) \ No newline at end of file diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-filecreationevents-table.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-filecreationevents-table.md index 2d482ec3ba..957282b72c 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-filecreationevents-table.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-filecreationevents-table.md @@ -26,9 +26,9 @@ ms.date: 10/08/2019 >Want to experience Microsoft Defender ATP? [Sign up for a free trial.](https://www.microsoft.com/microsoft-365/windows/microsoft-defender-atp?ocid=docs-wdatp-advancedhuntingref-abovefoldlink) -The FileCreationEvents table in the [Advanced hunting](overview-hunting.md) schema contains information about file creation, modification, and other file system events. Use this reference to construct queries that return information from the table. +The FileCreationEvents table in the [Advanced hunting](advanced-hunting-overview.md) schema contains information about file creation, modification, and other file system events. Use this reference to construct queries that return information from the table. -For information on other tables in the Advanced hunting schema, see [the Advanced hunting schema reference](advanced-hunting-reference.md). +For information on other tables in the Advanced hunting schema, see [the Advanced hunting schema reference](advanced-hunting-schema-reference.md). | Column name | Data type | Description | |-------------|-----------|-------------| @@ -73,6 +73,6 @@ For information on other tables in the Advanced hunting schema, see [the Advanc | IsAzureInfoProtectionApplied | boolean | Indicates whether the file is encrypted by Azure Information Protection | ## Related topics -- [Advanced hunting overview](overview-hunting.md) -- [Learn the query language](advanced-hunting.md) -- [Understand the schema](advanced-hunting-reference.md) +- [Advanced hunting overview](advanced-hunting-overview.md) +- [Learn the query language](advanced-hunting-query-language.md) +- [Understand the schema](advanced-hunting-schema-reference.md) diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-imageloadevents-table.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-imageloadevents-table.md index c9726c95ad..68ceff1055 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-imageloadevents-table.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-imageloadevents-table.md @@ -26,9 +26,9 @@ ms.date: 10/08/2019 >Want to experience Microsoft Defender ATP? [Sign up for a free trial.](https://www.microsoft.com/microsoft-365/windows/microsoft-defender-atp?ocid=docs-wdatp-advancedhuntingref-abovefoldlink) -The ImageLoadEvents table in the [Advanced hunting](overview-hunting.md) schema contains information about DLL loading events. Use this reference to construct queries that return information from the table. +The ImageLoadEvents table in the [Advanced hunting](advanced-hunting-overview.md) schema contains information about DLL loading events. Use this reference to construct queries that return information from the table. -For information on other tables in the Advanced hunting schema, see [the Advanced hunting schema reference](advanced-hunting-reference.md). +For information on other tables in the Advanced hunting schema, see [the Advanced hunting schema reference](advanced-hunting-schema-reference.md). | Column name | Data type | Description | |-------------|-----------|-------------| @@ -59,6 +59,6 @@ For information on other tables in the Advanced hunting schema, see [the Advance | AppGuardContainerId | string | Identifier for the virtualized container used by Application Guard to isolate browser activity | ## Related topics -- [Advanced hunting overview](overview-hunting.md) -- [Learn the query language](advanced-hunting.md) -- [Understand the schema](advanced-hunting-reference.md) +- [Advanced hunting overview](advanced-hunting-overview.md) +- [Learn the query language](advanced-hunting-query-language.md) +- [Understand the schema](advanced-hunting-schema-reference.md) diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-logonevents-table.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-logonevents-table.md index 795a3bb3f0..eb6044fda7 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-logonevents-table.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-logonevents-table.md @@ -26,9 +26,9 @@ ms.date: 10/08/2019 >Want to experience Microsoft Defender ATP? [Sign up for a free trial.](https://www.microsoft.com/microsoft-365/windows/microsoft-defender-atp?ocid=docs-wdatp-advancedhuntingref-abovefoldlink) -The LogonEvents table in the [Advanced hunting](overview-hunting.md) schema contains information about user logons and other authentication events. Use this reference to construct queries that return information from the table. +The LogonEvents table in the [Advanced hunting](advanced-hunting-overview.md) schema contains information about user logons and other authentication events. Use this reference to construct queries that return information from the table. -For information on other tables in the Advanced hunting schema, see [the Advanced hunting schema reference](advanced-hunting-reference.md). +For information on other tables in the Advanced hunting schema, see [the Advanced hunting schema reference](advanced-hunting-schema-reference.md). | Column name | Data type | Description | |-------------|-----------|-------------| @@ -67,6 +67,6 @@ For information on other tables in the Advanced hunting schema, see [the Advance | IsLocalAdmin | boolean | Boolean indicator of whether the user is a local administrator on the machine | ## Related topics -- [Advanced hunting overview](overview-hunting.md) -- [Learn the query language](advanced-hunting.md) -- [Understand the schema](advanced-hunting-reference.md) \ No newline at end of file +- [Advanced hunting overview](advanced-hunting-overview.md) +- [Learn the query language](advanced-hunting-query-language.md) +- [Understand the schema](advanced-hunting-schema-reference.md) \ No newline at end of file diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-machineinfo-table.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-machineinfo-table.md index 6ddae6ac6d..a986602549 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-machineinfo-table.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-machineinfo-table.md @@ -26,9 +26,9 @@ ms.date: 10/08/2019 >Want to experience Microsoft Defender ATP? [Sign up for a free trial.](https://www.microsoft.com/microsoft-365/windows/microsoft-defender-atp?ocid=docs-wdatp-advancedhuntingref-abovefoldlink) -The MachineInfo table in the [Advanced hunting](overview-hunting.md) schema contains information about machines in the organization, including their OS version, active users, and computer name. Use this reference to construct queries that return information from the table. +The MachineInfo table in the [Advanced hunting](advanced-hunting-overview.md) schema contains information about machines in the organization, including their OS version, active users, and computer name. Use this reference to construct queries that return information from the table. -For information on other tables in the Advanced hunting schema, see [the Advanced hunting schema reference](advanced-hunting-reference.md). +For information on other tables in the Advanced hunting schema, see [the Advanced hunting schema reference](advanced-hunting-schema-reference.md). | Column name | Data type | Description | |-------------|-----------|-------------| @@ -48,6 +48,6 @@ For information on other tables in the Advanced hunting schema, see [the Advance | MachineGroup | string | Machine group of the machine. This group is used by role-based access control to determine access to the machine | ## Related topics -- [Advanced hunting overview](overview-hunting.md) -- [Learn the query language](advanced-hunting.md) -- [Understand the schema](advanced-hunting-reference.md) +- [Advanced hunting overview](advanced-hunting-overview.md) +- [Learn the query language](advanced-hunting-query-language.md) +- [Understand the schema](advanced-hunting-schema-reference.md) diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-machinenetworkinfo-table.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-machinenetworkinfo-table.md index e9a9f9f1b8..a09d2619f2 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-machinenetworkinfo-table.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-machinenetworkinfo-table.md @@ -26,9 +26,9 @@ ms.date: 10/08/2019 >Want to experience Microsoft Defender ATP? [Sign up for a free trial.](https://www.microsoft.com/microsoft-365/windows/microsoft-defender-atp?ocid=docs-wdatp-advancedhuntingref-abovefoldlink) -The MachineNetworkInfo table in the [Advanced hunting](overview-hunting.md) schema contains information about networking configuration of machines, including network adapters, IP and MAC addresses, and connected networks or domains. Use this reference to construct queries that return information from the table. +The MachineNetworkInfo table in the [Advanced hunting](advanced-hunting-overview.md) schema contains information about networking configuration of machines, including network adapters, IP and MAC addresses, and connected networks or domains. Use this reference to construct queries that return information from the table. -For information on other tables in the Advanced hunting schema, see [the Advanced hunting schema reference](advanced-hunting-reference.md). +For information on other tables in the Advanced hunting schema, see [the Advanced hunting schema reference](advanced-hunting-schema-reference.md). | Column name | Data type | Description | |-------------|-----------|-------------| @@ -49,6 +49,6 @@ For information on other tables in the Advanced hunting schema, see [the Advance | IPAddresses | string | JSON array containing all the IP addresses assigned to the adapter, along with their respective subnet prefix and IP address space, such as public, private, or link-local | ## Related topics -- [Advanced hunting overview](overview-hunting.md) -- [Learn the query language](advanced-hunting.md) -- [Understand the schema](advanced-hunting-reference.md) +- [Advanced hunting overview](advanced-hunting-overview.md) +- [Learn the query language](advanced-hunting-query-language.md) +- [Understand the schema](advanced-hunting-schema-reference.md) diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-miscevents-table.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-miscevents-table.md index e26dbbdf0e..2e6c3ad70f 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-miscevents-table.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-miscevents-table.md @@ -26,9 +26,9 @@ ms.date: 10/08/2019 >Want to experience Microsoft Defender ATP? [Sign up for a free trial.](https://www.microsoft.com/microsoft-365/windows/microsoft-defender-atp?ocid=docs-wdatp-advancedhuntingref-abovefoldlink) -The miscellaneous events or MiscEvents table in the [Advanced hunting](overview-hunting.md) schema contains information about various event types, including events triggered by security controls, such as Windows Defender Antivirus and exploit protection. Use this reference to construct queries that return information from the table. +The miscellaneous events or MiscEvents table in the [Advanced hunting](advanced-hunting-overview.md) schema contains information about various event types, including events triggered by security controls, such as Windows Defender Antivirus and exploit protection. Use this reference to construct queries that return information from the table. -For information on other tables in the Advanced hunting schema, see [the Advanced hunting schema reference](advanced-hunting-reference.md). +For information on other tables in the Advanced hunting schema, see [the Advanced hunting schema reference](advanced-hunting-schema-reference.md). | Column name | Data type | Description | |-------------|-----------|-------------| @@ -80,6 +80,6 @@ For information on other tables in the Advanced hunting schema, see [the Advance | AppGuardContainerId | string | Identifier for the virtualized container used by Application Guard to isolate browser activity | ## Related topics -- [Advanced hunting overview](overview-hunting.md) -- [Learn the query language](advanced-hunting.md) -- [Understand the schema](advanced-hunting-reference.md) +- [Advanced hunting overview](advanced-hunting-overview.md) +- [Learn the query language](advanced-hunting-query-language.md) +- [Understand the schema](advanced-hunting-schema-reference.md) diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-networkcommunicationevents-table.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-networkcommunicationevents-table.md index 9d2c7a81f7..5485d2b86e 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-networkcommunicationevents-table.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-networkcommunicationevents-table.md @@ -26,9 +26,9 @@ ms.date: 10/08/2019 >Want to experience Microsoft Defender ATP? [Sign up for a free trial.](https://www.microsoft.com/microsoft-365/windows/microsoft-defender-atp?ocid=docs-wdatp-advancedhuntingref-abovefoldlink) -The NetworkCommunicationEvents table in the [Advanced hunting](overview-hunting.md) schema contains information about network connections and related events. Use this reference to construct queries that return information from the table. +The NetworkCommunicationEvents table in the [Advanced hunting](advanced-hunting-overview.md) schema contains information about network connections and related events. Use this reference to construct queries that return information from the table. -For information on other tables in the Advanced hunting schema, see [the Advanced hunting schema reference](advanced-hunting-reference.md). +For information on other tables in the Advanced hunting schema, see [the Advanced hunting schema reference](advanced-hunting-schema-reference.md). | Column name | Data type | Description | |-------------|-----------|-------------| @@ -63,6 +63,6 @@ For information on other tables in the Advanced hunting schema, see [the Advance | AppGuardContainerId | string | Identifier for the virtualized container used by Application Guard to isolate browser activity | ## Related topics -- [Advanced hunting overview](overview-hunting.md) -- [Learn the query language](advanced-hunting.md) -- [Understand the schema](advanced-hunting-reference.md) \ No newline at end of file +- [Advanced hunting overview](advanced-hunting-overview.md) +- [Learn the query language](advanced-hunting-query-language.md) +- [Understand the schema](advanced-hunting-schema-reference.md) \ No newline at end of file diff --git a/windows/security/threat-protection/microsoft-defender-atp/overview-hunting.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-overview.md similarity index 93% rename from windows/security/threat-protection/microsoft-defender-atp/overview-hunting.md rename to windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-overview.md index e9d04dbc05..bccd87a2d8 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/overview-hunting.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-overview.md @@ -34,8 +34,8 @@ We recommend going through several steps to quickly get up and running with Adva | Learning goal | Description | Resource | |--|--|--| -| **Get a feel for the language** | Advanced hunting is based on the [Kusto query language](https://docs.microsoft.com/azure/kusto/query/), supporting the same syntax and operators. Start learning the query language by running your first query. | [Query language overview](advanced-hunting.md) | -| **Understand the schema** | Get a good, high-level understanding of the tables in the schema and their columns. This will help you determine where to look for data and how to construct your queries. | [Schema reference](advanced-hunting-reference.md) | +| **Get a feel for the language** | Advanced hunting is based on the [Kusto query language](https://docs.microsoft.com/azure/kusto/query/), supporting the same syntax and operators. Start learning the query language by running your first query. | [Query language overview](advanced-hunting-query-language.md) | +| **Understand the schema** | Get a good, high-level understanding of the tables in the schema and their columns. This will help you determine where to look for data and how to construct your queries. | [Schema reference](advanced-hunting-schema-reference.md) | | **Use predefined queries** | Explore collections of predefined queries covering different threat hunting scenarios. | [Shared queries](advanced-hunting-shared-queries.md) | | **Learn about custom detections** | Understand how you can use advanced hunting queries to trigger alerts and apply response actions automatically. | [Custom detections overview](overview-custom-detections.md) | @@ -66,8 +66,8 @@ Refine your query by selecting the "+" or "-" buttons next to the values that yo Once you apply the filter to modify the query and then run the query, the results are updated accordingly. ## Related topics -- [Learn the query language](advanced-hunting.md) +- [Learn the query language](advanced-hunting-query-language.md) - [Use shared queries](advanced-hunting-shared-queries.md) -- [Understand the schema](advanced-hunting-reference.md) +- [Understand the schema](advanced-hunting-schema-reference.md) - [Apply query best practices](advanced-hunting-best-practices.md) - [Custom detections overview](overview-custom-detections.md) \ No newline at end of file diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-processcreationevents-table.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-processcreationevents-table.md index 6c25801d28..43746ac557 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-processcreationevents-table.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-processcreationevents-table.md @@ -26,9 +26,9 @@ ms.date: 10/08/2019 >Want to experience Microsoft Defender ATP? [Sign up for a free trial.](https://www.microsoft.com/microsoft-365/windows/microsoft-defender-atp?ocid=docs-wdatp-advancedhuntingref-abovefoldlink) -The ProcessCreationEvents table in the [Advanced hunting](overview-hunting.md) schema contains information about process creation and related events. Use this reference to construct queries that return information from the table. +The ProcessCreationEvents table in the [Advanced hunting](advanced-hunting-overview.md) schema contains information about process creation and related events. Use this reference to construct queries that return information from the table. -For information on other tables in the Advanced hunting schema, see [the Advanced hunting schema reference](advanced-hunting-reference.md). +For information on other tables in the Advanced hunting schema, see [the Advanced hunting schema reference](advanced-hunting-schema-reference.md). | Column name | Data type | Description | |-------------|-----------|-------------| @@ -71,6 +71,6 @@ For information on other tables in the Advanced hunting schema, see [the Advance | AppGuardContainerId | string | Identifier for the virtualized container used by Application Guard to isolate browser activity | ## Related topics -- [Advanced hunting overview](overview-hunting.md) -- [Learn the query language](advanced-hunting.md) -- [Understand the schema](advanced-hunting-reference.md) +- [Advanced hunting overview](advanced-hunting-overview.md) +- [Learn the query language](advanced-hunting-query-language.md) +- [Understand the schema](advanced-hunting-schema-reference.md) diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-query-language.md similarity index 96% rename from windows/security/threat-protection/microsoft-defender-atp/advanced-hunting.md rename to windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-query-language.md index 863f35da47..89e50cf072 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-query-language.md @@ -25,7 +25,7 @@ ms.date: 10/08/2019 >Want to experience Microsoft Defender ATP? [Sign up for a free trial.](https://www.microsoft.com/microsoft-365/windows/microsoft-defender-atp?ocid=docs-wdatp-advancedhunting-abovefoldlink) -Advanced hunting is based on the [Kusto query language](https://docs.microsoft.com/azure/kusto/query/). You can use Kusto syntax and operators to construct queries that locate information in the [schema](advanced-hunting-reference.md) specifically structured for Advanced hunting. To understand these concepts better, run your first query. +Advanced hunting is based on the [Kusto query language](https://docs.microsoft.com/azure/kusto/query/). You can use Kusto syntax and operators to construct queries that locate information in the [schema](advanced-hunting-schema-reference.md) specifically structured for Advanced hunting. To understand these concepts better, run your first query. ## Try your first query @@ -138,6 +138,6 @@ For more information on Kusto query language and supported operators, see [Quer >Want to experience Microsoft Defender ATP? [Sign up for a free trial.](https://www.microsoft.com/microsoft-365/windows/microsoft-defender-atp?ocid=docs-wdatp-advancedhunting-belowfoldlink) ## Related topics -- [Advanced hunting overview](overview-hunting.md) -- [Understand the schema](advanced-hunting-reference.md) +- [Advanced hunting overview](advanced-hunting-overview.md) +- [Understand the schema](advanced-hunting-schema-reference.md) - [Apply query best practices](advanced-hunting-best-practices.md) \ No newline at end of file diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-registryevents-table.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-registryevents-table.md index ab9f9fce88..05c6b7386b 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-registryevents-table.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-registryevents-table.md @@ -26,9 +26,9 @@ ms.date: 10/08/2019 >Want to experience Microsoft Defender ATP? [Sign up for a free trial.](https://www.microsoft.com/microsoft-365/windows/microsoft-defender-atp?ocid=docs-wdatp-advancedhuntingref-abovefoldlink) -The RegistryEvents table in the [Advanced hunting](overview-hunting.md) schema contains information about the creation and modification of registry entries. Use this reference to construct queries that return information from the table. +The RegistryEvents table in the [Advanced hunting](advanced-hunting-overview.md) schema contains information about the creation and modification of registry entries. Use this reference to construct queries that return information from the table. -For information on other tables in the Advanced hunting schema, see [the Advanced hunting schema reference](advanced-hunting-reference.md). +For information on other tables in the Advanced hunting schema, see [the Advanced hunting schema reference](advanced-hunting-schema-reference.md). | Column name | Data type | Description | |-------------|-----------|-------------| @@ -61,6 +61,6 @@ For information on other tables in the Advanced hunting schema, see [the Advance | AppGuardContainerId | string | Identifier for the virtualized container used by Application Guard to isolate browser activity | ## Related topics -- [Advanced hunting overview](overview-hunting.md) -- [Learn the query language](advanced-hunting.md) -- [Understand the schema](advanced-hunting-reference.md) +- [Advanced hunting overview](advanced-hunting-overview.md) +- [Learn the query language](advanced-hunting-query-language.md) +- [Understand the schema](advanced-hunting-schema-reference.md) diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-reference.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-schema-reference.md similarity index 85% rename from windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-reference.md rename to windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-schema-reference.md index d5c8fe8da7..8841cd7785 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-reference.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-schema-reference.md @@ -27,7 +27,7 @@ ms.date: 10/08/2019 ## Schema tables -The [Advanced hunting](overview-hunting.md) schema is made up of multiple tables that provide either event information or information about machines and other entities. To effectively build queries that span multiple tables, you need to understand the tables and the columns in the Advanced hunting schema. +The [Advanced hunting](advanced-hunting-overview.md) schema is made up of multiple tables that provide either event information or information about machines and other entities. To effectively build queries that span multiple tables, you need to understand the tables and the columns in the Advanced hunting schema. The following reference lists all the tables in the Advanced hunting schema. Each table name links to a page describing the column names for that table. @@ -47,5 +47,5 @@ Table and column names are also listed within the Microsoft Defender Security Ce | **[MiscEvents](advanced-hunting-miscevents-table.md)** | Multiple event types, including events triggered by security controls such as Windows Defender Antivirus and exploit protection | ## Related topics -- [Advanced hunting overview](overview-hunting.md) -- [Learn the query language](advanced-hunting.md) \ No newline at end of file +- [Advanced hunting overview](advanced-hunting-overview.md) +- [Learn the query language](advanced-hunting-query-language.md) \ No newline at end of file diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-shared-queries.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-shared-queries.md index a41f6cefcc..d32a485fd7 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-shared-queries.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-shared-queries.md @@ -25,7 +25,7 @@ ms.date: 10/08/2019 >Want to experience Microsoft Defender ATP? [Sign up for a free trial.](https://www.microsoft.com/microsoft-365/windows/microsoft-defender-atp?ocid=docs-wdatp-advancedhunting-abovefoldlink) -[Advanced hunting](overview-hunting.md) queries can be shared among users in the same organization. You can also find queries shared publicly on GitHub. These queries let you quickly pursue specific threat hunting scenarios without having to write queries from scratch. +[Advanced hunting](advanced-hunting-overview.md) queries can be shared among users in the same organization. You can also find queries shared publicly on GitHub. These queries let you quickly pursue specific threat hunting scenarios without having to write queries from scratch. ![Image of shared queries](images/atp-advanced-hunting-shared-queries.png) @@ -60,5 +60,5 @@ Microsoft security researchers regularly share Advanced hunting queries in a [de >Microsoft security researchers also provide Advanced hunting queries that you can use to locate activities and indicators associated with emerging threats. These queries are provided as part of the [threat analytics](threat-analytics.md) reports in Microsoft Defender Security Center. ## Related topics -- [Advanced hunting overview](overview-hunting.md) -- [Learn the query language](advanced-hunting.md) \ No newline at end of file +- [Advanced hunting overview](advanced-hunting-overview.md) +- [Learn the query language](advanced-hunting-query-language.md) \ No newline at end of file diff --git a/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md b/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md index a858f74cac..b5bd5c3d18 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md +++ b/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction.md @@ -45,7 +45,7 @@ For information about configuring attack surface reduction rules, see [Enable at Microsoft Defender ATP provides detailed reporting into events and blocks as part of its alert investigation scenarios. -You can query Microsoft Defender ATP data by using [Advanced hunting](advanced-hunting.md). If you're using [audit mode](audit-windows-defender.md), you can use Advanced hunting to understand how attack surface reduction rules could affect your environment. +You can query Microsoft Defender ATP data by using [Advanced hunting](advanced-hunting-query-language.md). If you're using [audit mode](audit-windows-defender.md), you can use Advanced hunting to understand how attack surface reduction rules could affect your environment. Here is an example query: diff --git a/windows/security/threat-protection/microsoft-defender-atp/custom-detection-rules.md b/windows/security/threat-protection/microsoft-defender-atp/custom-detection-rules.md index 010274d097..e8692e242a 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/custom-detection-rules.md +++ b/windows/security/threat-protection/microsoft-defender-atp/custom-detection-rules.md @@ -23,7 +23,7 @@ ms.topic: article **Applies to:** - [Microsoft Defender Advanced Threat Protection (Microsoft Defender ATP)](https://go.microsoft.com/fwlink/p/?linkid=2069559) -Custom detection rules built from [Advanced hunting](overview-hunting.md) queries let you proactively monitor various events and system states, including suspected breach activity and misconfigured machines. The queries run every 24 hours, generating alerts and taking response actions whenever there are matches. +Custom detection rules built from [Advanced hunting](advanced-hunting-overview.md) queries let you proactively monitor various events and system states, including suspected breach activity and misconfigured machines. The queries run every 24 hours, generating alerts and taking response actions whenever there are matches. > [!NOTE] > To create and manage custom detections, [your role](user-roles.md#create-roles-and-assign-the-role-to-an-azure-active-directory-group) needs to have the **manage security settings** permission. @@ -114,5 +114,5 @@ You can also take the following actions on the rule from this page: ## Related topic - [Custom detections overview](overview-custom-detections.md) -- [Advanced hunting overview](overview-hunting.md) -- [Learn the Advanced hunting query language](advanced-hunting.md) +- [Advanced hunting overview](advanced-hunting-overview.md) +- [Learn the Advanced hunting query language](advanced-hunting-query-language.md) diff --git a/windows/security/threat-protection/microsoft-defender-atp/evaluation-lab.md b/windows/security/threat-protection/microsoft-defender-atp/evaluation-lab.md index bc33d59c55..b657e78ae2 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/evaluation-lab.md +++ b/windows/security/threat-protection/microsoft-defender-atp/evaluation-lab.md @@ -112,7 +112,7 @@ Use the test machines to run attack simulations by connecting to them. If you are looking for a pre-made simulation, you can use our ["Do It Yourself" attack scenarios](https://securitycenter.windows.com/tutorials). These scripts are safe, documented, and easy to use. These scenarios will reflect Microsoft Defender ATP capabilities and walk you through investigation experience. -You can also use [Advanced hunting](advanced-hunting.md) to query data and [Threat analytics](threat-analytics.md) to view reports about emerging threats. +You can also use [Advanced hunting](advanced-hunting-query-language.md) to query data and [Threat analytics](threat-analytics.md) to view reports about emerging threats. >[!NOTE] >The connection to the test machines is done using RDP. Make sure that your firewall settings allow RDP connections. diff --git a/windows/security/threat-protection/microsoft-defender-atp/manage-edr.md b/windows/security/threat-protection/microsoft-defender-atp/manage-edr.md index 2e124ba8aa..0d82ce51ba 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/manage-edr.md +++ b/windows/security/threat-protection/microsoft-defender-atp/manage-edr.md @@ -29,4 +29,4 @@ Topic | Description [Alerts queue](alerts-queue-endpoint-detection-response.md)| View the alerts surfaced in Microsoft Defender Security Center. [Machines list](machines-view-overview.md) | Learn how you can view and manage the machines list, manage machine groups, and investigate machine related alerts. [Take response actions](response-actions.md)| Take response actions on machines and files to quickly respond to detected attacks and contain threats. -[Query data using advanced hunting](advanced-hunting.md)| Proactively hunt for possible threats across your organization using a powerful search and query tool. +[Query data using advanced hunting](advanced-hunting-query-language.md)| Proactively hunt for possible threats across your organization using a powerful search and query tool. diff --git a/windows/security/threat-protection/microsoft-defender-atp/oldTOC.txt b/windows/security/threat-protection/microsoft-defender-atp/oldTOC.txt index 9dd1998f62..ffdde6dfa0 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/oldTOC.txt +++ b/windows/security/threat-protection/microsoft-defender-atp/oldTOC.txt @@ -105,11 +105,11 @@ ### [Advanced hunting]() -#### [Advanced hunting overview](overview-hunting.md) +#### [Advanced hunting overview](advanced-hunting-overview.md) #### [Query data using Advanced hunting]() -##### [Data querying basics](advanced-hunting.md) -##### [Advanced hunting reference](advanced-hunting-reference.md) +##### [Data querying basics](advanced-hunting-query-language.md) +##### [Advanced hunting reference](advanced-hunting-schema-reference.md) ##### [Advanced hunting query language best practices](advanced-hunting-best-practices.md) #### [Custom detections]() diff --git a/windows/security/threat-protection/microsoft-defender-atp/overview-custom-detections.md b/windows/security/threat-protection/microsoft-defender-atp/overview-custom-detections.md index 425427b295..13b9cef73c 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/overview-custom-detections.md +++ b/windows/security/threat-protection/microsoft-defender-atp/overview-custom-detections.md @@ -25,7 +25,7 @@ ms.topic: conceptual With custom detections, you can proactively monitor for and respond to various events and system states, including suspected breach activity and misconfigured machines. This is made possible by customizable detection rules that automatically trigger alerts as well as response actions. -Custom detections work with [Advanced hunting](overview-hunting.md), which provides a powerful, flexible query language that covers a broad set of event and system information from your network. The queries run every 24 hours, generating alerts and taking response actions whenever there are matches. +Custom detections work with [Advanced hunting](advanced-hunting-overview.md), which provides a powerful, flexible query language that covers a broad set of event and system information from your network. The queries run every 24 hours, generating alerts and taking response actions whenever there are matches. Custom detections provide: - Alerts for rule-based detections built from Advanced hunting queries @@ -36,4 +36,4 @@ Custom detections provide: ## Related topic - [Create and manage custom detection rules](custom-detection-rules.md) -- [Advanced hunting overview](overview-hunting.md) \ No newline at end of file +- [Advanced hunting overview](advanced-hunting-overview.md) \ No newline at end of file diff --git a/windows/security/threat-protection/microsoft-defender-atp/overview.md b/windows/security/threat-protection/microsoft-defender-atp/overview.md index e649152e6b..1ce8866d9c 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/overview.md +++ b/windows/security/threat-protection/microsoft-defender-atp/overview.md @@ -40,7 +40,7 @@ Topic | Description [Automated investigation and remediation](automated-investigations.md) | In conjunction with being able to quickly respond to advanced attacks, Microsoft Defender ATP offers automatic investigation and remediation capabilities that help reduce the volume of alerts in minutes at scale. [Secure score](overview-secure-score.md) | Quickly assess the security posture of your organization, see machines that require attention, as well as recommendations for actions to better protect your organization - all in one place. [Microsoft Threat Experts](microsoft-threat-experts.md) | Managed cybersecurity threat hunting service. Learn how you can get expert-driven insights and data through targeted attack notification and access to experts on demand. -[Advanced hunting](overview-hunting.md) | Use a powerful search and query language to create custom queries and detection rules. +[Advanced hunting](advanced-hunting-overview.md) | Use a powerful search and query language to create custom queries and detection rules. [Management and APIs](management-apis.md) | Microsoft Defender ATP supports a wide variety of tools to help you manage and interact with the platform so that you can integrate the service into your existing workflows. [Microsoft Threat Protection](threat-protection-integration.md) | Microsoft security products work better together. Learn about other security capabilities in the Microsoft threat protection stack. [Portal overview](portal-overview.md) |Learn to navigate your way around Microsoft Defender Security Center. diff --git a/windows/security/threat-protection/microsoft-defender-atp/raw-data-export-event-hub.md b/windows/security/threat-protection/microsoft-defender-atp/raw-data-export-event-hub.md index f689022abe..7f28e73b98 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/raw-data-export-event-hub.md +++ b/windows/security/threat-protection/microsoft-defender-atp/raw-data-export-event-hub.md @@ -62,7 +62,7 @@ Want to experience Microsoft Defender ATP? [Sign up for a free trial.](https://w - Each event hub message in Azure Event Hubs contains list of records. - Each record contains the event name, the time Microsoft Defender ATP received the event, the tenant it belongs (you will only get events from your tenant), and the event in JSON format in a property called "**properties**". -- For more information about the schema of Microsoft Defender ATP events, see [Advanced Hunting overview](overview-hunting.md). +- For more information about the schema of Microsoft Defender ATP events, see [Advanced Hunting overview](advanced-hunting-overview.md). ## Data types mapping: @@ -83,7 +83,7 @@ To get the data types for event properties do the following: ![Image of event hub resource Id](images/machine-info-datatype-example.png) ## Related topics -- [Overview of Advanced Hunting](overview-hunting.md) +- [Overview of Advanced Hunting](advanced-hunting-overview.md) - [Microsoft Defender ATP streaming API](raw-data-export.md) - [Stream Microsoft Defender ATP events to your Azure storage account](raw-data-export-storage.md) - [Azure Event Hubs documentation](https://docs.microsoft.com/azure/event-hubs/) diff --git a/windows/security/threat-protection/microsoft-defender-atp/raw-data-export-storage.md b/windows/security/threat-protection/microsoft-defender-atp/raw-data-export-storage.md index a30dc4ead2..3d9ca8313a 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/raw-data-export-storage.md +++ b/windows/security/threat-protection/microsoft-defender-atp/raw-data-export-storage.md @@ -62,7 +62,7 @@ Want to experience Microsoft Defender ATP? [Sign up for a free trial.](https://w - Each blob contains multiple rows. - Each row contains the event name, the time Microsoft Defender ATP received the event, the tenant it belongs (you will only get events from your tenant), and the event in JSON format in a property called "properties". -- For more information about the schema of Microsoft Defender ATP events, see [Advanced Hunting overview](overview-hunting.md). +- For more information about the schema of Microsoft Defender ATP events, see [Advanced Hunting overview](advanced-hunting-overview.md). ## Data types mapping: @@ -83,7 +83,7 @@ In order to get the data types for our events properties do the following: ![Image of event hub resource ID](images/machine-info-datatype-example.png) ## Related topics -- [Overview of Advanced Hunting](overview-hunting.md) +- [Overview of Advanced Hunting](advanced-hunting-overview.md) - [Microsoft Defender Advanced Threat Protection Streaming API](raw-data-export.md) - [Stream Microsoft Defender Advanced Threat Protection events to your Azure storage account](raw-data-export-storage.md) - [Azure Storage Account documentation](https://docs.microsoft.com/azure/storage/common/storage-account-overview) diff --git a/windows/security/threat-protection/microsoft-defender-atp/raw-data-export.md b/windows/security/threat-protection/microsoft-defender-atp/raw-data-export.md index 75e88ccf52..7155ac0422 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/raw-data-export.md +++ b/windows/security/threat-protection/microsoft-defender-atp/raw-data-export.md @@ -27,17 +27,17 @@ ms.topic: article ## Stream Advanced Hunting events to Event Hubs and/or Azure storage account. -Microsoft Defender ATP supports streaming all the events available through [Advanced Hunting](overview-hunting.md) to an [Event Hubs](https://docs.microsoft.com/azure/event-hubs/) and/or [Azure storage account](https://docs.microsoft.com/azure/event-hubs/). +Microsoft Defender ATP supports streaming all the events available through [Advanced Hunting](advanced-hunting-overview.md) to an [Event Hubs](https://docs.microsoft.com/azure/event-hubs/) and/or [Azure storage account](https://docs.microsoft.com/azure/event-hubs/). ## In this section Topic | Description :---|:--- -[Stream Microsoft Defender ATP events to Azure Event Hubs](raw-data-export-event-hub.md)| Learn about enabling the streaming API in your tenant and configure Microsoft Defender ATP to stream [Advanced Hunting](overview-hunting.md) to Event Hubs. -[Stream Microsoft Defender ATP events to your Azure storage account](raw-data-export-storage.md)| Learn about enabling the streaming API in your tenant and configure Microsoft Defender ATP to stream [Advanced Hunting](overview-hunting.md) to your Azure storage account. +[Stream Microsoft Defender ATP events to Azure Event Hubs](raw-data-export-event-hub.md)| Learn about enabling the streaming API in your tenant and configure Microsoft Defender ATP to stream [Advanced Hunting](advanced-hunting-overview.md) to Event Hubs. +[Stream Microsoft Defender ATP events to your Azure storage account](raw-data-export-storage.md)| Learn about enabling the streaming API in your tenant and configure Microsoft Defender ATP to stream [Advanced Hunting](advanced-hunting-overview.md) to your Azure storage account. ## Related topics -- [Overview of Advanced Hunting](overview-hunting.md) +- [Overview of Advanced Hunting](advanced-hunting-overview.md) - [Azure Event Hubs documentation](https://docs.microsoft.com/azure/event-hubs/) - [Azure Storage Account documentation](https://docs.microsoft.com/azure/storage/common/storage-account-overview) diff --git a/windows/security/threat-protection/microsoft-defender-atp/run-advanced-query-api.md b/windows/security/threat-protection/microsoft-defender-atp/run-advanced-query-api.md index 457a33f85a..079a79034a 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/run-advanced-query-api.md +++ b/windows/security/threat-protection/microsoft-defender-atp/run-advanced-query-api.md @@ -145,5 +145,5 @@ If the 'roles' section in the token does not include the necessary permission: ## Related topic - [Microsoft Defender ATP APIs](apis-intro.md) -- [Advanced Hunting from Portal](advanced-hunting.md) +- [Advanced Hunting from Portal](advanced-hunting-query-language.md) - [Advanced Hunting using PowerShell](run-advanced-query-sample-powershell.md) From ed751617df627039b83afaa4f35e6543861891f2 Mon Sep 17 00:00:00 2001 From: lomayor Date: Tue, 8 Oct 2019 18:38:50 -0700 Subject: [PATCH 184/191] Fixed doc_id carry over duplicate Removed carry over (set to False) on newer redirects --- .openpublishing.redirection.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index faa25f02fa..cdd5a12e21 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -893,17 +893,17 @@ { "source_path": "windows/security/threat-protection/microsoft-defender-atp/advanced-hunting.md", "redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-query-language", -"redirect_document_id": true +"redirect_document_id": false }, { "source_path": "windows/security/threat-protection/microsoft-defender-atp/overview-hunting.md", "redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-overview", -"redirect_document_id": true +"redirect_document_id": false }, { "source_path": "windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-reference.md", "redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-schema-reference", -"redirect_document_id": true +"redirect_document_id": false }, { "source_path": "windows/threat-protection/windows-defender-atp/alerts-queue-windows-defender-advanced-threat-protection.md", From 225e4ca78a1c7ceaf19819b1261df97fe4ac2841 Mon Sep 17 00:00:00 2001 From: Tudor Dobrila Date: Tue, 8 Oct 2019 21:13:18 -0700 Subject: [PATCH 185/191] Add info on hotfix build --- .../microsoft-defender-atp-mac-whatsnew.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/security/threat-protection/windows-defender-antivirus/microsoft-defender-atp-mac-whatsnew.md b/windows/security/threat-protection/windows-defender-antivirus/microsoft-defender-atp-mac-whatsnew.md index 45d099e7d3..1c41a72e38 100644 --- a/windows/security/threat-protection/windows-defender-antivirus/microsoft-defender-atp-mac-whatsnew.md +++ b/windows/security/threat-protection/windows-defender-antivirus/microsoft-defender-atp-mac-whatsnew.md @@ -20,6 +20,10 @@ ms.topic: conceptual # What's new in Microsoft Defender Advanced Threat Protection for Mac +## 100.70.99 + +- Addressed an issue that prevents some users from upgrading to macOS Catalina when real-time protection is enabled. This was caused by Microsoft Defender ATP locking files from the upgrade package (to scan them for antiviruses), which in turn triggered failures in the upgrade sequence. + ## 100.68.99 - Added the ability to configure the antivirus functionality to run in [passive mode](microsoft-defender-atp-mac-preferences.md#enable--disable-passive-mode) From 063b194681f04dae54c1c9bc1d100968a410ee53 Mon Sep 17 00:00:00 2001 From: Tudor Dobrila Date: Tue, 8 Oct 2019 21:15:21 -0700 Subject: [PATCH 186/191] Styling --- .../microsoft-defender-atp-mac-whatsnew.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/windows-defender-antivirus/microsoft-defender-atp-mac-whatsnew.md b/windows/security/threat-protection/windows-defender-antivirus/microsoft-defender-atp-mac-whatsnew.md index 1c41a72e38..7063c1ac4a 100644 --- a/windows/security/threat-protection/windows-defender-antivirus/microsoft-defender-atp-mac-whatsnew.md +++ b/windows/security/threat-protection/windows-defender-antivirus/microsoft-defender-atp-mac-whatsnew.md @@ -22,7 +22,7 @@ ms.topic: conceptual ## 100.70.99 -- Addressed an issue that prevents some users from upgrading to macOS Catalina when real-time protection is enabled. This was caused by Microsoft Defender ATP locking files from the upgrade package (to scan them for antiviruses), which in turn triggered failures in the upgrade sequence. +- Addressed an issue that prevents some users from upgrading to macOS Catalina when real-time protection is enabled. This problem was caused by Microsoft Defender ATP locking files from the upgrade package (to scan them for antiviruses). In turn this triggered failures in the upgrade sequence. ## 100.68.99 From bf59e7db3ffe68f20aad3f659bcdf43d08c52cb5 Mon Sep 17 00:00:00 2001 From: Dan Wesley <38053816+dan-wesley@users.noreply.github.com> Date: Wed, 9 Oct 2019 08:56:50 -0700 Subject: [PATCH 187/191] update emie-to-improve-compatibility add note to direct to new docset --- browsers/edge/emie-to-improve-compatibility.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/browsers/edge/emie-to-improve-compatibility.md b/browsers/edge/emie-to-improve-compatibility.md index 2925106064..880289a39d 100644 --- a/browsers/edge/emie-to-improve-compatibility.md +++ b/browsers/edge/emie-to-improve-compatibility.md @@ -20,6 +20,9 @@ ms.localizationpriority: medium > Applies to: Windows 10 +> [!NOTE] +> You've reached the documentation for Microsoft Edge version 45 and earlier. To see the documentation for Microsoft Edge version 77 or later, go to the [Microsoft Edge documentation landing page](https://docs.microsoft.com/DeployEdge/). + If you have specific websites and apps that have compatibility problems with Microsoft Edge, you can use the Enterprise Mode site list so that the websites open in Internet Explorer 11 automatically. Additionally, if you know that your intranet sites aren't going to work correctly with Microsoft Edge, you can set all intranet sites to automatically open using IE11 with the **Send all intranet sites to IE** group policy. 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 289252222fab8e025cce11f67fea96d429733f53 Mon Sep 17 00:00:00 2001 From: Mike Edgar <49731348+medgarmedgar@users.noreply.github.com> Date: Wed, 9 Oct 2019 09:19:47 -0700 Subject: [PATCH 188/191] Update manage-connections-from-windows-operating-system-components-to-microsoft-services-using-MDM.md --- ...erating-system-components-to-microsoft-services-using-MDM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services-using-MDM.md b/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services-using-MDM.md index f74bd5bfa6..a764dd0f94 100644 --- a/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services-using-MDM.md +++ b/windows/privacy/manage-connections-from-windows-operating-system-components-to-microsoft-services-using-MDM.md @@ -138,7 +138,7 @@ For Windows 10, the following MDM policies are available in the [Policy CSP](htt 1. **Windows Defender** 1. [Defender/AllowCloudProtection](https://docs.microsoft.com/windows/client-management/mdm/policy-csp-defender#defender-allowcloudprotection). Disconnect from the Microsoft Antimalware Protection Service. **Set to 0 (zero)** 1. [Defender/SubmitSamplesConsent](https://docs.microsoft.com/windows/client-management/mdm/policy-csp-defender#defender-submitsamplesconsent). Stop sending file samples back to Microsoft. **Set to 2 (two)** - 1. [Defender/EnableSmartScreenInShell](https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-defender-smartscreen/windows-defender-smartscreen-available-settings#mdm-settings). Turns off SmartScreen in Windows for app and file execution. **Set to 0 (zero)** + 1. [Defender/EnableSmartScreenInShell](https://docs.microsoft.com/windows/security/threat-protection/windows-defender-smartscreen/windows-defender-smartscreen-available-settings#mdm-settings). Turns off SmartScreen in Windows for app and file execution. **Set to 0 (zero)** 1. Windows Defender Smartscreen - [Browser/AllowSmartScreen](https://docs.microsoft.com/windows/client-management/mdm/policy-csp-browser#browser-allowsmartscreen). Disable Windows Defender Smartscreen. **Set to 0 (zero)** 1. Windows Defender Smartscreen EnableAppInstallControl - [SmartScreen/EnableAppInstallControl](https://docs.microsoft.com/windows/client-management/mdm/policy-csp-smartscreen#smartscreen-enableappinstallcontrol). Controls whether users are allowed to install apps from places other than the Microsoft Store. **Set to 0 (zero)** 1. Windows Defender Potentially Unwanted Applications(PUA) Protection - [Defender/PUAProtection](https://docs.microsoft.com/en-us/windows/client-management/mdm/policy-csp-defender#defender-puaprotection). Specifies the level of detection for potentially unwanted applications (PUAs). **Set to 1 (one)** From da513dc23a56399f111c02ed55cf0bf7b8476296 Mon Sep 17 00:00:00 2001 From: denisebmsft Date: Wed, 9 Oct 2019 10:57:50 -0700 Subject: [PATCH 189/191] Update .openpublishing.redirection.json --- .openpublishing.redirection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.openpublishing.redirection.json b/.openpublishing.redirection.json index cdd5a12e21..5fc4091e8c 100644 --- a/.openpublishing.redirection.json +++ b/.openpublishing.redirection.json @@ -802,7 +802,7 @@ }, { "source_path": "windows/threat-protection/windows-defender-exploit-guard/evaluate-windows-defender-exploit-guard.md", -"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/windows-defender-exploit-guard/evaluate-windows-defender-exploit-guard", +"redirect_url": "https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/evaluate-exploit-protection", "redirect_document_id": true }, { From 0ba0054e65ea9aa826d965b68c0c4fb115072c81 Mon Sep 17 00:00:00 2001 From: lomayor Date: Wed, 9 Oct 2019 11:42:03 -0700 Subject: [PATCH 190/191] AH-WTP-SEO --- windows/security/threat-protection/index.md | 11 +++++------ .../microsoft-defender-advanced-threat-protection.md | 7 +++---- .../microsoft-defender-atp/overview.md | 6 +++--- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/windows/security/threat-protection/index.md b/windows/security/threat-protection/index.md index 080a09e0b5..663976a44a 100644 --- a/windows/security/threat-protection/index.md +++ b/windows/security/threat-protection/index.md @@ -1,7 +1,7 @@ --- title: Threat Protection (Windows 10) description: Learn how Microsoft Defender ATP helps protect against threats. -keywords: threat protection, Microsoft Defender Advanced Threat Protection, attack surface reduction, next generation protection, endpoint detection and response, automated investigation and response, microsoft threat experts, secure score, advanced hunting +keywords: threat protection, Microsoft Defender Advanced Threat Protection, attack surface reduction, next generation protection, endpoint detection and response, automated investigation and response, microsoft threat experts, secure score, advanced hunting, cyber threat hunting search.product: eADQiWindows 10XVcnh ms.prod: w10 ms.mktglfcycl: deploy @@ -64,7 +64,7 @@ The attack surface reduction set of capabilities provide the first line of defen - [Application control](windows-defender-application-control/windows-defender-application-control.md) - [Device control](device-guard/introduction-to-device-guard-virtualization-based-security-and-windows-defender-application-control.md) - [Exploit protection](microsoft-defender-atp/exploit-protection.md) -- [Network protection](microsoft-defender-atp/network-protection.md) +- [Network protection](microsoft-defender-atp/network-protection.md), [Web protection](microsoft-defender-atp/web-protection-overview.md) - [Controlled folder access](microsoft-defender-atp/controlled-folders.md) - [Network firewall](windows-firewall/windows-firewall-with-advanced-security.md) - [Attack surface reduction rules](microsoft-defender-atp/attack-surface-reduction.md) @@ -83,7 +83,7 @@ To further reinforce the security perimeter of your network, Microsoft Defender **[Endpoint detection and response](microsoft-defender-atp/overview-endpoint-detection-response.md)**
    -Endpoint detection and response capabilities are put in place to detect, investigate, and respond to advanced threats that may have made it past the first two security pillars. +Endpoint detection and response capabilities are put in place to detect, investigate, and respond to intrusion attempts and active breaches. With Advanced hunting, you have a query-based threat-hunting tool that lets your proactively find breaches and create custom detections. - [Alerts](microsoft-defender-atp/alerts-queue.md) - [Historical endpoint data](microsoft-defender-atp/investigate-machines.md#timeline) @@ -91,9 +91,8 @@ Endpoint detection and response capabilities are put in place to detect, investi - [Forensic collection](microsoft-defender-atp/respond-machine-alerts.md#collect-investigation-package-from-machines) - [Threat intelligence](microsoft-defender-atp/threat-indicator-concepts.md) - [Advanced detonation and analysis service](microsoft-defender-atp/respond-file-alerts.md#deep-analysis) -- [Advanced hunting](microsoft-defender-atp/overview-hunting.md) - - [Custom detection](microsoft-defender-atp/overview-custom-detections.md) - - [Realtime and historical hunting](microsoft-defender-atp/advanced-hunting.md) +- [Advanced hunting](microsoft-defender-atp/advanced-hunting-overview.md) + - [Custom detections](microsoft-defender-atp/overview-custom-detections.md) diff --git a/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-advanced-threat-protection.md b/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-advanced-threat-protection.md index 33bd480db3..de8a73f329 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-advanced-threat-protection.md +++ b/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-advanced-threat-protection.md @@ -1,7 +1,7 @@ --- title: Microsoft Defender Advanced Threat Protection description: Microsoft Defender Advanced Threat Protection is an enterprise security platform that helps secops to prevent, detect, investigate, and respond to possible cybersecurity threats related to advanced persistent threats. -keywords: introduction to Microsoft Defender Advanced Threat Protection, introduction to Microsoft Defender ATP, cybersecurity, advanced persistent threat, enterprise security, machine behavioral sensor, cloud security, analytics, threat intelligence, attack surface reduction, next generation protection, automated investigation and remediation, microsoft threat experts, secure score, advanced hunting, microsoft threat protection +keywords: introduction to Microsoft Defender Advanced Threat Protection, introduction to Microsoft Defender ATP, cybersecurity, advanced persistent threat, enterprise security, machine behavioral sensor, cloud security, analytics, threat intelligence, attack surface reduction, next generation protection, automated investigation and remediation, microsoft threat experts, secure score, advanced hunting, microsoft threat protection, cyber threat hunting search.product: eADQiWindows 10XVcnh search.appverid: met150 ms.prod: w10 @@ -78,7 +78,7 @@ This built-in capability uses a game-changing risk-based approach to the discove **[Attack surface reduction](overview-attack-surface-reduction.md)**
    -The attack surface reduction set of capabilities provide the first line of defense in the stack. By ensuring configuration settings are properly set and exploit mitigation techniques are applied, these set of capabilities resist attacks and exploitation. +The attack surface reduction set of capabilities provide the first line of defense in the stack. By ensuring configuration settings are properly set and exploit mitigation techniques are applied, these set of capabilities resist attacks and exploitation. This set of capabilities also includes [network protection](network-protection.md) and [web protection](web-protection-overview.md), which regulate access to malicious IP addresses, domains, and URLs. @@ -88,8 +88,7 @@ To further reinforce the security perimeter of your network, Microsoft Defender **[Endpoint detection and response](overview-endpoint-detection-response.md)**
    -Endpoint detection and response capabilities are put in place to detect, investigate, and respond to advanced threats that may have made it past the first two security pillars. -You can also do advanced hunting to create custom threat intelligence and use a powerful search and query tool to hunt for possible threats in your organization. +Endpoint detection and response capabilities are put in place to detect, investigate, and respond to advanced threats that may have made it past the first two security pillars. [Advanced hunting](advanced-hunting-overview.md) provides a query-based threat-hunting tool that lets you proactively find breaches and create custom detections. diff --git a/windows/security/threat-protection/microsoft-defender-atp/overview.md b/windows/security/threat-protection/microsoft-defender-atp/overview.md index 1ce8866d9c..7d78d67bc7 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/overview.md +++ b/windows/security/threat-protection/microsoft-defender-atp/overview.md @@ -2,7 +2,7 @@ title: Overview of Microsoft Defender ATP ms.reviewer: description: Understand the concepts behind the capabilities in Microsoft Defender ATP so you take full advantage of the complete threat protection platform -keywords: atp, microsoft defender atp, defender, mdatp, threat protection, platform, threat, vulnerability, asr, attack, surface, reduction, next-gen, protection, edr, endpoint, detection, response, automated, air +keywords: atp, microsoft defender atp, defender, mdatp, threat protection, platform, threat, vulnerability, asr, attack, surface, reduction, next-gen, protection, edr, endpoint, detection, response, automated, air, cyber threat hunting, advanced hunting search.product: eADQiWindows 10XVcnh search.appverid: met150 ms.prod: w10 @@ -34,13 +34,13 @@ Understand the concepts behind the capabilities in Microsoft Defender ATP so you Topic | Description :---|:--- [Threat & Vulnerability Management](next-gen-threat-and-vuln-mgt.md) | Reduce organizational vulnerability exposure and increase threat resilience while seamlessly connecting workflows across security stakeholders—security administrators, security operations, and IT administrators in remediating threats. -[Attack surface reduction](overview-attack-surface-reduction.md) | Leverage the attack surface reduction capabilities to protect the perimeter of your organization. +[Attack surface reduction](overview-attack-surface-reduction.md) | Leverage exploit protection, attack surface reduction rules, and other capabilities to protect the perimeter of your organization. This set of capabilities also includes [network protection](network-protection.md) and [web protection](web-protection-overview.md), which regulate access to malicious IP addresses, domains, and URLs. [Next generation protection](../windows-defender-antivirus/windows-defender-antivirus-in-windows-10.md) | Learn about the antivirus capabilities in Microsoft Defender ATP so you can protect desktops, portable computers, and servers. [Endpoint detection and response](overview-endpoint-detection-response.md) | Understand how Microsoft Defender ATP continuously monitors your organization for possible attacks against systems, networks, or users in your organization and the features you can use to mitigate and remediate threats. [Automated investigation and remediation](automated-investigations.md) | In conjunction with being able to quickly respond to advanced attacks, Microsoft Defender ATP offers automatic investigation and remediation capabilities that help reduce the volume of alerts in minutes at scale. [Secure score](overview-secure-score.md) | Quickly assess the security posture of your organization, see machines that require attention, as well as recommendations for actions to better protect your organization - all in one place. [Microsoft Threat Experts](microsoft-threat-experts.md) | Managed cybersecurity threat hunting service. Learn how you can get expert-driven insights and data through targeted attack notification and access to experts on demand. -[Advanced hunting](advanced-hunting-overview.md) | Use a powerful search and query language to create custom queries and detection rules. +[Advanced hunting](advanced-hunting-overview.md) | Use a powerful query-based threat-hunting tool to proactively find breach activity and create custom detection rules. [Management and APIs](management-apis.md) | Microsoft Defender ATP supports a wide variety of tools to help you manage and interact with the platform so that you can integrate the service into your existing workflows. [Microsoft Threat Protection](threat-protection-integration.md) | Microsoft security products work better together. Learn about other security capabilities in the Microsoft threat protection stack. [Portal overview](portal-overview.md) |Learn to navigate your way around Microsoft Defender Security Center. From df560ad7fb523a1fa5e1a553086d298cd3a71419 Mon Sep 17 00:00:00 2001 From: lomayor Date: Wed, 9 Oct 2019 11:46:56 -0700 Subject: [PATCH 191/191] Update advanced-hunting-overview.md --- .../microsoft-defender-atp/advanced-hunting-overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-overview.md b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-overview.md index bccd87a2d8..33df9bb93f 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-overview.md +++ b/windows/security/threat-protection/microsoft-defender-atp/advanced-hunting-overview.md @@ -24,9 +24,9 @@ ms.date: 10/08/2019 >Want to experience Microsoft Defender ATP? [Sign up for a free trial.](https://www.microsoft.com/microsoft-365/windows/microsoft-defender-atp?ocid=docs-wdatp-advancedhunting-abovefoldlink) -Advanced hunting provides access to 30 days of raw data through a flexible query-based interface, allowing you to proactively explore events in your environment and locate interesting indicators and entities. This flexible access to data enables unconstrained hunting for both known and potential threats. +Advanced hunting is a query-based threat-hunting tool that lets you explore up to 30 days of raw data. You can proactively inspect events in your network to locate interesting indicators and entities. The flexible access to data facilitates unconstrained hunting for both known and potential threats. -With custom detection rules, you can also use Advanced hunting queries to proactively monitor for and respond to various events and system states, including suspected breach activity and misconfigured machines. +You can use the same threat-hunting queries to build custom detection rules. These rules run automatically to check for and respond to various events and system states, including suspected breach activity and misconfigured machines. ## Get started with Advanced hunting
    MessageDate
    Take Action: October 2019 security update available for all supported versions of Windows
    The October 2019 security update release, referred to as our “B” release, is now available for Windows 10, version 1903 and all supported versions of Windows. We recommend that you install these updates promptly. For more information on the different types of monthly quality updates, see our Windows 10 update servicing cadence primer. To be informed about the latest updates and releases, follow us on Twitter @WindowsUpdate.
     
    October 08, 2019
    08:00 AM PT
    Take action: Security update available for all supported versions of Windows
    On October 3, 2019, Microsoft expanded delivery of the out-of-band Internet Explorer scripting engine security vulnerability (CVE-2019-1367) update released on September 23, 2019 to Windows Update and Windows Server Update Services (WSUS). This is now a required security update for all supported versions of Windows as it includes the Internet Explorer scripting engine vulnerability mitigation and corrects a recent printing issue some users have experienced. All customers using Windows Update or WSUS will be offered this update automatically. We recommend that you install this update as soon as a possible, then restart your PC to fully apply the mitigations and help secure your devices. As with all cumulative updates, this update supersedes any preceding update.
     
    Note: This update does not replace the standard October 2019 monthly security update release, which is scheduled for October 8, 2019.
    October 03, 2019
    08:00 AM PT
    Take action: Security update available for all supported versions of Windows
    On October 3, 2019, Microsoft expanded delivery of the out-of-band Internet Explorer scripting engine security vulnerability (CVE-2019-1367) update released on September 23, 2019 to Windows Update and Windows Server Update Services (WSUS). This is now a required security update for all supported versions of Windows as it includes the Internet Explorer scripting engine vulnerability mitigation and corrects a recent printing issue some users have experienced. All customers using Windows Update or WSUS will be offered this update automatically. We recommend that you install this update as soon as a possible, then restart your PC to fully apply the mitigations and help secure your devices. As with all cumulative updates, this update supersedes any preceding update.
     
    Note: This update does not replace the standard October 2019 monthly security update release, which is scheduled for October 8, 2019.
    October 03, 2019
    08:00 AM PT
    September 2019 Windows 10, version 1903 \"D\" optional release is available
    The September 2019 optional monthly “D” release for Windows 10, version 1903 is now available. For more information on the different types of monthly quality updates, see our Windows 10 update servicing cadence primer. Follow @WindowsUpdate for the latest on the availability of this release.
    September 26, 2019
    02:00 PM PT
    Status update: September 2019 Windows \"C\" optional release available
    The September 2019 optional monthly “C” release for all supported versions of Windows is now available. For more information on the different types of monthly quality updates, see our Windows 10 update servicing cadence primer. Follow @WindowsUpdate for the latest on the availability of this release.
    September 24, 2019
    08:10 AM PT
    Plan for change: Windows Media Center Electronic Program Guide retiring in January 2020
    Starting in January 2020, Microsoft is retiring its Electronic Program Guide (EPG) service for all versions of Windows Media Center. To continue receiving TV Program Guide information on your Windows Media Center, you’ll need to configure an alternate TV listing provider.
    September 24, 2019
    08:00 AM PT
    August 2019 security update now available for Windows 10, version 1903 and all supported versions of Windows
    The August 2019 security update release, referred to as our “B” release, is now available for Windows 10, version 1903 and all supported versions of Windows. A “B” release is the primary, regular update event for each month and is the only regular release that contains security fixes. As a result, we recommend that you install these updates promptly. For more information on the different types of monthly quality updates, see our Windows 10 update servicing cadence primer. To be informed about the latest updates and releases, follow us on Twitter @WindowsUpdate.
    August 13, 2019
    10:00 AM PT
    Advisory: Bluetooth encryption key size vulnerability disclosed (CVE-2019-9506)
    On August 13, 2019, Microsoft released security updates to address a Bluetooth key length encryption vulnerability. To exploit this vulnerability, an attacker would need specialized hardware and would be limited by the signal range of the Bluetooth devices in use. For more information about this industry-wide issue, see CVE-2019-9506 | Bluetooth Encryption Key Size Vulnerability in the Microsoft Security Update Guide and important guidance for IT pros in KB4514157. (Note: we are documenting this vulnerability together with guidance for IT admins as part of a coordinated industry disclosure effort.)
    August 13, 2019
    10:00 AM PT
    Advisory: Windows Advanced Local Procedure Call Elevation of Privilege vulnerability disclosed (CVE-2019-1162)
    On August 13, 2019, Google Project Zero (GPZ) disclosed an Elevation of Privilege (EoP) vulnerability in how Windows handles calls to Advanced Local Procedure Call (ALPC) that affects Windows operating systems, versions 8.1 and higher. An attacker must already have code execution on the target system to leverage these vulnerabilities. Microsoft released security updates on August 13, 2019 that partially address this issue. Other items disclosed by GPZ require more time to address and we are working to release a resolution in mid-September. For more information, see CVE-2019-1162 | Windows ALPC Elevation of Privilege Vulnerability
    August 13, 2019
    10:00 AM PT
    Take action: Windows 10, version 1803 (the April 2018 Update) reaches end of service on November 12, 2019
    Windows 10, version 1803 (the April 2018 Update) will reach end of service on November 12, 2019 for Home and Pro editions. We will begin updating devices running Windows 10, version 1803 to Windows 10, version 1903 (the May 2019 Update) starting July 16, 2019 to help ensure that these devices remain in a serviced and secure state. For more information, see the Windows 10, version 1903 section of the Windows release health dashboard.
    August 13, 2019
    10:00 AM PT
    Take action: Windows 10, version 1803 (the April 2018 Update) reaches end of service on November 12, 2019
    Windows 10, version 1803 (the April 2018 Update) will reach end of service on November 12, 2019 for Home and Pro editions. We will begin updating devices running Windows 10, version 1803 to Windows 10, version 1903 (the May 2019 Update) starting July 16, 2019 to help ensure that these devices remain in a serviced and secure state. For more information, see the Windows 10, version 1903 section of the Windows release health dashboard.
    August 13, 2019
    10:00 AM PT
    Advisory: Windows Kernel Information Disclosure Vulnerability (CVE-2019-1125)
    On July 9, 2019, Microsoft released a security update for a Windows kernel information disclosure vulnerability (CVE-2019-1125). Customers who have Windows Update enabled and have applied the security updates released on July 9, 2019 are protected automatically; no further configuration is necessary. For more information, see CVE-2019-1125 | Windows Kernel Information Disclosure Vulnerability in the Microsoft Security Update Guide. (Note: we are documenting this mitigation publicly today, instead of back in July, as part of a coordinated industry disclosure effort.)
    August 06, 2019
    10:00 AM PT
    Resolved August 1, 2019 16:00 PT: Microsoft Store users may encounter blank screens when clicking on certain buttons
    Some customers running the version of the Microsoft Store app released on July 29, 2019 encountered a blank screen when selecting “Switch out of S mode,” “Get Genuine,” or some “Upgrade to [version]” OS upgrade options. This issue has now been resolved and a new version of the Microsoft Store app has been released. Users who encountered this issue will need to update the Microsoft Store app on their device. If you are still encountering an issue, please see Fix problems with apps from Microsoft Store.
    August 01, 2019
    02:00 PM PT
    Status update: Windows 10, version 1903 “D” release now available
    The optional monthly “D” release for Windows 10, version 1903 is now available. Follow @WindowsUpdate for the latest on the availability of this release.
    July 26, 2019
    02:00 PM PT
    0x80090036User cancelled an interactive dialogUser canceled an interactive dialog User will be asked to try again

    3~*wG0JA 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 S>i|DHq_1P5U3vLd`2PTtW%LaI diff --git a/windows/deployment/update/images/temp-azure-portal-soltn-setting.png b/windows/deployment/update/images/temp-azure-portal-soltn-setting.png index 70815abf46f59d489328d5dada097720a2258135..33175c7590c0a969cefbdc233bebcc59a413c8e5 100644 GIT binary patch literal 82937 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